summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2008-01-21 18:59:08 -0800
committerRobey Pointer <robey@lag.net>2008-01-21 18:59:08 -0800
commit4031ae9292d4f3716752c77fedaeddba8bf879d2 (patch)
tree99f2f2453347dc27b41b3a0d090fa9ab6a7508d1 /NEWS
parent84eebc02f6088347ab1a76c3e53330538a0ab044 (diff)
downloadparamiko-4031ae9292d4f3716752c77fedaeddba8bf879d2.tar.gz
[project @ robey@lag.net-20080122025908-h8xm28k72umoeo7y]
bump to version 1.7.2 (basil)
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS10
1 files changed, 10 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e30be211..621e0a88 100644
--- a/NEWS
+++ b/NEWS
@@ -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