summaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:38:38 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:38:38 -0800
commita39a1eeed691b9c4e191dbe4b8716fb7682971fa (patch)
tree2ec6aaafd26aea2feb3535d730ce1a7d89480a38
parente58df62ef5e7339e5895f9f5ffdaa3452d45a69c (diff)
Changelog closes #44, closes #891
-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 0f203586..a4808510 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