From 953a2dfb8a90ed232e3fd3594256dc28589f3ce0 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Wed, 6 Aug 2014 13:20:50 -0500 Subject: [PATCH] Back-porting in CHANGELOG/etc. for older versions --- CHANGELOG.md | 10 ++++++++++ RELEASES.txt | 2 ++ packaging/debian/changelog | 12 ++++++++++++ packaging/rpm/ansible.spec | 9 +++++++++ 4 files changed, 33 insertions(+) diff --git a/CHANGELOG.md b/CHANGELOG.md index 2c6c4d864cf..2a97dc6740b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -34,6 +34,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 040694a6bf2..03ad5d92716 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -6,6 +6,8 @@ Active Development 1.7 "Summer Nights" -------- SUMMER 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 61067d48287..2ef65f97f03 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,18 @@ ansible (1.7) unstable; urgency=low -- Michael DeHaan Wed, 07 May 2014 15:00:03 -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 c0b9bfe23cd..3d1b82bb049 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -115,6 +115,15 @@ rm -rf %{buildroot} %changelog +* 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