From ac4e61e19e3c6d62065d668e79f1c38add00a584 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Sun, 27 Jan 2019 06:12:06 +0000 Subject: [PATCH] docs: update Changelog; closes #477. --- docs/changelog.rst | 10 ++++++++++ docs/index.rst | 8 ++++---- 2 files changed, 14 insertions(+), 4 deletions(-) diff --git a/docs/changelog.rst b/docs/changelog.rst index 844aa4a3..ca9dfdee 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -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 `_: 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 `_: 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 `_, `Younès HAFRI `_, `@myssa91 `_, +`@s3c70r `_, `@syntonym `_, `@trim777 `_, `@whky `_, and diff --git a/docs/index.rst b/docs/index.rst index 87c73377..066d6716 100644 --- a/docs/index.rst +++ b/docs/index.rst @@ -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