diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-08-23 13:22:39 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-08-23 13:22:39 -0700 |
commit | 7b3698064645c2951d5150685096e81244cff0ed (patch) | |
tree | 00a5dbafd33447812a6de5e6a4af863a9a172845 /sites | |
parent | d6a9a02c771a532410e3845ee7500d5e7707df5c (diff) |
Changelog re #1041
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 12c8cb03..15bf8ebf 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,11 @@ Changelog ========= +* :support:`1041` Modify logic around explicit disconnect + messages, and unknown-channel situations, so that they rely on centralized + shutdown code instead of running their own. This is at worst removing some + unnecessary code, and may help with some situations where Paramiko hangs at + the end of a session. Thanks to Paul Kapp for the patch. * :support:`1012` (via :issue:`1016`) Enhance documentation around the new `SFTP.posix_rename <paramiko.sftp_client.SFTPClient.posix_rename>` method so it's referenced in the 'standard' ``rename`` method for increased visibility. |