summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-05-31 23:48:10 +0000
committerRobey Pointer <robey@lag.net>2004-05-31 23:48:10 +0000
commit9baa2b361eb5dce72f80bac5936615853d0b2fbb (patch)
tree7e892582b831dd127a79399d9ff59e37d5ad5f2f /README
parent4d30633457015d53baebb95d3945e1e72618e85a (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-56]
add forward.py demo script; bump to gyarados add a demo script to show how to do local port forwarding. add gyarados to all the docs and bump the version number everywhere.
Diffstat (limited to 'README')
-rw-r--r--README11
1 files changed, 10 insertions, 1 deletions
diff --git a/README b/README
index 4be8bcc6..41bf6d31 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
paramiko 0.9
-"fearow" release, 23 apr 2004
+"gyarados" release, 31 may 2004
Copyright (c) 2003-2004 Robey Pointer <robey@lag.net>
@@ -117,6 +117,15 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
+v0.9 GYARADOS
+* Transport.open_channel() -- supports local & remote port forwarding now
+* now imports UTF-8 encodings explicitly as a hint to "freeze" utilities
+* no longer rejects older SFTP servers
+* default packet size bumped to 8kB
+* fixed deadlock in closing a channel
+* Transport.connect() -- fixed bug where it would always fail when given a
+ host key to verify
+
v0.9 FEAROW
* Transport.send_ignore() -- send random ignored bytes
* RSAKey/DSSKey added from_private_key_file() as a factory constructor;