issue #547: update Changelog.

This commit is contained in:
David Wilson 2019-08-08 11:21:17 +00:00
parent 769a8b2015
commit 41d180495a
1 changed files with 6 additions and 0 deletions

View File

@ -75,6 +75,12 @@ Mitogen for Ansible
* `#467 <https://github.com/dw/mitogen/issues/467>`_: an incompatibility * `#467 <https://github.com/dw/mitogen/issues/467>`_: an incompatibility
running Mitogen under Molecule was resolved. running Mitogen under Molecule was resolved.
* `#547 <https://github.com/dw/mitogen/issues/547>`_: fix a serious deadlock
possible during initialization of any task executed by forking, such as
``async`` tasks, tasks using custom :mod:`ansible.module_utils`,
``mitogen_task_isolation: fork`` modules, and those present on an internal
blacklist of misbehaving modules.
* `#549 <https://github.com/dw/mitogen/issues/549>`_: the open file descriptor * `#549 <https://github.com/dw/mitogen/issues/549>`_: the open file descriptor
limit for the Ansible process is increased to the available hard limit. It is limit for the Ansible process is increased to the available hard limit. It is
common for distributions to ship with a much higher hard limit than their common for distributions to ship with a much higher hard limit than their