~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp) Refuse to build with pyrex 0.9.4*

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
############################
10
10
 
11
11
:Codename:
12
 
:2.0.4: ???
 
12
:2.0.4: smooth sailing
13
13
 
14
14
Compatibility Breaks
15
15
********************
20
20
Bug Fixes
21
21
*********
22
22
 
 
23
* ``bzr annotate`` on another branch with ``-r branch:...`` no longer
 
24
  fails with an ``ObjectNotLocked`` error.  (Andrew Bennetts, #496590)
 
25
 
23
26
* ``bzr export dir`` now requests all file content as a record stream,
24
27
  rather than requsting the file content one file-at-a-time. This can make
25
28
  exporting over the network significantly faster (54min => 9min in one
38
41
* Give a clearer message if the lockdir disappears after being apparently
39
42
  successfully taken.  (Martin Pool, #498378)
40
43
 
 
44
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
 
45
  than using ``warning()``. The log file is opened before logging is set
 
46
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
 
47
  users, rather than something nicer.
 
48
  (John Arbash Meinel, Barry Warsaw, #503886)
 
49
 
 
50
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
 
51
  (Martin Pool, John Arbash Meinel, #449372)
 
52
 
41
53
* The 2a format wasn't properly restarting autopacks when something
42
54
  changed underneath it (like another autopack). Now concurrent
43
55
  autopackers will properly succeed. (John Arbash Meinel, #495000)
44
56
 
 
57
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
 
58
  the right time will get propagated, rather than silently failing to move
 
59
  the block pointer. (John Arbash Meinel, Gareth White, #495023)
 
60
 
45
61
Improvements
46
62
************
47
63
 
57
73
Testing
58
74
*******
59
75
 
 
76
* We have a new ``test_source`` that ensures all pyrex ``cdef`` functions
 
77
  handle exceptions somehow. (Possibly by setting ``# cannot_raise``
 
78
  rather than an ``except ?:`` clause.) This should help prevent bugs like
 
79
  bug #495023. (John Arbash Meinel)
 
80
 
60
81
 
61
82
bzr 2.0.3
62
83
#########