summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2006-10-14 18:56:28 -0700
committerRobey Pointer <robey@lag.net>2006-10-14 18:56:28 -0700
commit7e27adacf1b670f3b34bd15b7be5fbef974a7548 (patch)
treebf228e27335bceda26c02054625e88555dee07bf /README
parentf4199b5a287d69a5b26499331896c7de95f7da97 (diff)
[project @ robey@lag.net-20061015015628-371a037b5165d634]
bump version to 1.6.3
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