~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-17 15:41:32 UTC
  • mfrom: (4967.1.1 jam-integration)
  • Revision ID: pqm@pqm.ubuntu.com-20100117154132-qbzk6gfvh67ysrq9
(jam) Merge bzr.stable, including the fix for bug #507566

Show diffs side-by-side

added added

removed removed

Lines of Context:
242
242
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
243
243
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
244
244
 
 
245
* Concurrent autopacks will no longer lose a newly created pack file.
 
246
  There was a race condition, where if the reload happened at the right
 
247
  time, the second packer would forget the name of the newly added pack
 
248
  file. (John Arbash Meinel, Gareth White, #507566)
 
249
 
245
250
* Give a clearer message if the lockdir disappears after being apparently
246
251
  successfully taken.  (Martin Pool, #498378)
247
252