Merge remote-tracking branch 'origin/dmw'

* origin/dmw:
  docs: Changelog typo.
  docs: s/doffers/differs/
  issue #434: add to Changelog.
  issue #401: add to Changelog.
  issue #359: add to Changelog.
  issue #396: add to Changelog.
  docs: add thanks entry
  issue #436: add to Changelog.
  issue #465: add to Changelog.
issue510
David Wilson 6 years ago
commit a515e17896

@ -959,7 +959,7 @@ reporting it:
**External Tool Integration Differences** **External Tool Integration Differences**
Mitogen reimplements any aspect of Ansible that involves integrating with Mitogen reimplements any aspect of Ansible that involves integrating with
SSH, sudo, Docker, or related tools. For this reason, sometimes its support SSH, sudo, Docker, or related tools. For this reason, sometimes its support
for those tools doffers or is less mature than in Ansible. for those tools differs or is less mature than in Ansible.
In the past Mitogen has had bug reports due to failing to recognize a In the past Mitogen has had bug reports due to failing to recognize a
particular variation of a login or password prompt on an exotic or particular variation of a login or password prompt on an exotic or

@ -174,8 +174,14 @@ Fixes
^^^^^ ^^^^^
* `#251 <https://github.com/dw/mitogen/issues/251>`_, * `#251 <https://github.com/dw/mitogen/issues/251>`_,
`#359 <https://github.com/dw/mitogen/issues/359>`_,
`#396 <https://github.com/dw/mitogen/issues/396>`_,
`#401 <https://github.com/dw/mitogen/issues/401>`_,
`#404 <https://github.com/dw/mitogen/issues/404>`_, `#404 <https://github.com/dw/mitogen/issues/404>`_,
`#412 <https://github.com/dw/mitogen/issues/412>`_: connection delegation and `#412 <https://github.com/dw/mitogen/issues/412>`_,
`#434 <https://github.com/dw/mitogen/issues/434>`_,
`#436 <https://github.com/dw/mitogen/issues/436>`_,
`#465 <https://github.com/dw/mitogen/issues/465>`_: connection delegation and
``delegate_to:`` handling suffered a major regression in 0.2.3. The 0.2.2 ``delegate_to:`` handling suffered a major regression in 0.2.3. The 0.2.2
behaviour has been restored, and further work has been made to improve the behaviour has been restored, and further work has been made to improve the
compatibility of connection delegation's configuration building methods. compatibility of connection delegation's configuration building methods.
@ -355,9 +361,9 @@ Core Library
* `#448 <https://github.com/dw/mitogen/issues/448>`_: the import hook * `#448 <https://github.com/dw/mitogen/issues/448>`_: the import hook
implementation now raises :class:`ModuleNotFoundError` instead of implementation now raises :class:`ModuleNotFoundError` instead of
:class:`ImportError` in Python 3.6 and above, to cope with an uncoming :class:`ImportError` in Python 3.6 and above, to cope with an upcoming
version of the :class:`subprocess` module requiring this new subclass in the version of the :mod:`subprocess` module requiring this new subclass to be
middle of a minor Python release series. raised.
* `#453 <https://github.com/dw/mitogen/issues/453>`_: the loggers used in * `#453 <https://github.com/dw/mitogen/issues/453>`_: the loggers used in
children for standard IO redirection have propagation disabled, preventing children for standard IO redirection have propagation disabled, preventing
@ -424,13 +430,19 @@ bug reports, testing, features and fixes in this release contributed by
`Josh Smift <https://github.com/jbscare>`_, `Josh Smift <https://github.com/jbscare>`_,
`Mehdi <https://github.com/mehdisat7>`_, `Mehdi <https://github.com/mehdisat7>`_,
`Michael DeHaan <https://github.com/mpdehaan>`_, `Michael DeHaan <https://github.com/mpdehaan>`_,
`Michal Medvecky <https://github.com/michalmedvecky>`_,
`Mohammed Naser <https://github.com/mnaser/>`_, `Mohammed Naser <https://github.com/mnaser/>`_,
`Peter V. Saveliev <https://github.com/svinota/>`_, `Peter V. Saveliev <https://github.com/svinota/>`_,
`Pieter Avonts <https://github.com/pieteravonts/>`_,
`Ross Williams <https://github.com/overhacked/>`_,
`Sergey <https://github.com/LuckySB/>`_,
`Stéphane <https://github.com/sboisson/>`_, `Stéphane <https://github.com/sboisson/>`_,
`Strahinja Kustudic <https://github.com/kustodian>`_,
`Tom Parker-Shemilt <https://github.com/palfrey/>`_, `Tom Parker-Shemilt <https://github.com/palfrey/>`_,
`Younès HAFRI <https://github.com/yhafri>`_, `Younès HAFRI <https://github.com/yhafri>`_,
`@myssa91 <https://github.com/myssa91>`_, `@myssa91 <https://github.com/myssa91>`_,
`@syntonym <https://github.com/syntonym/>`_, `@syntonym <https://github.com/syntonym/>`_,
`@trim777 <https://github.com/trim777/>`_,
`@whky <https://github.com/whky/>`_, and `@whky <https://github.com/whky/>`_, and
`@yodatak <https://github.com/yodatak/>`_. `@yodatak <https://github.com/yodatak/>`_.

Loading…
Cancel
Save