summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-08-23 13:22:39 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-08-23 13:22:39 -0700
commit7b3698064645c2951d5150685096e81244cff0ed (patch)
tree00a5dbafd33447812a6de5e6a4af863a9a172845
parentd6a9a02c771a532410e3845ee7500d5e7707df5c (diff)
downloadparamiko-7b3698064645c2951d5150685096e81244cff0ed.tar.gz
Changelog re #1041
-rw-r--r--sites/www/changelog.rst5
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.