Skip to content

Commit

Permalink
Updating changelog/releases/packaging for 1.5.5 release
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Apr 18, 2014
1 parent 75e0b7a commit cc6d213
Show file tree
Hide file tree
Showing 4 changed files with 25 additions and 1 deletion.
6 changes: 5 additions & 1 deletion CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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.
Expand Down
2 changes: 2 additions & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
12 changes: 12 additions & 0 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,18 @@ ansible (1.6) unstable; urgency=low

-- Michael DeHaan <[email protected]> Fri, 28 February 2014 15:00:03 -0500

ansible (1.5.5) unstable; urgency=low

* 1.5.5 release

-- Michael DeHaan <[email protected]> Fri, 18 April 2014 15:00:00 -0500

ansible (1.5.4) unstable; urgency=low

* 1.5.4 release

-- Michael DeHaan <[email protected]> Tue, 01 April 2014 08:46:00 -0500

ansible (1.5.3) unstable; urgency=low

* 1.5.3 release
Expand Down
6 changes: 6 additions & 0 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,12 @@ rm -rf %{buildroot}
* Thu Mar 14 2014 Michael DeHaan <[email protected]> - 1.6-0
* (PENDING)

* Fri Apr 18 2014 Michael DeHaan <[email protected]> - 1.5.5
- Release 1.5.5

* Tue Apr 01 2014 Michael DeHaan <[email protected]> - 1.5.4
- Release 1.5.4

* Thu Mar 13 2014 Michael DeHaan <[email protected]> - 1.5.3
- Release 1.5.3

Expand Down

0 comments on commit cc6d213

Please sign in to comment.