summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-02-26 21:11:04 +0000
committerRobey Pointer <robey@lag.net>2005-02-26 21:11:04 +0000
commitb45a3a98a81d7b1dc4671fe6686a502c174e61b7 (patch)
tree06b680bbc94e6250f5aee4141af7325902ec773a /README
parentfb2d7bbdddeefd7c519c5a300b2f810fb364884f (diff)
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-147]
1.2 (lapras) bump version stuff to 1.2 / lapras.
Diffstat (limited to 'README')
-rw-r--r--README16
1 files changed, 14 insertions, 2 deletions
diff --git a/README b/README
index 149f0ab5..fd0e42be 100644
--- a/README
+++ b/README
@@ -1,5 +1,5 @@
-paramiko 1.1
-"kabuto" release, 12 dec 2004
+paramiko 1.2
+"lapras" release, 26 feb 2005
Copyright (c) 2003-2004 Robey Pointer <robey@lag.net>
@@ -149,6 +149,18 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
+v1.2 LAPRAS
+* added SFTPClient.listdir_attr() for fetching a list of files and their
+ attributes in one call
+* added Channel.recv_exit_status() and Channel.send_exit_status() for
+ manipulating the exit status of a command from either client or server
+ mode
+* moved check_global_request into ServerInterface, where it should've been
+ all along (oops)
+* SFTPHandle's default implementations are fleshed out more
+* made logging a bit more consistent
+* more unit tests
+
v1.1 KABUTO
* server-side SFTP support
* added support for stderr streams on client & server channels