From b5b5e7afbadd94b84c1045e2f9cb2525b4d8a005 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 May 2015 15:40:01 -0700 Subject: [PATCH] Add uri to modules that have been fixed to check server certificates --- CHANGELOG.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 9deefa126c2..b05dedbcc70 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.