From cc6d213d7272d2b071c0ce9e48f680bb74841d17 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Fri, 18 Apr 2014 16:07:28 -0500 Subject: [PATCH] Updating changelog/releases/packaging for 1.5.5 release --- CHANGELOG.md | 6 +++++- RELEASES.txt | 2 ++ packaging/debian/changelog | 12 ++++++++++++ packaging/rpm/ansible.spec | 6 ++++++ 4 files changed, 25 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index f16b3d3ca69..4b21402fe69 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -13,7 +13,6 @@ Major features/changes: - daemon lifetime is now based on the time from the last activity, not the time from the daemon's launch. * ansible-playbook now accepts --force-handlers to run handlers even if tasks result in failures - New Modules: * files: replace @@ -69,6 +68,11 @@ Other notable changes: * ... to be filled in from changelogs ... * +## 1.5.5 "Love Walks In" - April 18, 2014 + +- Security fix for vault, to ensure the umask is set to a restrictive mode before creating/editing vault files. +- Backported apt_repository security fixes relating to filename/mode upon sources list file creation. + ## 1.5.4 "Love Walks In" - April 1, 2014 - Security fix for safe_eval, which further hardens the checking of the evaluation function. diff --git a/RELEASES.txt b/RELEASES.txt index 03f71e37efa..b2d2071ab78 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -16,6 +16,8 @@ Previous ======= 1.6 "The Cradle Will Rock" - NEXT +1.5.5 "Love Walks In" -------- 04-18-2014 +1.5.4 "Love Walks In" -------- 04-01-2014 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 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 446287cd52b..297c47715bf 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.5) unstable; urgency=low + + * 1.5.5 release + + -- Michael DeHaan Fri, 18 April 2014 15:00:00 -0500 + +ansible (1.5.4) unstable; urgency=low + + * 1.5.4 release + + -- Michael DeHaan Tue, 01 April 2014 08:46:00 -0500 + ansible (1.5.3) unstable; urgency=low * 1.5.3 release diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 298450d9647..fb2af995e32 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -105,6 +105,12 @@ rm -rf %{buildroot} * Thu Mar 14 2014 Michael DeHaan - 1.6-0 * (PENDING) +* Fri Apr 18 2014 Michael DeHaan - 1.5.5 +- Release 1.5.5 + +* Tue Apr 01 2014 Michael DeHaan - 1.5.4 +- Release 1.5.4 + * Thu Mar 13 2014 Michael DeHaan - 1.5.3 - Release 1.5.3