summaryrefslogtreecommitdiffhomepage
path: root/README
diff options
context:
space:
mode:
authorRobey Pointer <robey@lag.net>2004-11-07 03:10:53 +0000
committerRobey Pointer <robey@lag.net>2004-11-07 03:10:53 +0000
commit73e8a134ce8ac05c30d6d269dda40b42ff4e8488 (patch)
tree42e01603ae7d83ff28ffb3b58da41b1ede2b655a /README
parent920df7d0ae14dfcca92b4a952b84fa40e7c71222 (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--README12
1 files changed, 10 insertions, 2 deletions
diff --git a/README b/README
index c3039650..1360c17d 100644
--- a/README
+++ b/README
@@ -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