diff options
author | Pierce Lopez <pierce.lopez@gmail.com> | 2017-05-05 01:58:39 -0400 |
---|---|---|
committer | Pierce Lopez <pierce.lopez@gmail.com> | 2017-06-02 03:37:30 -0400 |
commit | 91d644ae47f8e1d64f9e3c677ce2a5415be0caef (patch) | |
tree | 185cd014fcba8486750c11fd09345286712310f7 /sites/www | |
parent | 60f40bb42ef11450599dc1bf8d54016991812811 (diff) |
update changelog with fix for #949
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 f7adf14a..553b98d1 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. * :support:`974 backported` Overhaul the codebase to be PEP-8, etc, compliant (i.e. passes the maintainer's preferred `flake8 <http://flake8.pycqa.org/>`_ configuration) and add a ``flake8`` step to the Travis config. Big thanks to |