diff options
author | Robey Pointer <robey@lag.net> | 2007-02-18 13:22:28 -0800 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2007-02-18 13:22:28 -0800 |
commit | cb0e01dd867067a6bd6dd7bfc44d4618e6508348 (patch) | |
tree | 3f351af781c448122f04355d9623f48bd57ed455 /README | |
parent | 87d97fa2091d42b1764cc482a03e1e2005798a45 (diff) |
[project @ robey@lag.net-20070218212228-qdk8w1n4is0cady3]
bump version to 1.7 zubat
Diffstat (limited to 'README')
-rw-r--r-- | README | 15 |
1 files changed, 13 insertions, 2 deletions
@@ -1,5 +1,5 @@ -paramiko 1.6.4 -"yanma" release, 19 nov 2006 +paramiko 1.7 +"zubat" release, 18 feb 2007 Copyright (c) 2003-2007 Robey Pointer <robey@lag.net> @@ -151,6 +151,17 @@ which will verify that most of the core components are working correctly. highlights of what's new in each release: +v1.7 ZUBAT +* added x11 channel support (patch from david guerizec) +* added reverse port forwarding support +* (bug 75370) raise an exception when contacting a broken SFTP server +* (bug 80295) SSHClient shouldn't expand the user directory twice when reading + RSA/DSS keys +* (bug 82383) typo in DSS key in SSHClient +* (bug 83523) python 2.5 warning when encoding a file's modification time +* if connecting to an SSH agent fails, silently fallback instead of raising + an exception + v1.6.4 YANMA * fix setup.py on osx (oops!) * (bug 69330) check for the existence of RSA/DSA keys before trying to open |