diff options
author | Robey Pointer <robey@lag.net> | 2005-06-28 08:00:12 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-06-28 08:00:12 +0000 |
commit | dff128c814635413a3cb83dd18d56db8dabe21e8 (patch) | |
tree | 0fa9294b2117515d8bde95bceb49058e63a9f226 /README | |
parent | ac475d4a549ba36806bac7e4a3d0b5e25e7adc87 (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-- | README | 4 |
1 files changed, 3 insertions, 1 deletions
@@ -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 |