diff options
author | Robey Pointer <robey@lag.net> | 2004-11-07 03:10:53 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2004-11-07 03:10:53 +0000 |
commit | 73e8a134ce8ac05c30d6d269dda40b42ff4e8488 (patch) | |
tree | 42e01603ae7d83ff28ffb3b58da41b1ede2b655a /README | |
parent | 920df7d0ae14dfcca92b4a952b84fa40e7c71222 (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-109]
v1.0 (jigglypuff)
bump all the version numbers up to 1.0 (jigglypuff).
Diffstat (limited to 'README')
-rw-r--r-- | README | 12 |
1 files changed, 10 insertions, 2 deletions
@@ -1,5 +1,5 @@ -paramiko 0.9 -"ivysaur" release, 22 oct 2004 +paramiko 1.0 +"jigglypuff" release, 6 nov 2004 Copyright (c) 2003-2004 Robey Pointer <robey@lag.net> @@ -140,6 +140,14 @@ the best and easiest examples of how to use the SFTP class. highlights of what's new in each release: +v1.0 JIGGLYPUFF +* fixed bug that broke server-mode authentication by private key +* fixed bug where closing a Channel could end up killing the entire Transport +* actually include demo_windows.py this time (oops!) +* fixed recently-introduced bug in group-exchange key negotiation that would + generate the wrong hash (and therefore fail the initial handshake) +* server-mode subsystem handler is a bit more flexible + v0.9 IVYSAUR * new ServerInterface class for implementing server policy, so it's no longer necessary to subclass Transport or Channel -- server code will need to be |