diff options
author | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 13:47:18 -0800 |
---|---|---|
committer | Jeff Forcier <jeff@bitprophet.org> | 2014-12-17 13:47:18 -0800 |
commit | 8f2d8c044463ef0620f91d4eafa118e4d6960b1c (patch) | |
tree | fde6fc1ae93d6eb40834fee054aadfdbdf752686 | |
parent | e6ce82e67711fbfb0f10eed250ae4763ec7deb28 (diff) |
Changelog re #459
-rw-r--r-- | sites/www/changelog.rst | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst index 3f05caf7..3738874d 100644 --- a/sites/www/changelog.rst +++ b/sites/www/changelog.rst @@ -2,6 +2,9 @@ Changelog ========= +* :bug:`459` Tighten up agent connection closure behavior to avoid spurious + ``ResourceWarning`` display in some situations. Thanks to ``@tkrapp`` for the + catch. * :bug:`429` Server-level debug message logging was overlooked during the Python 3 compatibility update; Python 3 clients attempting to log SSH debug packets encountered type errors. This is now fixed. Thanks to ``@mjmaenpaa`` |