diff --git a/CHANGELOG.md b/CHANGELOG.md index e6b847e09e6..48b0987796c 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -37,6 +37,16 @@ Other notable changes: * Inventory speed improvements for very large inventories. * Vault password files can now be executable, to support scripts that fetch the vault password. + +## 1.6.10 "And the Cradle Will Rock" - Jul 25, 2014 + +- Fixes an issue with the copy module when copying a directory that fails when changing file attributes and the target file already exists +- Improved unicode handling when splitting args + +## 1.6.9 "And the Cradle Will Rock" - Jul 24, 2014 + +- Further improvements to module parameter parsing to address additional regressions caused by security fixes + ## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014 - Corrects a regression in the way shell and command parameters were being parsed diff --git a/RELEASES.txt b/RELEASES.txt index b29dd7bde78..f0255e044a7 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -7,6 +7,8 @@ Active Development 1.8 "You Really Got Me" ---- FALL 2014 1.7 "Summer Nights" -------- 08-06-2014 +1.6.10 "The Cradle Will Rock" - 07-25-2014 +1.6.9 "The Cradle Will Rock" - 07-24-2014 1.6.8 "The Cradle Will Rock" - 07-22-2014 1.6.7 "The Cradle Will Rock" - 07-21-2014 1.6.6 "The Cradle Will Rock" - 07-01-2014 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index cd509948632..d5ab560032a 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -10,6 +10,18 @@ ansible (1.7) unstable; urgency=low -- Michael DeHaan Wed, 06 Aug 2014 15:00:00 -0500 +ansible (1.6.10) unstable; urgency=low + + * 1.6.10 release + + -- Michael DeHaan Fri, 25 Jul 2014 13:00:00 -0500 + +ansible (1.6.9) unstable; urgency=low + + * 1.6.9 release + + -- Michael DeHaan Thu, 24 Jul 2014 23:30:00 -0500 + ansible (1.6.8) unstable; urgency=low * 1.6.8 release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index d9107a9d61f..3d1b82bb049 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -118,6 +118,12 @@ rm -rf %{buildroot} * Wed Aug 06 2014 Michael DeHaan - 1.7.0 - Release 1.7.0 +* Fri Jul 25 2014 Michael DeHaan - 1.6.10 +- Release 1.6.10 + +* Thu Jul 24 2014 Michael DeHaan - 1.6.9 +- Release 1.6.9 + * Tue Jul 22 2014 Michael DeHaan - 1.6.8 - Release 1.6.8