summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:39:55 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:39:55 -0800
commitef7873744772b4575972e265227895c6347eda98 (patch)
tree00fd1a1992f10e1157f55f93c8ed73501c4bfc13 /sites/www
parentdf55e09588ac8945ac3b3298e26695306492d307 (diff)
parenta39a1eeed691b9c4e191dbe4b8716fb7682971fa (diff)
Merge branch '1.17' into 1.18
Diffstat (limited to 'sites/www')
-rw-r--r--sites/www/changelog.rst7
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 0c323846..9ececfc1 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,13 @@
Changelog
=========
+* :bug:`44` (via :issue:`891`) `SSHClient <paramiko.client.SSHClient>` now
+ gives its internal `Transport <paramiko.transport.Transport>` a handle on
+ itself, preventing garbage collection of the client until the session is
+ closed. Without this, some code which returns stream or transport objects
+ without the client that generated them, would result in premature session
+ closure when the client was GCd. Credit: ``@w31rd0`` for original report,
+ Omer Anson for the patch.
* :bug:`713 (1.17+)` (via :issue:`714` and :issue:`889`) Don't pass
initialization vectors to PyCrypto when dealing with counter-mode ciphers;
newer PyCrypto versions throw an exception otherwise (older ones simply