summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorRené Moser <mail@renemoser.net>2017-07-04 19:07:37 +0200
committerGitHub <noreply@github.com>2017-07-04 19:07:37 +0200
commit333d177325e55e8e8b01c23dbb98111a8f61aaf0 (patch)
tree8dcb649cb1266a93fe2a652e2e5362d5615ee881 /CHANGELOG.md
parent0c8459b01b7b35390b260f382706b5e524119636 (diff)
downloadansible-333d177325e55e8e8b01c23dbb98111a8f61aaf0.tar.gz
changelog: add backported fixes by me (#26403)
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md12
1 files changed, 11 insertions, 1 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 286364c37d..3cc0172a42 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -30,8 +30,18 @@ Ansible Changes By Release
* fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
* fix for win_updates where args and check mode were ignored due to common code change
* fix for unprivileged users to Windows runas become method
-
* fix starttls code path for mail module
+* fix missing LC_TYPE in parted module
+* fix CN parsing with OpenSSL 1.1 in letsencrypt module
+* fix params assignment in jabber module
+* fix TXT record type handling in exo_dns_record module
+* fix message queue message ttl can't be 0 in rabbitmq_queue module
+* CloudStack bugfixes:
+ * fix template upload for users in cs_template module, change default to is_routing=None
+ * several fixes in cs_host module fixes hypervisor handling
+ * fix network param ignored due typo in cs_nic module
+ * fix missing type bool in module cs_zone
+ * fix KeyError: 'sshkeypair' in cs_instance module for CloudStack v4.5 and before
## 2.3.1 "Ramble On" - 2017-06-01