~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: John Arbash Meinel
  • Date: 2010-08-24 19:21:32 UTC
  • mto: This revision was merged to the branch mainline in revision 5390.
  • Revision ID: john@arbash-meinel.com-20100824192132-2ktt5adkbk5bk1ct
Handle test_source and extensions. Also define an 'extern' protocol, to allow
the test suite to recognize that returning an object of that type is a Python object.

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.3 vs Bazaar 2.2. As well as
 
11
document outlines the improvements in Bazaar 2.2 vs Bazaar 2.1. 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.3.0 is fully compatible both locally and on the network with 2.0
 
16
Bazaar 2.2.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
 
 
35
31
* ``bzr send`` uses less memory.  
36
32
  (John Arbash Meinel, #614576)
37
33