Add setfacl on BSD fix to CHANGELOG

This commit is contained in:
Toshio Kuratomi 2016-06-17 11:51:33 -07:00
parent cd348abaa6
commit 7083d0b5ea

View file

@ -8,6 +8,7 @@ Ansible Changes By Release
* If the user is not using paramiko or vault, allow Ansible to run if pycrypto is not installed.
* Fixed a bug in pkg_util module that caused "update_catalog must be one of" error if 'update_catalog' arg was used.
* Fixed a bug where psuedo-connection vars (eg, ansible_winrm_transport) defined in group_vars or host_vars were not getting passed to the connection.
* Fixed a bug where temp file permissions on BSDs were not using filesystem acls when available.
## 2.1 "The Song Remains the Same" - ACTIVE DEVELOPMENT