summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
Diffstat (limited to 'README')
-rw-r--r--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index 5a4bca24..92c1ce12 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-paramiko 1.6.2
-"weedle" release, 16 aug 2006
+paramiko 1.6.3
+"xatu" release, 14 oct 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.3 XATU
+* fixed bug where HostKeys.__setitem__ wouldn't always do the right thing
+* fixed bug in SFTPClient.chdir and SFTPAttributes.__str__ [patch from
+ mike barber]
+* try harder not to raise EOFError from within SFTPClient
+* fixed bug where a thread waiting in accept() could block forever if the
+ transport dies [patch from mike looijmans]
+
v1.6.2 WEEDLE
* added support for "old" group-exchange server mode, for compatibility
with the windows putty client