diff options
author | Robey Pointer <robey@twitter.com> | 2011-05-23 00:40:37 -0700 |
---|---|---|
committer | Robey Pointer <robey@twitter.com> | 2011-05-23 00:40:37 -0700 |
commit | 18f6a836daa4beb04776b8543b4fdbed7ace6930 (patch) | |
tree | 7ff5cba9fbb388e8b6ee102bee50ba1a8114b8f7 /NEWS | |
parent | db1c1efb7f6a966d89dc5ea79407b424d685a72a (diff) |
version 1.7.7
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 13 insertions, 3 deletions
@@ -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 --------------------- |