~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to doc/en/whats-new/whats-new-in-2.3.txt

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-09-01 08:02:42 UTC
  • mfrom: (5390.3.3 faster-revert-593560)
  • Revision ID: pqm@pqm.ubuntu.com-20100901080242-esg62ody4frwmy66
(spiv) Avoid repeatedly calling self.target.all_file_ids() in
 InterTree.iter_changes. (Andrew Bennetts)

Show diffs side-by-side

added added

removed removed

Lines of Context:
8
8
:doc:`../release-notes/index` for a full list.
9
9
 
10
10
Users are encouraged to upgrade from the other stable series.  This
11
 
document outlines the improvements in Bazaar 2.2 vs Bazaar 2.1. As well as
 
11
document outlines the improvements in Bazaar 2.3 vs Bazaar 2.2. As well as
12
12
summarizing improvements made to the core product, it highlights
13
13
enhancements within the broader Bazaar world of potential interest to
14
14
those upgrading.
15
15
 
16
 
Bazaar 2.2.0 is fully compatible both locally and on the network with 2.0
 
16
Bazaar 2.3.0 is fully compatible both locally and on the network with 2.0
17
17
2.1, and 2.2, and can read and write repositories generated by all
18
18
previous versions.
19
19
 
28
28
Performance improvements
29
29
************************
30
30
 
 
31
* ``bzr revert`` and ``bzr status`` are up to 15% faster on large trees
 
32
  with many changes by not repeatedly building a list of all file-ids.
 
33
  (Andrew Bennetts)
 
34
 
31
35
* ``bzr send`` uses less memory.  
32
36
  (John Arbash Meinel, #614576)
33
37