summaryrefslogtreecommitdiffhomepage
path: root/sites
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-08-23 16:10:35 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-08-23 16:10:35 -0700
commit8b2a02b7a6579407a41a17de35fb2b92d530413a (patch)
treeb2bdc0b7a73d641ac6217eb20b8e7f659f161820 /sites
parent8864bdcf30d981e0b30424591ac5fcdb6cafd64d (diff)
parent7b3698064645c2951d5150685096e81244cff0ed (diff)
Merge branch 'master' into 1042-int
Diffstat (limited to 'sites')
-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.