Release 1.7.12
(cherry picked from commit c630917d0d
)
Conflicts:
paramiko/__init__.py
setup.py
This commit is contained in:
parent
2519e541b1
commit
ac7f513ee8
2
CHANGES
2
CHANGES
|
@ -1,6 +1,6 @@
|
|||
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
|
||||
forwarding is in use.
|
||||
|
|
|
@ -60,7 +60,7 @@ if sys.version_info < (2, 2):
|
|||
|
||||
|
||||
__author__ = "Jeff Forcier <jeff@bitprophet.org>"
|
||||
__version__ = "1.7.11"
|
||||
__version__ = "1.7.12"
|
||||
__license__ = "GNU Lesser General Public License (LGPL)"
|
||||
|
||||
|
||||
|
|
Loading…
Reference in New Issue