summaryrefslogtreecommitdiffhomepage
path: root/sites/www
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2017-06-09 12:30:13 -0700
committerJeff Forcier <jeff@bitprophet.org>2017-06-09 12:30:13 -0700
commite81010daa404eb01abe1618942c7e7bfc3277599 (patch)
treef3d8a96dad9453eedff048d0d1255589c5d68c2f /sites/www
parent2e22a6210c411a0c85a551b2f07afb38624a7457 (diff)
parente66de3809b5e2b17e57af469df3750a87bbd1ec0 (diff)
Merge branch '2.1'
Diffstat (limited to 'sites/www')
-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 64b089ac..893aa963 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.