summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorToshio Kuratomi <toshio@fedoraproject.org>2015-05-28 15:40:01 -0700
committerToshio Kuratomi <toshio@fedoraproject.org>2015-05-28 15:40:01 -0700
commitb5b5e7afbadd94b84c1045e2f9cb2525b4d8a005 (patch)
tree2695985c517e3003e2c2f13a8c7dd95103fb6a55 /CHANGELOG.md
parent9caedb1f63585604d811bea684b035431174e24b (diff)
downloadansible-b5b5e7afbadd94b84c1045e2f9cb2525b4d8a005.tar.gz
Add uri to modules that have been fixed to check server certificates
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 9deefa126c..b05dedbcc7 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -11,7 +11,7 @@ Other Notable Changes:
## 1.9.2 "Dancing In the Street" - TBD
-* Security fix to get_url module to check that hostnames match certificates with https urls
+* Security fix to get_url and uri modules to check that hostnames match certificates with https urls
* Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd.
* Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly.
* Fixed a bug in the rds module where a traceback may occur due to an unbound variable.