~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Robert Collins
  • Date: 2009-08-30 21:34:42 UTC
  • mfrom: (4634.6.11 2.0)
  • mto: (4657.1.4 bug-416732)
  • mto: This revision was merged to the branch mainline in revision 4664.
  • Revision ID: robertc@robertcollins.net-20090830213442-5wkf4ii9pno1ft5e
(robertc) Merge 2.0 to bzr.dev, including fixes for log and serialisation of IncompatibleRepositories. (Robert Collins, John Arbash Meinel)

Show diffs side-by-side

added added

removed removed

Lines of Context:
57
57
Bug Fixes
58
58
*********
59
59
 
60
 
* Fix a potential segmentation fault when doing 'log' of a branch that had
61
 
  ghosts in its mainline. (evaluating None as a tuple is bad.)
 
60
* ``bzr log stacked-branch`` shows the full log including
 
61
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
 
62
  (John Arbash Meinel, #419241)
 
63
 
 
64
* Fix a segmentation fault when computing the ``merge_sort`` of a graph
 
65
  that has a ghost in the mainline ancestry.
62
66
  (John Arbash Meinel, #419241)
63
67
 
64
68