diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:38:38 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-02-20 14:40:18 -0800 |
commit | efe7856283242374b6456711ea95fabb7320b46e (patch) | |
tree | 371fcf1beb04141fa23ada514c406f44e5adbec8 /sites | |
parent | 718e821b4a6d68b0daf3e7061a1cc78ee8389896 (diff) |
Changelog closes #44, closes #891
Diffstat (limited to 'sites')
-rw-r--r-- | sites/www/changelog.rst | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 427eda0f..376897c9 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 |