diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:53:02 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2015-09-30 14:53:02 -0700 |
commit | 57106d04def84ca1d9dd23c4d85b2ba9242556ff (patch) | |
tree | efe43603a2f0c3772504caa05c72327bad5de07b /sites/www | |
parent | d644f1d891783e4cf77c7e1bf70b987fcdf0f6e8 (diff) |
Rework changelog entries re #491 a bit
Closes #491, closes #62, closes #439
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 12 |
1 files changed, 4 insertions, 8 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 97b6fe9c..764c8801 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,14 +2,10 @@ Changelog ========= -* :bug:`439` Resolve the timeout issue on lost conection. - When the destination disappears on an established session paramiko will hang on trying to open a channel. - Credit to ``@vazir`` for patch. -* :bug:`62` Add timeout for handshake completion. - This adds a mechanism for timing out a connection if the ssh handshake - never completes. - Credit to ``@dacut`` for initial report and patch and to Olle Lundberg for - re-implementation. +* :bug:`491` (combines :issue:`62` and :issue:`439`) Implement timeout + functionality to address hangs from dropped network connections and/or failed + 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 |