bump to 1.7.5.
This commit is contained in:
parent
f573017a1d
commit
7da1f2c4a3
8
NEWS
8
NEWS
|
@ -8,6 +8,14 @@ Highlights of what's new in each release:
|
||||||
Releases
|
Releases
|
||||||
========
|
========
|
||||||
|
|
||||||
|
v1.7.5 (Ernest) 19jul09
|
||||||
|
-----------------------
|
||||||
|
* added support for ARC4 cipher and CTR block chaining (Denis Bernard)
|
||||||
|
* made transport threads daemonize, to fix python 2.6 atexit behavior
|
||||||
|
* support unicode hostnames, and IP6 addresses (Maxime Ripard, Shikhar
|
||||||
|
Bhushan)
|
||||||
|
* various small bug fixes
|
||||||
|
|
||||||
v1.7.4 (Desmond) 06jul08
|
v1.7.4 (Desmond) 06jul08
|
||||||
------------------------
|
------------------------
|
||||||
* more randpool fixes for windows, from Dwayne Litzenberger
|
* more randpool fixes for windows, from Dwayne Litzenberger
|
||||||
|
|
6
README
6
README
|
@ -4,15 +4,15 @@ paramiko
|
||||||
========
|
========
|
||||||
|
|
||||||
:Paramiko: Python SSH module
|
:Paramiko: Python SSH module
|
||||||
:Copyright: Copyright (c) 2003-2009 Robey Pointer <robey@lag.net>
|
:Copyright: Copyright (c) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
||||||
:License: LGPL
|
:License: LGPL
|
||||||
:Homepage: http://www.lag.net/paramiko/
|
:Homepage: http://www.lag.net/paramiko/
|
||||||
|
|
||||||
|
|
||||||
paramiko 1.7.4
|
paramiko 1.7.5
|
||||||
==============
|
==============
|
||||||
|
|
||||||
"Desmond" release, 06 july 2008
|
"Ernest" release, 19 july 2009
|
||||||
|
|
||||||
|
|
||||||
What
|
What
|
||||||
|
|
|
@ -4,15 +4,15 @@ paramiko
|
||||||
========
|
========
|
||||||
|
|
||||||
:Paramiko: Python SSH module
|
:Paramiko: Python SSH module
|
||||||
:Copyright: Copyright (c) 2003-2009 Robey Pointer <robey@lag.net>
|
:Copyright: Copyright (c) 2003-2009 Robey Pointer <robeypointer@gmail.com>
|
||||||
:License: LGPL
|
:License: LGPL
|
||||||
:Homepage: http://www.lag.net/paramiko/
|
:Homepage: http://www.lag.net/paramiko/
|
||||||
|
|
||||||
|
|
||||||
paramiko 1.7.4
|
paramiko 1.7.5
|
||||||
==============
|
==============
|
||||||
|
|
||||||
"Desmond" release, 06 july 2008
|
"Ernest" release, 19 july 2009
|
||||||
|
|
||||||
|
|
||||||
What
|
What
|
||||||
|
|
Loading…
Reference in New Issue