From 2bdbe282345337a2926fc944ba52dd75c160b56b Mon Sep 17 00:00:00 2001 From: Robey Pointer Date: Sun, 10 Apr 2005 00:46:41 +0000 Subject: [project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-160] 1.3 marowak bump version to 1.3 / marowak --- README | 14 ++++++++++++-- 1 file changed, 12 insertions(+), 2 deletions(-) (limited to 'README') 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 @@ -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...) -- cgit v1.2.3