summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2005-06-28 08:00:12 +0000
committerRobey Pointer <robey@lag.net>2005-06-28 08:00:12 +0000
commitdff128c814635413a3cb83dd18d56db8dabe21e8 (patch)
tree0fa9294b2117515d8bde95bceb49058e63a9f226 /README
parentac475d4a549ba36806bac7e4a3d0b5e25e7adc87 (diff)
[project @ Arch-1:robey@lag.net--2005-master-shake%paramiko--dev--1--patch-20]
fix docs and update version to 1.3.1
Diffstat (limited to 'README')
-rw-r--r--README4
1 files changed, 3 insertions, 1 deletions
diff --git a/README b/README
index 73b87f75..35f02251 100644
--- a/README
+++ b/README
@@ -133,7 +133,7 @@ the best and easiest examples of how to use the SFTP class.
highlights of what's new in each release:
-v1.3.1
+v1.3.1 NIDORAN
* added SFTPClient.close()
* fixed up some outdated documentation
* made SFTPClient.file() an alias for open()
@@ -141,6 +141,8 @@ v1.3.1
* refactored packetizing out of Transport
* fixed bug (reported by alain s.) where connecting to a non-SSH host could
cause paramiko to freeze up
+* fixed Channel.fileno() for Windows (again)
+* some more unit tests
v1.3 MAROWAK
* fixed a bug where packets larger than about 12KB would cause the session