From b5e7e97c620dde0d52a7868075003b2efb2e417d Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 17 Jul 2018 23:50:21 +0100 Subject: [PATCH] issue #291: update changelog. --- docs/changelog.rst | 17 +++++++++++++++-- 1 file changed, 15 insertions(+), 2 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index d0d054c6..0756a371 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -21,9 +21,18 @@ v0.2.2 (2018-07-??) Mitogen for Ansible ~~~~~~~~~~~~~~~~~~~ -* `#299 `_: fix the ``network_cli`` +* `#291 `_: compatibility: + ``ansible_*_interpreter`` variables are parsed using UNIX hashbang syntax, + i.e. with support for a single space-separated argument. This supports a + common idiom where ``ansible_python_interpreter`` is set to ``/usr/bin/env + python``. + +* `#299 `_: fix the ``network_cli`` connection type when the Mitogen strategy is active. +* `#303 `_: the ``doas`` become method + is now supported. Contributed by Mike Walker. + * `#309 `_: fix a regression to process environment cleanup, caused by the change in v0.2.1 to run local tasks with the correct environment. @@ -32,10 +41,14 @@ Mitogen for Ansible Core Library ~~~~~~~~~~~~ +* `#291 `_: the ``python_path`` + paramater may specify an argument vector prefix rather than a single string + program path. + * `#303 `_: the ``doas`` become method is now supported. Contributed by Mike Walker. -* `#307 `_: SSH login banner output +* `#307 `_: SSH login banner output containing the word 'password' is no longer confused for a password prompt. * Debug logs containing command lines are printed with the minimal quoting and