~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Martin Pool
  • Date: 2010-01-12 06:30:41 UTC
  • mfrom: (4634.119.3 2.0)
  • mto: This revision was merged to the branch mainline in revision 4951.
  • Revision ID: mbp@sourcefrog.net-20100112063041-qp2ei0clx5gh0e9e
merge 2.0 back to trunk

Show diffs side-by-side

added added

removed removed

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