~bzr-pqm/bzr/bzr.dev

« back to all changes in this revision

Viewing changes to NEWS

  • Committer: Canonical.com Patch Queue Manager
  • Date: 2009-11-25 09:18:19 UTC
  • mfrom: (4824.1.1 bug-426662)
  • Revision ID: pqm@pqm.ubuntu.com-20091125091819-a6bl1tg0tgs7r6in
(andrew) Terminate ssh subprocesses when no references to them
        remain. (#426662)

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.