~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2010-04-14 11:14:28 UTC
  • mfrom: (5141.4.3 i-hate-signals)
  • Revision ID: pqm@pqm.ubuntu.com-20100414111428-ujyymfxw5zn3klcf
(andrew) Reset siginterrupt flag everytime we handle a signal to
        partially workaround http://bugs.python.org/issue8354.

Show diffs side-by-side

added added

removed removed

Lines of Context:
44
44
  which is not installed any more" error.
45
45
  (Martin Pool, James Westby, #528114)
46
46
 
 
47
* Reset ``siginterrupt`` flag to False every time we handle a signal
 
48
  installed with ``set_signal_handler(..., restart_syscall=True)`` (from
 
49
  ``bzrlib.osutils``.  Reduces the likelihood of "Interrupted System Call"
 
50
  errors after two window resizes.
 
51
  (Andrew Bennetts)
 
52
 
47
53
* When invoked with a range revision, ``bzr log`` doesn't show revisions
48
54
  that are not part of the ancestry anymore.
49
55
  (Vincent Ladeuil, #474807)