~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-04-22 19:05:14 UTC
  • mfrom: (4634.139.10 2.0.6-peak-commit-mem)
  • mto: This revision was merged to the branch mainline in revision 5175.
  • Revision ID: john@arbash-meinel.com-20100422190514-udvjsm6n2a6sh0jv
Bring into bzr.dev, and update NEWS.

I can't land in 2.0 right now because PQM is broken.
But at least I can land in trunk.

Show diffs side-by-side

added added

removed removed

Lines of Context:
5
5
.. contents:: List of Releases
6
6
   :depth: 1
7
7
 
8
 
bzr 2.2.b3
 
8
bzr 2.2b3
9
9
##########
10
10
 
11
 
:2.2.b3: NOT RELEASED YET
 
11
:2.2b3: NOT RELEASED YET
12
12
 
13
13
Compatibility Breaks
14
14
********************
19
19
Bug Fixes
20
20
*********
21
21
 
 
22
* Reduce peak memory by one copy of compressed text.
 
23
  (John Arbash Meinel, #566940)
 
24
 
22
25
Improvements
23
26
************
24
27
 
876
879
Bug Fixes
877
880
*********
878
881
 
 
882
* Additional merges after an unrelated branch has been merged with its
 
883
  history no longer crash when deleted files are involved.
 
884
  (Vincent Ladeuil, John Arbash Meinel, #375898)
 
885
 
879
886
* ``bzr revert`` now only takes write lock on working tree, instead of on 
880
887
  both working tree and branch.
881
888
  (Danny van Heumen, #498409)
884
891
  permissions as ``.bzr`` directory on a POSIX OS.
885
892
  (Parth Malwankar, #262450)
886
893
 
887
 
* Additional merges after an unrelated branch has been merged with its
888
 
  history no longer crash when deleted files are involved.
889
 
  (Vincent Ladeuil, John Arbash Meinel, #375898)
890
894
 
891
895
bzr 2.0.5
892
896
#########