diff --git a/CHANGELOG.md b/CHANGELOG.md index 4f8ceb16fe4..578e6b80a54 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -29,6 +29,15 @@ Other notable changes: * security token additions to ec2 modules * misc bugfixes and other parameters +## 1.5.3 "Love Walks In" - March 13, 2014 + +- Fix validate_certs and run_command errors from previous release +- Fixes to the git module related to host key checking + +## 1.5.2 "Love Walks In" - March 11, 2014 + +- Fix module errors in airbrake and apt from previous release + ## 1.5.1 "Love Walks In" - March 10, 2014 - Force command action to not be executed by the shell unless specifically enabled. diff --git a/RELEASES.txt b/RELEASES.txt index 3537d1e8389..03f71e37efa 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -16,6 +16,8 @@ Previous ======= 1.6 "The Cradle Will Rock" - NEXT +1.5.3 "Love Walks In" -------- 03-13-2014 +1.5.2 "Love Walks In" -------- 03-11-2014 1.5.1 "Love Walks In" -------- 03-10-2014 1.5 "Love Walks In" -------- 02-28-2014 1.4.5 "Could This Be Magic?" - 02-12-2014 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 00c863f3056..446287cd52b 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,18 @@ ansible (1.6) unstable; urgency=low -- Michael DeHaan Fri, 28 February 2014 15:00:03 -0500 +ansible (1.5.3) unstable; urgency=low + + * 1.5.3 release + + -- Michael DeHaan Thu, 13 March 2014 08:46:00 -0500 + +ansible (1.5.2) unstable; urgency=low + + * 1.5.2 release + + -- Michael DeHaan Tue, 11 March 2014 08:46:00 -0500 + ansible (1.5.1) unstable; urgency=low * 1.5.1 release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index ad34053f3a9..298450d9647 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -102,9 +102,15 @@ rm -rf %{buildroot} %changelog -* Thu Mar 11 2014 Michael DeHaan - 1.6-0 +* Thu Mar 14 2014 Michael DeHaan - 1.6-0 * (PENDING) +* Thu Mar 13 2014 Michael DeHaan - 1.5.3 +- Release 1.5.3 + +* Tue Mar 11 2014 Michael DeHaan - 1.5.2 +- Release 1.5.2 + * Mon Mar 10 2014 Michael DeHaan - 1.5.1 - Release 1.5.1