~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Andrew Bennetts
  • Date: 2009-11-25 07:27:43 UTC
  • mto: This revision was merged to the branch mainline in revision 4825.
  • Revision ID: andrew.bennetts@canonical.com-20091125072743-v6sv4m2mkt9iyslp
Terminate SSHSubprocesses when no refs to them are left, in case .close is never called.

Show diffs side-by-side

added added

removed removed

Lines of Context:
43
43
* Lots of bugfixes for the test suite on Windows. We should once again
44
44
  have a test suite with no failures on Windows. (John Arbash Meinel)
45
45
 
 
46
* Terminate ssh subprocesses when no references to them remain, fixing
 
47
  subprocess and file descriptor leaks.  (Andrew Bennetts, #426662)
 
48
  
46
49
* The new glob expansion on Windows would replace all ``\`` characters
47
50
  with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
48
51
  etc. Now only change slashes if there is something being glob expanded.