67
67
* Terminate ssh subprocesses when no references to them remain, fixing
68
68
subprocess and file descriptor leaks. (Andrew Bennetts, #426662)
70
74
* The new glob expansion on Windows would replace all ``\`` characters
71
75
with ``/`` even if it there wasn't a glob to expand, the arg was quoted,
72
76
etc. Now only change slashes if there is something being glob expanded.