summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:30:01 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:30:01 -0700
commite66de3809b5e2b17e57af469df3750a87bbd1ec0 (patch)
treefaa95f50e0b24bd22be99b1e9dad7f8e02d6b4f0 /sites/www/changelog.rst
parent04a70b9bf61684bacac1e82910ac949a96cbf070 (diff)
parent24e1bb1252578891e8527a52285f48bcaaf6605d (diff)
Merge branch '2.0' into 2.1
Diffstat (limited to 'sites/www/changelog.rst')
-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 46bb8594..b77ac123 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.
* :bug:`741` (also :issue:`809`, :issue:`772`; all via :issue:`912`) Writing
encrypted/password-protected private key files was silently broken since 2.0
due to an incorrect API call; this has been fixed.