diff options
-rw-r--r-- | CHANGELOG.md | 10 | ||||
-rw-r--r-- | RELEASES.txt | 1 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rw-r--r-- | lib/ansible/__init__.py | 2 | ||||
m--------- | lib/ansible/modules/core | 0 | ||||
m--------- | lib/ansible/modules/extras | 0 |
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 @@ -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 |