summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-02-20 14:40:41 -0800
committerJeff Forcier <jeff@bitprophet.org>2017-02-20 14:40:41 -0800
commit37978cc748bd40e5ea4caa747692ff4a0ab82f2c (patch)
tree390f9648fe20dc5fd0d8bdffcf852bedcf53ecd1 /sites/www/changelog.rst
parentef7873744772b4575972e265227895c6347eda98 (diff)
parentc0c6bd8aadf579ff72c14e631cf92a4bdd6e2531 (diff)
Merge branch '1.17' into 1.18
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst4
1 files changed, 2 insertions, 2 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 9ececfc1..a4fa8473 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,8 +2,8 @@
Changelog
=========
-* :bug:`44` (via :issue:`891`) `SSHClient <paramiko.client.SSHClient>` now
- gives its internal `Transport <paramiko.transport.Transport>` a handle on
+* :bug:`44 (1.17+)` (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