~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Merge the 2.0 branch, resolve one conflict.

Show diffs side-by-side

added added

removed removed

Lines of Context:
160
160
  changed underneath it (like another autopack). Now concurrent
161
161
  autopackers will properly succeed. (John Arbash Meinel, #495000)
162
162
 
 
163
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
 
164
  the right time will get propagated, rather than silently failing to move
 
165
  the block pointer. (John Arbash Meinel, Gareth White, #495023)
 
166
 
163
167
Improvements
164
168
************
165
169
 
175
179
Testing
176
180
*******
177
181
 
 
182
* We have a new ``test_source`` that ensures all pyrex ``cdef`` functions
 
183
  handle exceptions somehow. (Possibly by setting ``# cannot_raise``
 
184
  rather than an ``except ?:`` clause.) This should help prevent bugs like
 
185
  bug #495023. (John Arbash Meinel)
 
186
 
178
187
 
179
188
bzr 2.1.0b4
180
189
###########