From ba822ce0f9383c979fff8f93d945227f905f0952 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Tue, 5 May 2015 10:23:10 -0500 Subject: [PATCH] Backporting release info/changelog stuff to devel --- CHANGELOG.md | 12 ++++++++++++ RELEASES.txt | 9 +++++++-- packaging/debian/changelog | 11 ++++++++--- packaging/rpm/ansible.spec | 6 ++++++ 4 files changed, 33 insertions(+), 5 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 92354cd8520..c85464edd68 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -51,6 +51,18 @@ New Inventory scripts: Other Notable Changes: +## 1.9.1 "Dancing In the Street" - Apr 27, 2015 + +* Fixed a bug related to Kerberos auth when using winrm with a domain account. +* Fixing several bugs in the s3 module. +* Fixed a bug with upstart service detection in the service module. +* Fixed several bugs with the user module when used on OSX. +* Fixed unicode handling in some module situations (assert and shell/command execution). +* Fixed a bug in redhat_subscription when using the activationkey parameter. +* Fixed a traceback in the gce module on EL6 distros when multiple pycrypto installations are available. +* Added support for PostgreSQL 9.4 in rds_param_group +* Several other minor fixes. + ## 1.9 "Dancing In the Street" - Mar 25, 2015 Major changes: diff --git a/RELEASES.txt b/RELEASES.txt index ddcce78efab..c147deddf38 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -4,12 +4,17 @@ Ansible Releases at a Glance Active Development ++++++++++++++++++ -1.9 "Dancing In the Street" - in progress +2.0 "TBD" - in progress Released ++++++++ -1.8.1 "You Really Got Me" -- 11-26-2014 +1.9.1 "Dancing In the Streets" 04-27-2015 +1.9.0 "Dancing In the Streets" 03-25-2015 +1.8.4 "You Really Got Me" ---- 02-19-2015 +1.8.3 "You Really Got Me" ---- 02-17-2015 +1.8.2 "You Really Got Me" ---- 12-04-2014 +1.8.1 "You Really Got Me" ---- 11-26-2014 1.7.2 "Summer Nights" -------- 09-24-2014 1.7.1 "Summer Nights" -------- 08-14-2014 1.7 "Summer Nights" -------- 08-06-2014 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 84bf7e77033..311da7fda7d 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -3,13 +3,18 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low * %VERSION% release -- Ansible, Inc. %DATE% ->>>>>>> Stashed changes + +ansible (1.9.1) unstable; urgency=low + + * 1.9.1 + + -- Ansible, Inc. Mon, 27 Apr 2015 17:00:00 -0500 ansible (1.9.0.1) unstable; urgency=low - * 1.9 release + * 1.9.0.1 - -- Ansible, Inc. Wed, 25 Mar 2015 17:00:00 -0500 + -- Ansible, Inc. Wed, 25 Mar 2015 15:00:00 -0500 ansible (1.8.4) unstable; urgency=low diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 8ae7286b63d..394017dc0fb 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -110,6 +110,12 @@ rm -rf %{buildroot} %changelog +* Mon Apr 27 2015 Ansible, Inc. - 1.9.1 +- Release 1.9.1 + +* Wed Mar 25 2015 Ansible, Inc. - 1.9.0 +- Release 1.9.0 + * Thu Feb 19 2015 Ansible, Inc. - 1.8.4 - Release 1.8.4