~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Fix bug #419241,
        avoiding a segfault if we have a ghost in the mainline

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