docs: changelog fixes/tweaks

pull/862/head
David Wilson 5 years ago
parent a56930e913
commit 80bc5c7d8b

@ -92,10 +92,9 @@ Mitogen for Ansible
``mitogen_task_isolation: fork`` modules, and those present on an internal ``mitogen_task_isolation: fork`` modules, and those present on an internal
blacklist of misbehaving modules. blacklist of misbehaving modules.
This deadlock is relatively easy hit, has been present since 0.2.0, and is This deadlock is relatively easy hit, has been present since 0.2.0, and
likely to have impacted many users. For new connections it could manifest as likely impacted many users. For new connections it manifested as a timeout,
a *Connection timed out* error, for forked tasks it could manifest as a for forked tasks it could manifest as a timeout or an apparent hang.
timeout or an apparent hang.
* :gh:issue:`549`: the open file descriptor limit for the Ansible process is * :gh:issue:`549`: the open file descriptor limit for the Ansible process is
increased to the available hard limit. It is common for distributions to ship increased to the available hard limit. It is common for distributions to ship
@ -105,7 +104,7 @@ Mitogen for Ansible
* :gh:issue:`558`, :gh:issue:`582`: on Ansible 2.3 a remote directory was * :gh:issue:`558`, :gh:issue:`582`: on Ansible 2.3 a remote directory was
unconditionally deleted after the first module belonging to an action plug-in unconditionally deleted after the first module belonging to an action plug-in
had executed, causing the :ans:mod:`unarchive` module to fail. had executed, causing the :ans:mod:`unarchive` to fail.
* :gh:issue:`578`: the extension could crash while rendering an error message, * :gh:issue:`578`: the extension could crash while rendering an error message,
due to an incorrect format string. due to an incorrect format string.
@ -131,7 +130,7 @@ Mitogen for Ansible
encoding. encoding.
* :gh:issue:`602`: connection configuration is more accurately inferred for * :gh:issue:`602`: connection configuration is more accurately inferred for
`meta: reset_connection`, the `synchronize` module, and for any action `meta: reset_connection`, the :ans:mod:`synchronize`, and for any action
plug-ins that establish additional connections. plug-ins that establish additional connections.
* :gh:issue:`598`, :gh:issue:`605`: fix a deadlock managing a shared counter * :gh:issue:`598`, :gh:issue:`605`: fix a deadlock managing a shared counter

Loading…
Cancel
Save