summaryrefslogtreecommitdiffhomepage
path: root/sites/www/changelog.rst
diff options
context:
space:
mode:
authorJeff Forcier <jeff@bitprophet.org>2014-12-17 13:47:21 -0800
committerJeff Forcier <jeff@bitprophet.org>2014-12-17 13:47:21 -0800
commita832b28c0df5e7d9c9ab8f0aa5e01c0e4f090787 (patch)
treeaaf2044ef2755ef5d501df6e3021d561c3de203e /sites/www/changelog.rst
parentf29ff012f9530a00800f746cb5f2072642731222 (diff)
parent8f2d8c044463ef0620f91d4eafa118e4d6960b1c (diff)
Merge branch '1.13' into 1.14
Diffstat (limited to 'sites/www/changelog.rst')
-rw-r--r--sites/www/changelog.rst3
1 files changed, 3 insertions, 0 deletions
diff --git a/sites/www/changelog.rst b/sites/www/changelog.rst
index 1903f5cc..9a07c588 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``