From 578c2c3b46446e0d4e7d7fad800f655f2b5eb774 Mon Sep 17 00:00:00 2001 From: David Wilson Date: Tue, 6 Nov 2018 22:24:07 +0000 Subject: [PATCH] issue #364: update ChangeLog. --- docs/changelog.rst | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/docs/changelog.rst b/docs/changelog.rst index cdc160be..99b30214 100644 --- a/docs/changelog.rst +++ b/docs/changelog.rst @@ -164,6 +164,10 @@ Fixes environment variable if it is set, causing behaviour to diverge when Ansible was invoked across user accounts via ``sudo``. +* `#364 `_: file transfers from + controllers running Python 2.7.2 or earlier could be interrupted due to a + forking bug in the :mod:`tempfile` module. + * `#370 `_: the Ansible `reboot `_ module is supported.