summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorRobey Pointer <robey@twitter.com>2011-05-23 00:40:37 -0700
committerRobey Pointer <robey@twitter.com>2011-05-23 00:40:37 -0700
commit18f6a836daa4beb04776b8543b4fdbed7ace6930 (patch)
tree7ff5cba9fbb388e8b6ee102bee50ba1a8114b8f7 /NEWS
parentdb1c1efb7f6a966d89dc5ea79407b424d685a72a (diff)
downloadparamiko-18f6a836daa4beb04776b8543b4fdbed7ace6930.tar.gz
version 1.7.7
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
---------------------