summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-04-10 00:46:41 +0000
committerRobey Pointer <robey@lag.net>2005-04-10 00:46:41 +0000
commit2bdbe282345337a2926fc944ba52dd75c160b56b (patch)
treef00d5483f4af12724b9e4567c3cdd286b8d6b397 /README
parent7e40c6f2bed7447cbee329102e22434784658bf8 (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-160]
1.3 marowak bump version to 1.3 / marowak
Diffstat (limited to 'README')
-rw-r--r--README14
1 files changed, 12 insertions, 2 deletions
diff --git a/README b/README
index 8ff90bbc..f713f4f2 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-paramiko 1.2
-"lapras" release, 28 feb 2005
+paramiko 1.3
+"marowak" release, 9 apr 2005
Copyright (c) 2003-2005 Robey Pointer <robey@lag.net>
@@ -133,6 +133,14 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
+v1.3 MAROWAK
+* fixed a bug where packets larger than about 12KB would cause the session
+ to die on all platforms except osx
+* added a potential workaround for windows to let Channel.fileno() (and
+ therefore the select module) work!
+* changed API for subsystem handlers (sorry!) to pass more info and make it
+ easier to write a functional SFTP server
+
v1.2 LAPRAS
* added SFTPClient.listdir_attr() for fetching a list of files and their
attributes in one call
@@ -220,3 +228,5 @@ v0.9 FEAROW
* ctr forms of ciphers are missing (blowfish-ctr, aes128-ctr, aes256-ctr)
* server mode needs better documentation
* why are big files so slow to transfer? profiling needed...
+
+* would be nice to have an ftp-like interface to sftp (put, get, chdir...)