summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPierce Lopez <pierce.lopez@gmail.com>2017-05-05 01:58:39 -0400
committerPierce Lopez <pierce.lopez@gmail.com>2017-06-06 17:06:13 -0400
commitd7a280add9b2e45ebc84bf28ed6a27371f56d4ed (patch)
treedf682be1be869d089e8d04c62cb46ffe955dad49
parent06efedff65cdd4448df0d5573509f0c07a5e2e14 (diff)
downloadparamiko-d7a280add9b2e45ebc84bf28ed6a27371f56d4ed.tar.gz
update changelog with fix for #949
-rw-r--r--sites/www/changelog.rst4
1 files changed, 4 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 59fbe6da..9966bc8a 100644
--- a/sites/www/changelog.rst
+++ b/sites/www/changelog.rst
@@ -2,6 +2,10 @@
Changelog
=========
+* :bug:`949` SSHClient and Transport could cause a memory leak if there's
+ a connection problem or protocol error, even if ``Transport.close()``
+ is called. Thanks Kyle Agronick for the discovery and investigation,
+ and Pierce Lopez for assistance.
* :release:`1.17.4 <2017-02-20>`
* :bug:`853 (1.17+)` Tweak how `RSAKey.__str__ <paramiko.rsakey.RSAKey>`
behaves so it doesn't cause ``TypeError`` under Python 3. Thanks to Francisco