summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-06-27 20:14:15 +0000
committerRobey Pointer <robey@lag.net>2004-06-27 20:14:15 +0000
commitc6a61c2a0140131636c0da3d0cf0a9b5b6d26651 (patch)
treebbf540f28ffe08542cad3ba770e99b06cc58f121 /README
parent690a05fff87d7a8dac6c5b1cb1fbc0be3c6adc0f (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-62]
version -> horsea up version to horsea.
Diffstat (limited to 'README')
-rw-r--r--README10
1 files changed, 9 insertions, 1 deletions
diff --git a/README b/README
index 41bf6d31..173533c9 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
paramiko 0.9
-"gyarados" release, 31 may 2004
+"horsea" release, 27 jun 2004
Copyright (c) 2003-2004 Robey Pointer <robey@lag.net>
@@ -117,6 +117,14 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
+v0.9 HORSEA
+* fixed a lockup that could happen if the channel was closed while the send
+ window was full
+* better checking of maximum packet sizes
+* better line buffering for file objects
+* now chops sftp requests into smaller packets for some older servers
+* more sftp unit tests
+
v0.9 GYARADOS
* Transport.open_channel() -- supports local & remote port forwarding now
* now imports UTF-8 encodings explicitly as a hint to "freeze" utilities