~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2009-09-03 02:59:56 UTC
  • mto: (4634.27.1 prepare-2.0)
  • mto: This revision was merged to the branch mainline in revision 4676.
  • Revision ID: mbp@sourcefrog.net-20090903025956-mil2ouu0ys9ytbjj
Cleaner message when out of memory

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
 
##########
 
9
bzr 2.0rc2 (not released yet)
 
10
#############################
11
11
 
12
12
Bug Fixes
13
13
*********
20
20
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
21
21
  (John Arbash Meinel, #419241)
22
22
 
 
23
* Clearer message when Bazaar runs out of memory, instead of a ``MemoryError``
 
24
  traceback.
 
25
  (Martin Pool, #109115)
 
26
 
23
27
* Fix a segmentation fault when computing the ``merge_sort`` of a graph
24
28
  that has a ghost in the mainline ancestry.
25
29
  (John Arbash Meinel, #419241)