~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2010-02-26 03:00:34 UTC
  • mto: (4797.33.4 2.1)
  • mto: This revision was merged to the branch mainline in revision 5082.
  • Revision ID: andrew.bennetts@canonical.com-20100226030034-hnsmkoxh2riechcj
Revert change to SIGQUIT signal handler; allowing EINTR to happen on SIGQUIT seems to be the lesser of two evils.

Show diffs side-by-side

added added

removed removed

Lines of Context:
47
47
  False)`` for it, if the platform and Python version supports it.
48
48
  (Andrew Bennetts, #496813)
49
49
 
50
 
Internals
51
 
*********
52
 
 
53
 
* ``bzrlib.breakin`` uses ``bzrlib.osutils.set_signal_handler`` to set the
54
 
  ``SIGQUIT`` signal handler, so that entering the debugger with
55
 
  ``SIGQUIT`` will no longer cause ``EINTR`` during blocking IO.
56
 
  (Andrew Bennetts, #173007)
57
 
 
58
50
 
59
51
bzr 2.1.0
60
52
#########
416
408
  False)`` for it, if the platform and Python version supports it.
417
409
  (Andrew Bennetts, #496813)
418
410
 
419
 
Internals
420
 
*********
421
 
 
422
 
* ``bzrlib.breakin`` uses ``bzrlib.osutils.set_signal_handler`` to set the
423
 
  ``SIGQUIT`` signal handler, so that entering the debugger with
424
 
  ``SIGQUIT`` will no longer cause ``EINTR`` during blocking IO.
425
 
  (Andrew Bennetts, #173007)
426
411
 
427
412
bzr 2.0.4
428
413
#########