|
|
@ -15,6 +15,16 @@ Release Notes
|
|
|
|
</style>
|
|
|
|
</style>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
.. comment
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v0.2.3 (2018-07-??)
|
|
|
|
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* `#315 <https://github.com/dw/mitogen/pull/315>`_: Mitogen for Ansible is
|
|
|
|
|
|
|
|
supported under Ansible 2.6. Contributed by `Dan Quackenbush
|
|
|
|
|
|
|
|
<https://github.com/danquack>`_.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
v0.2.2 (2018-07-??)
|
|
|
|
v0.2.2 (2018-07-??)
|
|
|
|
-------------------
|
|
|
|
-------------------
|
|
|
|
|
|
|
|
|
|
|
@ -31,6 +41,12 @@ Mitogen for Ansible
|
|
|
|
network device connections, however it should still be possible to use device
|
|
|
|
network device connections, however it should still be possible to use device
|
|
|
|
connections while Mitogen is active.
|
|
|
|
connections while Mitogen is active.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* `#300 <https://github.com/dw/mitogen/issues/300>`_: an exception could appear
|
|
|
|
|
|
|
|
on OS X during shutdown due to scheduling pending Kevent filter changes for
|
|
|
|
|
|
|
|
file descriptors that have already been closed before the IO loop resumes. As
|
|
|
|
|
|
|
|
a temporary workaround, Mitogen does not make use of Kevent's bulk change
|
|
|
|
|
|
|
|
feature.
|
|
|
|
|
|
|
|
|
|
|
|
* `#301 <https://github.com/dw/mitogen/pull/301>`_: variables like ``$HOME`` in
|
|
|
|
* `#301 <https://github.com/dw/mitogen/pull/301>`_: variables like ``$HOME`` in
|
|
|
|
the ``remote_tmp`` setting are evaluated correctly.
|
|
|
|
the ``remote_tmp`` setting are evaluated correctly.
|
|
|
|
|
|
|
|
|
|
|
@ -42,10 +58,6 @@ Mitogen for Ansible
|
|
|
|
process environment cleanup, caused by the change in v0.2.1 to run local
|
|
|
|
process environment cleanup, caused by the change in v0.2.1 to run local
|
|
|
|
tasks with the correct environment.
|
|
|
|
tasks with the correct environment.
|
|
|
|
|
|
|
|
|
|
|
|
* `#315 <https://github.com/dw/mitogen/pull/315>`_: Mitogen for Ansible is
|
|
|
|
|
|
|
|
supported under Ansible 2.6. Contributed by `Dan Quackenbush
|
|
|
|
|
|
|
|
<https://github.com/danquack>`_.
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
* `#317 <https://github.com/dw/mitogen/issues/317>`_: respect the verbosity
|
|
|
|
* `#317 <https://github.com/dw/mitogen/issues/317>`_: respect the verbosity
|
|
|
|
setting when writing to to Ansible's ``log_path`` log file, if it is enabled.
|
|
|
|
setting when writing to to Ansible's ``log_path`` log file, if it is enabled.
|
|
|
|
Child log filtering was also incorrect, causing the master to needlessly wake
|
|
|
|
Child log filtering was also incorrect, causing the master to needlessly wake
|
|
|
|