summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-08-16 14:31:32 -0700
committerRobey Pointer <robey@lag.net>2006-08-16 14:31:32 -0700
commit49418d1145db07b189ebb72a5907518570252afd (patch)
tree816996a802c9cc978bb0d6d322aba3a49f09025e /README
parentbfe8fac5bf0982d4602b2e76e2e9eb07fd20c6ae (diff)
[project @ robey@lag.net-20060816213132-2e094c077d22dc50]
bump version to 1.6.2
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index e8529027..f61015a0 100644
--- a/README
+++ b/README
@@ -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