diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:30:13 -0700 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2017-06-09 12:30:13 -0700 |
commit | e81010daa404eb01abe1618942c7e7bfc3277599 (patch) | |
tree | f3d8a96dad9453eedff048d0d1255589c5d68c2f /sites/www | |
parent | 2e22a6210c411a0c85a551b2f07afb38624a7457 (diff) | |
parent | e66de3809b5e2b17e57af469df3750a87bbd1ec0 (diff) |
Merge branch '2.1'
Diffstat (limited to 'sites/www')
-rw-r--r-- | sites/www/changelog.rst | 4 |
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. |