summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-04-06 13:38:33 -0500
committerJames Cammarata <jimi@sngx.net>2015-04-06 13:38:33 -0500
commitb186f7b85e605b0a9f294ee96a0d546e41daa834 (patch)
treea32b04296a8e32b97fa0d93996b2a72900857d22
parentb855456844a53ac3049150544ef0812c99ca6bdd (diff)
downloadansible-1.9.1-0.1.rc1.tar.gz
Version bump for 1.9.1-0.1.rc1v1.9.1-0.1.rc1
-rw-r--r--CHANGELOG.md10
-rw-r--r--RELEASES.txt1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
m---------lib/ansible/modules/core0
m---------lib/ansible/modules/extras0
6 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 3f889d6f7e..0867eea74d 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 0d9fcad2ac..389f732303 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 660b4ce53c..d00ccadc8c 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 c06a4210d1..3afdd9eaea 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 <http://www.gnu.org/licenses/>.
-__version__ = '1.9.0.1'
+__version__ = '1.9.1'
__author__ = 'Michael DeHaan'
diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core
-Subproject 1ec3024d9a7ae48b7c2f4ac05eacc4e240a274d
+Subproject ca118c06eb71a8f16d91e0041c5c80742c8e286
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject 1e02e02fc5bc3704d24c659aba17e09f219b822
+Subproject 01fe4149df486832384aac289726fcfad3f1cce