~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

(mbp, for gz) mask out sigquit in ssh child process so that breakin doesn't kill it

Show diffs side-by-side

added added

removed removed

Lines of Context:
99
99
* Tolerate patches with leading noise in ``bzr-handle-patch``.
100
100
  (Toshio Kuratomi, Martin Pool, #502076)
101
101
 
 
102
* SSH child processes will now ignore SIGQUIT on nix systems so breaking into
 
103
  the debugger won't kill the session.
 
104
  (Martin <gzlist@googlemail.com>, #162502)
 
105
 
102
106
API Changes
103
107
***********
104
108