~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-09-02 18:07:58 UTC
  • mfrom: (4634.6.15 2.0)
  • Revision ID: pqm@pqm.ubuntu.com-20090902180758-uuuxc8dd62vq67i8
(jam) Merge 2.0 4649 into bzr.dev

Show diffs side-by-side

added added

removed removed

Lines of Context:
73
73
  that has a ghost in the mainline ancestry.
74
74
  (John Arbash Meinel, #419241)
75
75
 
 
76
* ``groupcompress`` sort order is now more stable, rather than relying on
 
77
  ``topo_sort`` ordering. The implementation is now
 
78
  ``KnownGraph.gc_sort``. (John Arbash Meinel)
 
79
 
76
80
* Local data conversion will generate correct deltas. This is a critical
77
81
  bugfix vs 2.0rc1, and all 2.0rc1 users should upgrade to 2.0rc2 before
78
82
  converting repositories. (Robert Collins, #422849)