~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(jam) Fix bug #507566 for correctness w/ concurrent autopacks

Show diffs side-by-side

added added

removed removed

Lines of Context:
38
38
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
39
39
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
40
40
 
 
41
* Concurrent autopacks will no longer lose a newly created pack file.
 
42
  There was a race condition, where if the reload happened at the right
 
43
  time, the second packer would forget the name of the newly added pack
 
44
  file. (John Arbash Meinel, Gareth White, #507566)
 
45
 
41
46
* Give a clearer message if the lockdir disappears after being apparently
42
47
  successfully taken.  (Martin Pool, #498378)
43
48