From effdcd741af65d93090ffeb4f0f94a935969e9c3 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Tue, 31 Dec 2013 19:10:08 -0800 Subject: New year --- README | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index 1899819a..9f68d379 100644 --- a/README +++ b/README @@ -5,7 +5,7 @@ paramiko :Paramiko: Python SSH module :Copyright: Copyright (c) 2003-2009 Robey Pointer -:Copyright: Copyright (c) 2013 Jeff Forcier +:Copyright: Copyright (c) 2014 Jeff Forcier :License: LGPL :Homepage: https://github.com/paramiko/paramiko/ :API docs: http://docs.paramiko.org -- cgit v1.2.3 From 566f37c0f2f34e89ff1533d9d3f251bc10619b45 Mon Sep 17 00:00:00 2001 From: Jeff Forcier Date: Wed, 8 Jan 2014 16:29:56 -0800 Subject: ecdsa in README; fixes #225 --- NEWS | 2 ++ README | 1 + 2 files changed, 3 insertions(+) (limited to 'README') diff --git a/NEWS b/NEWS index 480b2cbb..c2d450bc 100644 --- a/NEWS +++ b/NEWS @@ -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) ---------------------- diff --git a/README b/README index 1899819a..2a23e283 100644 --- a/README +++ b/README @@ -36,6 +36,7 @@ Requirements - python 2.5 or better - pycrypto 2.1 or better + - ecdsa 0.9 or better If you have setuptools, you can build and install paramiko and all its dependencies with this command (as root):: -- cgit v1.2.3