From b5e25a57afc1cdeabe4d8dc72eb6740c5b70a821 Mon Sep 17 00:00:00 2001 From: Toshio Kuratomi Date: Thu, 28 May 2015 13:38:20 -0700 Subject: [PATCH] Changelog entry for get_url fixes --- CHANGELOG.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 0cd56be1610..9deefa126c2 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -11,6 +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 * 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. @@ -22,6 +23,7 @@ Other Notable Changes: - win_file.py - win_template.py * Fix bug using with_sequence and a count that is zero. Also allows counting backwards isntead of forwards +* Fix get_url module bug preventing use of custom ports with https urls ## 1.9.1 "Dancing In the Street" - Apr 27, 2015