Version bump for 1.9.1-0.1.rc1

pull/10639/head v1.9.1-0.1.rc1
James Cammarata 10 years ago
parent b855456844
commit b186f7b85e

@ -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:

@ -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

@ -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'

@ -1 +1 @@
Subproject commit 1ec3024d9a7ae48b7c2f4ac05eacc4e240a274d1
Subproject commit ca118c06eb71a8f16d91e0041c5c80742c8e2869

@ -1 +1 @@
Subproject commit 1e02e02fc5bc3704d24c659aba17e09f219b822d
Subproject commit 01fe4149df486832384aac289726fcfad3f1ccec
Loading…
Cancel
Save