summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2016-04-08 11:47:18 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2016-04-08 11:47:18 -0700
commit94ff39c8781d6486a864edd2d74f86b945488a59 (patch)
treefeaa8af6414ebd2a054a90aedf47229785541259
parent7bfa2fef177df72958972aa94075b178e61c78ae (diff)
downloadansible-94ff39c8781d6486a864edd2d74f86b945488a59.tar.gz
Update changelog for the two new bugfixes
-rw-r--r--CHANGELOG.md4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5d71e052ad..2552a3f7b2 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -49,6 +49,10 @@ Ansible Changes By Release
* Fix lxc_container module having predictable temp file names and setting file
permissions on the temporary file too leniently on a temporary file that was
executed as a script. Addresses CVE-2016-3096
+* Fix a bug in the uri module where setting headers via module params that
+ start with HEADER_ were causing a traceback.
+* Fix bug in the free strategy that was causing it to synchronize its workers
+ after every task (making it a lot more like linear than it should have been).
## 2.0.1 "Over the Hills and Far Away"