~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: John Arbash Meinel
  • Date: 2010-01-13 23:06:42 UTC
  • mfrom: (4634.119.7 2.0)
  • mto: This revision was merged to the branch mainline in revision 4959.
  • Revision ID: john@arbash-meinel.com-20100113230642-gr0vg8u3qyzz3p2b
Merge bzr.stable, bringing in bug fixes #175839, #504390

Show diffs side-by-side

added added

removed removed

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