From 4230a935577f043ce07136e70726b6e1edb30965 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Fri, 2 Nov 2018 17:05:22 +0000 Subject: [PATCH] issue #406: update Changelog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index 5405f209..d9746375 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -206,6 +206,10 @@ Core Library sender. This ensures function calls exceeding the configured maximum size crash rather than hang. +* `#406 `_: + :class:`mitogen.core.Broker` did not call :meth:`mitogen.core.Poller.close` + during shutdown, leaking the underlying poller FD in masters and parents. + * `#411 `_: the SSH method typed "``y``" rather than the requisite "``yes``" when `check_host_keys="accept"` was configured. This would lead to connection timeouts due to the hung