diff options
author | Robey Pointer <robey@lag.net> | 2006-08-16 14:31:32 -0700 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2006-08-16 14:31:32 -0700 |
commit | 49418d1145db07b189ebb72a5907518570252afd (patch) | |
tree | 816996a802c9cc978bb0d6d322aba3a49f09025e /README | |
parent | bfe8fac5bf0982d4602b2e76e2e9eb07fd20c6ae (diff) |
[project @ robey@lag.net-20060816213132-2e094c077d22dc50]
bump version to 1.6.2
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,5 @@ -paramiko 1.6.1 -"vulpix" release, 10 jul 2006 +paramiko 1.6.2 +"weedle" release, 16 aug 2006 Copyright (c) 2003-2006 Robey Pointer <robey@lag.net> @@ -151,6 +151,14 @@ which will verify that most of the core components are working correctly. highlights of what's new in each release: +v1.6.2 WEEDLE +* added support for "old" group-exchange server mode, for compatibility + with the windows putty client +* fixed some more interactions with SFTP file readv() and prefetch() +* when saving the known_hosts file, preserve the original order [patch from + warren young] +* fix a couple of broken lines when exporting classes (bug 55946) + v1.6.1 VULPIX * more unit tests fixed for windows/cygwin (thanks to alexander belchenko) * a couple of fixes related to exceptions leaking out of SFTPClient |