diff options
author | Robey Pointer <robey@lag.net> | 2005-02-28 08:06:08 +0000 |
---|---|---|
committer | Robey Pointer <robey@lag.net> | 2005-02-28 08:06:08 +0000 |
commit | fead211c5ca75b654c218c6bcfc75552284719c6 (patch) | |
tree | e7c0b608e72d6404067089a37d478d6c140a3138 /README | |
parent | 7490172401a48f8134e860120ef54a08303f63eb (diff) |
[project @ Arch-1:robey@lag.net--2003-public%secsh--dev--1.0--patch-154]
even better 1.2 lapras
re-bump the version # to 1.2 (with a new date since i added more stuff).
add 2005 to the copyright date in a bunch of files.
Diffstat (limited to 'README')
-rw-r--r-- | README | 8 |
1 files changed, 5 insertions, 3 deletions
@@ -1,7 +1,7 @@ paramiko 1.2 -"lapras" release, 26 feb 2005 +"lapras" release, 28 feb 2005 -Copyright (c) 2003-2004 Robey Pointer <robey@lag.net> +Copyright (c) 2003-2005 Robey Pointer <robey@lag.net> http://www.lag.net/paramiko/ @@ -158,7 +158,9 @@ v1.2 LAPRAS * moved check_global_request into ServerInterface, where it should've been all along (oops) * SFTPHandle's default implementations are fleshed out more -* made logging a bit more consistent +* made logging a bit more consistent, and started logging thread ids +* fixed a few race conditions, one of which would sometimes cause a Transport + to fail to start on slow machines * more unit tests v1.1 KABUTO |