~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2009-08-26 16:03:59 UTC
  • mto: (4634.6.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4660.
  • Revision ID: john@arbash-meinel.com-20090826160359-ge4mai928bi3a5g2
Fix bug #419241. If a graph had a mainline ghost
we could get a segfault during KnownGraph.merge_sort().

Show diffs side-by-side

added added

removed removed

Lines of Context:
6
6
.. contents:: List of Releases
7
7
   :depth: 1
8
8
 
 
9
bzr 2.0rc2
 
10
##########
 
11
 
 
12
Bug Fixes
 
13
*********
 
14
 
 
15
* Fix a potential segmentation fault when doing 'log' of a branch that had
 
16
  ghosts in its mainline. (evaluating None as a tuple is bad.)
 
17
  (John Arbash Meinel, #419241)
 
18
 
 
19
 
9
20
bzr 2.0rc1
10
21
##########
11
22