~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
bzr 2.0.4 (not released yet)
9
9
############################
10
10
 
11
 
:Codename: template
 
11
:Codename:
12
12
:2.0.4: ???
13
13
 
14
14
Compatibility Breaks
25
25
  exporting over the network significantly faster (54min => 9min in one
26
26
  case). (John Arbash Meinel, #343218)
27
27
 
 
28
* ``bzr serve`` no longer slowly leaks memory. The compiled
 
29
  ``bzrlib.bencode.Encoder()`` class was using ``__del__`` to cleanup and
 
30
  free resources, and it should have been using ``__dealloc__``.
 
31
  This will likely have an impact on any other process that is serving for
 
32
  an extended period of time.  (John Arbash Meinel, #494406)
 
33
 
28
34
Improvements
29
35
************
30
36