summaryrefslogtreecommitdiffhomepage
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS30
1 files changed, 30 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index e5d4d1fa..086ebb49 100644
--- a/NEWS
+++ b/NEWS
@@ -12,6 +12,13 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/.
Releases
========
+v1.12.2 (21st Jan 2014)
+-----------------------
+
+* #193 (and its attentant PRs #230 & #253): Fix SSH agent problems present on
+ Windows. Thanks to David Hobbs for initial report and to Aarni Koskela & Olle
+ Lundberg for the patches.
+
v1.11.4 (21st Jan 2014)
-----------------------
@@ -26,6 +33,15 @@ v1.10.6 (21st Jan 2014)
Windows. Thanks to David Hobbs for initial report and to Aarni Koskela & Olle
Lundberg for the patches.
+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)
----------------------
@@ -40,6 +56,20 @@ v1.10.5 (8th Jan 2014)
Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test
case.
+v1.12.0 (27th Sep 2013)
+-----------------------
+
+* #152: Add tentative support for ECDSA keys. *This adds the ecdsa
+ module as a new dependency of Paramiko.* The module is available at
+ [warner/python-ecdsa on Github](https://github.com/warner/python-ecdsa) and
+ [ecdsa on PyPI](https://pypi.python.org/pypi/ecdsa).
+ * Note that you might still run into problems with key negotiation --
+ Paramiko picks the first key that the server offers, which might not be
+ what you have in your known_hosts file.
+ * Mega thanks to Ethan Glasser-Camp for the patch.
+* #136: Add server-side support for the SSH protocol's 'env' command. Thanks to
+ Benjamin Pollack for the patch.
+
v1.11.2 (27th Sep 2013)
-----------------------