summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2015-10-02 15:59:36 -0700
committerJeff Forcier <jeff@bitprophet.org>2015-10-02 15:59:36 -0700
commit45008b4d43ce65e51e03ca17d7c39e4892833c51 (patch)
tree095715eb9e4a007a749cc44c91d0b885d9c68d9c
parentdf426d05bb2b8404c8a4c4df6091ba117bf3cfcc (diff)
parent5b1b13c2fb48ac55d64022212bf132b8c01ce0c7 (diff)
Merge branch '1.15'
-rw-r--r--sites/www/changelog.rst18
1 files changed, 10 insertions, 8 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 573084d1..ff05365c 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,7 @@
Changelog
=========
+* :release:`1.15.3 <2015-10-02>`
* :support:`554 backported` Fix inaccuracies in the docstring for the ECDSA key
class. Thanks to Jared Hance for the patch.
* :support:`516 backported` Document `~paramiko.agent.AgentRequestHandler`.
@@ -14,12 +15,12 @@ Changelog
handshakes. Credit to ``@vazir`` and ``@dacut`` for the original patches and
to Olle Lundberg for reimplementation.
* :bug:`490` Skip invalid/unparseable lines in ``known_hosts`` files, instead
- of raising `SSHException`. This brings Paramiko's behavior more in line with
- OpenSSH, which silently ignores such input. Catch & patch courtesy of Martin
- Topholm.
-* :bug:`404` Print details when displaying `BadHostKeyException` objects
- (expected vs received data) instead of just "hey shit broke". Patch credit:
- Loic Dachary.
+ of raising `~paramiko.ssh_exception.SSHException`. This brings Paramiko's
+ behavior more in line with OpenSSH, which silently ignores such input. Catch
+ & patch courtesy of Martin Topholm.
+* :bug:`404` Print details when displaying
+ `~paramiko.ssh_exception.BadHostKeyException` objects (expected vs received
+ data) instead of just "hey shit broke". Patch credit: Loic Dachary.
* :bug:`469` (also :issue:`488`, :issue:`461` and like a dozen others) Fix a
typo introduced in the 1.15 release which broke WinPageant support. Thanks to
everyone who submitted patches, and to Steve Cohen who was the lucky winner
@@ -37,8 +38,9 @@ Changelog
foundational patchset.
* :bug:`402` Check to see if an SSH agent is actually present before trying to
forward it to the remote end. This replaces what was usually a useless
- ``TypeError`` with a human-readable ``AuthenticationError``. Credit to Ken
- Jordan for the fix and Yvan Marques for original report.
+ ``TypeError`` with a human-readable
+ `~paramiko.ssh_exception.AuthenticationException`. Credit to Ken Jordan for
+ the fix and Yvan Marques for original report.
* :release:`1.15.2 <2014-12-19>`
* :release:`1.14.2 <2014-12-19>`
* :release:`1.13.3 <2014-12-19>`