Browse code

changelog: add backported fixes by me (#26403)

René Moser authored on 2017/07/05 02:07:37
Showing 1 changed files
... ...
@@ -30,8 +30,18 @@ Ansible Changes By Release
30 30
 * fix non-pipelined code paths for Windows (eg, ANSIBLE_KEEP_REMOTE_FILES, non-pipelined connection plugins)
31 31
 * fix for win_updates where args and check mode were ignored due to common code change
32 32
 * fix for unprivileged users to Windows runas become method
33
-
34 33
 * fix starttls code path for mail module
34
+* fix missing LC_TYPE in parted module
35
+* fix CN parsing with OpenSSL 1.1 in letsencrypt module
36
+* fix params assignment in jabber module
37
+* fix TXT record type handling in exo_dns_record module
38
+* fix message queue message ttl can't be 0 in rabbitmq_queue module
39
+* CloudStack bugfixes:
40
+  * fix template upload for users in cs_template module, change default to is_routing=None
41
+  * several fixes in cs_host module fixes hypervisor handling
42
+  * fix network param ignored due typo in cs_nic module
43
+  * fix missing type bool in module cs_zone
44
+  * fix KeyError: 'sshkeypair' in cs_instance module for CloudStack v4.5 and before
35 45
 
36 46
 ## 2.3.1 "Ramble On" - 2017-06-01
37 47