~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

Show diffs side-by-side

added added

removed removed

Lines of Context:
31
31
  This will likely have an impact on any other process that is serving for
32
32
  an extended period of time.  (John Arbash Meinel, #494406)
33
33
 
 
34
* Check for SIGINT (Ctrl-C) and other signals immediately if ``readdir``
 
35
  returns ``EINTR`` by calling ``PyErr_CheckSignals``.  This affected the
 
36
  optional ``_readdir_pyx`` extension.  (Andrew Bennetts, #495023)
 
37
 
34
38
* Give a clearer message if the lockdir disappears after being apparently
35
39
  successfully taken.  (Martin Pool, #498378)
36
40