~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

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
*********
14
14
 
 
15
* Bazaar's native protocol code now correctly handles EINTR, which most
 
16
  noticeably occurs if you break in to the debugger while connected to a
 
17
  bzr+ssh server.  You can now can continue from the debugger (by typing
 
18
  'c') and the process continues.  However, note that pressing C-\ in the
 
19
  shell may still kill the SSH process, which is bug 162509, so you must
 
20
  sent a signal to the bzr process specifically, for example by typing
 
21
  ``kill -QUIT PID`` in another shell.  (Martin Pool, #341535)
 
22
 
15
23
* ``bzr check`` in pack-0.92, 1.6 and 1.9 format repositories will no
16
24
  longer report incorrect errors about ``Missing inventory ('TREE_ROOT', ...)``
17
25
  (Robert Collins, #416732)
20
28
  revisions that are in the fallback repository. (Regressed in 2.0rc1).
21
29
  (John Arbash Meinel, #419241)
22
30
 
 
31
* Fix a potential segmentation fault when doing 'log' of a branch that had
 
32
  ghosts in its mainline.  (Evaluating None as a tuple is bad.)
 
33
  (John Arbash Meinel, #419241)
 
34
 
23
35
* Fix a segmentation fault when computing the ``merge_sort`` of a graph
24
36
  that has a ghost in the mainline ancestry.
25
37
  (John Arbash Meinel, #419241)
38
50
* The main table of contents now provides links to the new Migration Docs
39
51
  and Plugins Guide. (Ian Clatworthy)
40
52
 
41
 
 
42
53
bzr 2.0rc1
43
54
##########
44
55