~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-01-14 00:01:32 UTC
  • mfrom: (4957.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100114000132-3p3rabnonjw3gzqb
(jam) Merge bzr.stable, bringing in bug fixes #175839, #504390

Show diffs side-by-side

added added

removed removed

Lines of Context:
223
223
* Give a clearer message if the lockdir disappears after being apparently
224
224
  successfully taken.  (Martin Pool, #498378)
225
225
 
 
226
* Give a warning when fetching between local repositories with
 
227
  sufficiently different formats that the content will need to be
 
228
  serialized (ie ``InterDifferingSerializer``) so the user has a clue that
 
229
  upgrading could make it faster.
 
230
  (Martin Pool, #456077)
 
231
 
226
232
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
227
233
  than using ``warning()``. The log file is opened before logging is set
228
234
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
232
238
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
233
239
  (Martin Pool, John Arbash Meinel, #449372)
234
240
 
 
241
* ``setup.py bdist_rpm`` now properly finds extra files needed for the
 
242
  build. (there is still the distutils bug
 
243
  http://bugs.python.org/issue644744) (Joe Julian, #175839)
 
244
 
235
245
* The 2a format wasn't properly restarting autopacks when something
236
246
  changed underneath it (like another autopack). Now concurrent
237
247
  autopackers will properly succeed. (John Arbash Meinel, #495000)
239
249
* ``TreeTransform`` can now handle when a delta says that the file id for
240
250
  the tree root changes. Rather than trying to rename your working
241
251
  directory, or failing early saying that you can't have multiple
242
 
  tree roots. This also fixes ``bzr revert`` when the root id changes.
243
 
  (Currently ``bzr update`` is still broken.)
244
 
  (John Arbash Meinel, #494269)
 
252
  tree roots. This also fixes revert, update, and pull when the root id
 
253
  changes.  (John Arbash Meinel, #494269, #504390)
245
254
 
246
255
* ``_update_current_block`` no longer suppresses exceptions, so ^C at just
247
256
  the right time will get propagated, rather than silently failing to move