Release 1.7.12
This commit is contained in:
parent
cbd9c4a76e
commit
c630917d0d
2
CHANGES
2
CHANGES
|
@ -1,6 +1,6 @@
|
||||||
Temporary, post-Paramiko changelog while we get our sh!t together.
|
Temporary, post-Paramiko changelog while we get our sh!t together.
|
||||||
|
|
||||||
## ssh 1.7.12 (2012-MM-DD)
|
## ssh 1.7.12 (2012-02-10)
|
||||||
|
|
||||||
* Added an IO loop sleep() call to avoid needless CPU usage when agent
|
* Added an IO loop sleep() call to avoid needless CPU usage when agent
|
||||||
forwarding is in use.
|
forwarding is in use.
|
||||||
|
|
2
setup.py
2
setup.py
|
@ -50,7 +50,7 @@ if sys.platform == 'darwin':
|
||||||
|
|
||||||
|
|
||||||
setup(name = "ssh",
|
setup(name = "ssh",
|
||||||
version = "dev",
|
version = "1.7.12",
|
||||||
description = "SSH2 protocol library",
|
description = "SSH2 protocol library",
|
||||||
author = "Jeff Forcier",
|
author = "Jeff Forcier",
|
||||||
author_email = "jeff@bitprophet.org",
|
author_email = "jeff@bitprophet.org",
|
||||||
|
|
|
@ -55,7 +55,7 @@ if sys.version_info < (2, 2):
|
||||||
|
|
||||||
|
|
||||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||||
__version__ = "1.8.0a0"
|
__version__ = "1.7.12"
|
||||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue