summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS16
1 files changed, 13 insertions, 3 deletions
diff --git a/NEWS b/NEWS
index 89dff7cb..b151e1f5 100644
--- a/NEWS
+++ b/NEWS
@@ -8,10 +8,20 @@ Highlights of what's new in each release:
Releases
========
-Unreleased
-----------
- * Use Crypto.Random rather than Crypto.Util.RandomPool.
+v1.7.7 (George) 21may11
+-----------------------
+ * Make the verification phase of SFTP.put optional (Larry Wright)
+ * Patches to fix AIX support (anonymous)
+ * Patch from Michele Bertoldi to allow compression to be turned on in the
+ client constructor.
+ * Patch from Shad Sharma to raise an exception if the transport isn't active
+ when you try to open a new channel.
+ * Stop leaking file descriptors in the SSH agent (John Adams)
+ * More fixes for Windows address family support (Andrew Bennetts)
+ * Use Crypto.Random rather than Crypto.Util.RandomPool
(Gary van der Merwe, #271791)
+ * Support for openssl keys (tehfink)
+ * Fix multi-process support by calling Random.atfork (sugarc0de)
v1.7.6 (Fanny) 1nov09
---------------------