issue #406: update Changelog.
This commit is contained in:
parent
d1c2e7a834
commit
4230a93557
|
@ -206,6 +206,10 @@ Core Library
|
|||
sender. This ensures function calls exceeding the configured maximum size
|
||||
crash rather than hang.
|
||||
|
||||
* `#406 <https://github.com/dw/mitogen/issues/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 <https://github.com/dw/mitogen/issues/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
|
||||
|
|
Loading…
Reference in New Issue