~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-12 08:03:28 UTC
  • mfrom: (4949.1.1 integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100112080328-cb0tvu90uglxlrw0
(mbp) merge 2.0 back to trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
186
186
Bug Fixes
187
187
*********
188
188
 
 
189
* ``bzr annotate`` on another branch with ``-r branch:...`` no longer
 
190
  fails with an ``ObjectNotLocked`` error.  (Andrew Bennetts, #496590)
 
191
 
189
192
* ``bzr export dir`` now requests all file content as a record stream,
190
193
  rather than requsting the file content one file-at-a-time. This can make
191
194
  exporting over the network significantly faster (54min => 9min in one
204
207
* Give a clearer message if the lockdir disappears after being apparently
205
208
  successfully taken.  (Martin Pool, #498378)
206
209
 
 
210
* If we fail to open ``~/.bzr.log`` write a clear message to stderr rather
 
211
  than using ``warning()``. The log file is opened before logging is set
 
212
  up, and it leads to very confusing: 'no handlers for "bzr"' messages for
 
213
  users, rather than something nicer.
 
214
  (John Arbash Meinel, Barry Warsaw, #503886)
 
215
 
 
216
* Refuse to build with any Pyrex 0.9.4 release, as they have known bugs.
 
217
  (Martin Pool, John Arbash Meinel, #449372)
 
218
 
207
219
* The 2a format wasn't properly restarting autopacks when something
208
220
  changed underneath it (like another autopack). Now concurrent
209
221
  autopackers will properly succeed. (John Arbash Meinel, #495000)