diff options
author | Robey Pointer <robey@lag.net> | 2008-01-21 18:59:08 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2008-01-21 18:59:08 -0800 |
commit | 4031ae9292d4f3716752c77fedaeddba8bf879d2 (patch) | |
tree | 99f2f2453347dc27b41b3a0d090fa9ab6a7508d1 /NEWS | |
parent | 84eebc02f6088347ab1a76c3e53330538a0ab044 (diff) |
[project @ robey@lag.net-20080122025908-h8xm28k72umoeo7y]
bump to version 1.7.2 (basil)
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -8,6 +8,16 @@ Highlights of what's new in each release: Releases ======== +v1.7.2 (Basil) 21jan08 +---------------------- + * (bug 137219) catch EINTR and handle correctly + * (bug 157205) fix select() to trigger on stderr for a channel too + * added SSHClient.get_transport() + * added Channel.send_ready() + * added direct-tcpip forwarding [patch from david guerizec] + * fixed the PRNG to be more secure on windows and in cases where fork() is + called [patch from dwayne litzenberger] + v1.7.1 (Amy) 10jun07 -------------------- * windows SSH agent support can use the 'ctypes' module now if 'win32all' is |