diff options
author | Scott Maxwell <scott@codecobblers.com> | 2014-01-16 19:50:53 -0800 |
---|---|---|
committer | Scott Maxwell <scott@codecobblers.com> | 2014-01-16 19:50:53 -0800 |
commit | b9e62182e55e3f0a6e8207f7fcc2244a61132968 (patch) | |
tree | 714c502731de8d17370942d2c1b2bb0bb04cf6ab /NEWS | |
parent | aa8ea3c4d42d508a722fdf4ea635ff5e609cca1b (diff) | |
parent | a08ac06083a40eb1455e5fa14cd644f7a2350f16 (diff) |
Merge remote-tracking branch 'master/master' into py3-support-without-py25
Conflicts:
paramiko/__init__.py
setup.py
tests/test_client.py
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 23 |
1 files changed, 23 insertions, 0 deletions
@@ -12,6 +12,29 @@ Issues noted as "Fabric #NN" can be found at https://github.com/fabric/fabric/. Releases ======== +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) +---------------------- + +* #176: Fix AttributeError bugs in known_hosts file (re)loading. Thanks to + Nathan Scowcroft for the patch & Martin Blumenstingl for the initial test + case. + +v1.10.5 (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. + v1.12.0 (27th Sep 2013) ----------------------- |