diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:18:26 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:18:26 -0700 |
commit | 977c237d711b27b10ee29f960c270c80956cc291 (patch) | |
tree | 40077c14c840d1a32e487f8692765f3584045e68 /sites | |
parent | d705c848853694de8630250f8d5913a0f9648ac2 (diff) | |
parent | fb258f88b4b61627a51f30f9a21fcbc7ec35c1e6 (diff) |
Merge branch '1.15'
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 19b98f31..fb09b7a1 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,13 @@ Changelog ========= +* :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. * :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 |