From b186f7b85e605b0a9f294ee96a0d546e41daa834 Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Mon, 6 Apr 2015 13:38:33 -0500 Subject: [PATCH] Version bump for 1.9.1-0.1.rc1 --- CHANGELOG.md | 10 ++++++++++ RELEASES.txt | 1 + VERSION | 2 +- lib/ansible/__init__.py | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- 6 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 3f889d6f7ec..0867eea74d8 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -9,6 +9,16 @@ New Modules: Other Notable Changes: +## 1.9.1 "Dancing In the Street" - TBD + +* 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. +* 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 0d9fcad2ac7..389f7323034 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -9,6 +9,7 @@ Active Development Released ++++++++ +1.9.1 "Dancing In the Streets" TBD 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 diff --git a/VERSION b/VERSION index 660b4ce53c8..d00ccadc8c2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.0.1 1 +1.9.1 0.1.rc1 diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py index c06a4210d17..3afdd9eaeab 100644 --- a/lib/ansible/__init__.py +++ b/lib/ansible/__init__.py @@ -14,5 +14,5 @@ # # You should have received a copy of the GNU General Public License # along with Ansible. If not, see . -__version__ = '1.9.0.1' +__version__ = '1.9.1' __author__ = 'Michael DeHaan' diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index 1ec3024d9a7..ca118c06eb7 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit 1ec3024d9a7ae48b7c2f4ac05eacc4e240a274d1 +Subproject commit ca118c06eb71a8f16d91e0041c5c80742c8e2869 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 1e02e02fc5b..01fe4149df4 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 1e02e02fc5bc3704d24c659aba17e09f219b822d +Subproject commit 01fe4149df486832384aac289726fcfad3f1ccec