Version bump for release candidate 1.9.2-0.1.rc1

This commit is contained in:
James Cammarata 2015-05-15 21:02:17 -05:00
parent 127a669a23
commit 982bad7886
5 changed files with 11 additions and 4 deletions

View file

@ -9,6 +9,13 @@ New Modules:
Other Notable Changes:
## 1.9.2 "Dancing In the Street" - TBD
* Fixed a bug in the service module where init scripts were being incorrectly used instead of upstart/systemd.
* Fixed a bug where sudo/su settings were not inherited from ansible.cfg correctly.
* Fixed a bug in the rds module where a traceback may occur due to an unbound variable.
* Fixed a bug where certain remote file systems where the SELinux context was not being properly set.
## 1.9.1 "Dancing In the Street" - Apr 27, 2015
* Fixed a bug related to Kerberos auth when using winrm with a domain account.

View file

@ -1 +1 @@
1.9.1 1
1.9.2 0.1.rc1

View file

@ -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.1'
__version__ = '1.9.2'
__author__ = 'Ansible, Inc.'

@ -1 +1 @@
Subproject commit 97af895ea84a66e13735aeded5b226eb7d0df139
Subproject commit 016ad8a1cb29d54353d14503fc07c7f98c4cb853

@ -1 +1 @@
Subproject commit 62caf8806acb874cbeda0ef2f7261ea1d46748a1
Subproject commit 86d9bbae523d42f26da3d54fb1b20565f241b657