@@ -93,6 +93,11 @@ Mitogen for Ansible
9393 default soft limit, allowing *"too many open files" * errors to be avoided
9494 more often in large runs without user configuration.
9595
96+ * `#558 <https://github.com/dw/mitogen/issues/558 >`_,
97+ `#582 <https://github.com/dw/mitogen/issues/582 >`_: on Ansible 2.3 a remote
98+ directory was unconditionally deleted after the first module belonging to an
99+ action plug-in had executed, causing the ``unarchive `` module to fail.
100+
96101* `#578 <https://github.com/dw/mitogen/issues/578 >`_: the extension could crash
97102 while rendering an error message, due to an incorrect format string.
98103
@@ -223,6 +228,7 @@ bug reports, testing, features and fixes in this release contributed by
223228`Dave Cottlehuber <https://github.com/dch >`_,
224229`Denis Krienbühl <https://github.com/href >`_,
225230`El Mehdi CHAOUKI <https://github.com/elmchaouki >`_,
231+ `Florent Dutheil <https://github.com/fdutheil >`_,
226232`James Hogarth <https://github.com/hogarthj >`_,
227233`Marc Hartmayer <https://github.com/marc1006 >`_,
228234`Nigel Metheringham <https://github.com/nigelm >`_,
@@ -235,8 +241,10 @@ bug reports, testing, features and fixes in this release contributed by
235241`Yuki Nishida <https://github.com/yuki-nishida-exa >`_,
236242`@alexhexabeam <https://github.com/alexhexabeam >`_,
237243`@DavidVentura <https://github.com/DavidVentura >`_,
244+ `@dbiegunski <https://github.com/dbiegunski >`_,
238245`@ghp-rr <https://github.com/ghp-rr >`_,
239- `@rizzly <https://github.com/rizzly >`_, and
246+ `@rizzly <https://github.com/rizzly >`_,
247+ `@SQGE <https://github.com/SQGE >`_, and
240248`@tho86 <https://github.com/tho86 >`_.
241249
242250
0 commit comments