~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

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

  • Committer: John Arbash Meinel
  • Date: 2009-03-17 17:46:17 UTC
  • mto: (3735.2.156 brisbane-core)
  • mto: This revision was merged to the branch mainline in revision 4280.
  • Revision ID: john@arbash-meinel.com-20090317174617-osa5ia09no26xm1w
groupcompress now copies the blocks exactly as they were given.

One major concern here is that 'topo_sort' is not particularly stable. For example,
given a history of a=>b=>c=>d and e=>f=>g=>h, it easily groups the contents as,
h,a,b,c,d,e,f,g. Which is interleaving unrelated histories.
This will actually cause transmission of the e-h group 2x, and cause effective
'bloat'.
We can still tell 'get_record_stream' to remove some of this.
Also, autopack still needs to be told to *not* re-use blocks.

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
 
*************************
2
 
What's New in Bazaar 2.5?
3
 
*************************
4
 
 
5
 
Bazaar 2.5 is still under development, and will be released in February 2012.
6
 
This document accumulates a high level summary of what's changed.  See the
7
 
:doc:`../release-notes/index` for a full list.
8
 
 
9
 
Users are encouraged to upgrade from the other stable series.  This
10
 
document outlines the improvements in Bazaar 2.5 vs Bazaar 2.4. As well as
11
 
summarizing improvements made to the core product, it highlights
12
 
enhancements within the broader Bazaar world of potential interest to
13
 
those upgrading.
14
 
 
15
 
Bazaar 2.5.0 is fully compatible both locally and on the network with 2.0,
16
 
2.1, 2.2, 2.3 and 2.4, and can read and write repositories generated by all
17
 
previous versions.
18
 
 
19
 
Further information
20
 
*******************
21
 
 
22
 
For more detailed information on the changes made, see the the
23
 
:doc:`../release-notes/index` for:
24
 
 
25
 
* the interim bzr `milestones <https://launchpad.net/bzr/2.5>`_
26
 
* the plugins you use.
27
 
 
28
 
For a summary of changes made in earlier releases, see:
29
 
 
30
 
* :doc:`whats-new-in-2.1`
31
 
* :doc:`whats-new-in-2.2`
32
 
* :doc:`whats-new-in-2.3`
33
 
* :doc:`whats-new-in-2.4`
34
 
 
35
 
..
36
 
   vim: tw=74 ft=rst ff=unix