~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-04-08 09:24:42 UTC
  • mto: This revision was merged to the branch mainline in revision 5155.
  • Revision ID: andrew.bennetts@canonical.com-20100408092442-d3kqlxw88xgssrwh
Reset siginterrupt every time we handle a signal.

Show diffs side-by-side

added added

removed removed

Lines of Context:
27
27
  which is not installed any more" error.
28
28
  (Martin Pool, James Westby, #528114)
29
29
 
 
30
* Reset ``siginterrupt`` flag to False every time we handle a signal
 
31
  installed with ``set_signal_handler(..., restart_syscall=True)`` (from
 
32
  ``bzrlib.osutils``.  Fixes "Interrupted System Call" errors after two
 
33
  window resizes.
 
34
  (Andrew Bennetts)
 
35
 
30
36
* When invoked with a range revision, ``bzr log`` doesn't show revisions
31
37
  that are not part of the ancestry anymore.
32
38
  (Vincent Ladeuil, #474807)