diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-01-08 16:30:00 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-01-08 16:30:00 -0800 |
commit | 6393175f6526e89b904461e3ef185b4131ea4fdb (patch) | |
tree | d093047c64b8e72c61992c93f0f5dede4f28acdb | |
parent | 19fedd261e3136fd5690c6e1998b4e015f94e9bc (diff) | |
parent | 566f37c0f2f34e89ff1533d9d3f251bc10619b45 (diff) |
Merge branch '1.12'
-rw-r--r-- | NEWS | 2 | ||||
-rw-r--r-- | README | 1 |
2 files changed, 3 insertions, 0 deletions
@@ -18,6 +18,8 @@ v1.12.1 (8th Jan 2014) * #176: Fix AttributeError bugs in known_hosts file (re)loading. Thanks to Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test case. +* #225: Note ecdsa requirement in README. Thanks to Amaury Rodriguez for the + catch. v1.11.3 (8th Jan 2014) ---------------------- @@ -36,6 +36,7 @@ Requirements - python 2.5 or better <http://www.python.org/> - pycrypto 2.1 or better <https://www.dlitz.net/software/pycrypto/> + - ecdsa 0.9 or better <https://pypi.python.org/pypi/ecdsa> If you have setuptools, you can build and install paramiko and all its dependencies with this command (as root):: |