docs: update Changelog; closes #477.

issue510
David Wilson 5 years ago
parent a67cc85bdb
commit ac4e61e19e

@ -168,6 +168,15 @@ Enhancements
communication and a 50% reduction in context switches. This will manifest as
a runtime improvement in many-host runs.
* `#477 <https://github.com/dw/mitogen/issues/477>`_: Python 2.4 is fully
supported by the core library and tested automatically, in any parent/child
combination of 2.4, 2.6, 2.7 and 3.6 interpreters.
* `#477 <https://github.com/dw/mitogen/issues/477>`_: Ansible 2.3 is fully
supported and tested automatically. In combination with the core library
Python 2.4 support, this allows Red Hat Enterprise Linux 5 targets to be
managed with Mitogen. The ``simplejson`` package need not be installed on
such targets, as is usually required by Ansible.
Fixes
@ -449,6 +458,7 @@ bug reports, testing, features and fixes in this release contributed by
`Tom Parker-Shemilt <https://github.com/palfrey/>`_,
`Younès HAFRI <https://github.com/yhafri>`_,
`@myssa91 <https://github.com/myssa91>`_,
`@s3c70r <https://github.com/s3c70r/>`_,
`@syntonym <https://github.com/syntonym/>`_,
`@trim777 <https://github.com/trim777/>`_,
`@whky <https://github.com/whky/>`_, and

@ -395,12 +395,12 @@ a large fleet of machines, or to alert the parent of unexpected state changes.
Compatibility
#############
Mitogen is syntax-compatible with **Python 2.4** released November 2004, making
it suitable for managing a fleet of potentially ancient corporate hardware,
such as Red Hat Enterprise Linux 5, released in 2007.
Mitogen is compatible with **Python 2.4** released November 2004, making it
suitable for managing a fleet of potentially ancient corporate hardware, such
as Red Hat Enterprise Linux 5, released in 2007.
Every combination of Python 3.x/2.x parent and child should be possible,
however at present only Python 2.6, 2.7 and 3.6 are tested automatically.
however at present only Python 2.4, 2.6, 2.7 and 3.6 are tested automatically.
Zero Dependencies

Loading…
Cancel
Save