~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Partial fix for bug #566940.

Destroy the existing compressor object sooner. It holds on to
a copy of the block which references the uncompressed text
chunks. However we don't need either anymore. Just get rid
of it sooner.

We still seem to have 3x the compressed text size, but that
is better than 3x the compressed size +1x the original text
size.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
Bug Fixes
15
15
*********
16
16
 
 
17
* Additional merges after an unrelated branch has been merged with its
 
18
  history no longer crash when deleted files are involved.
 
19
  (Vincent Ladeuil, John Arbash Meinel, #375898)
 
20
 
17
21
* ``bzr revert`` now only takes write lock on working tree, instead of on 
18
22
  both working tree and branch.
19
23
  (Danny van Heumen, #498409)
22
26
  permissions as ``.bzr`` directory on a POSIX OS.
23
27
  (Parth Malwankar, #262450)
24
28
 
25
 
* Additional merges after an unrelated branch has been merged with its
26
 
  history no longer crash when deleted files are involved.
27
 
  (Vincent Ladeuil, John Arbash Meinel, #375898)
 
29
* Reduce peak memory by one text copy. (John Arbash Meinel, #566940)
 
30
 
28
31
 
29
32
bzr 2.0.5
30
33
#########