From d444ab507ec66e308850b85645e9958cf47d0c0d Mon Sep 17 00:00:00 2001 From: James Cammarata Date: Thu, 3 Sep 2015 18:26:11 -0400 Subject: [PATCH] Version bump for release 1.9.3-1 --- CHANGELOG.md | 2 ++ RELEASES.txt | 2 +- VERSION | 2 +- lib/ansible/modules/core | 2 +- lib/ansible/modules/extras | 2 +- packaging/debian/changelog | 6 ++++++ packaging/rpm/ansible.spec | 3 +++ 7 files changed, 15 insertions(+), 4 deletions(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 5a4696af25c..fa53ff53321 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -31,6 +31,8 @@ Other Notable Changes: * Change yum module's state=latest feature to update all packages specified in a single transaction. This is the same type of fix as was made for yum's state=installed in 1.9.2 and both solves the same problems and with the same caveats. +* Fixed a bug where stdout from a module might be blank when there were were non-printable + ASCII characters contained within it ## 1.9.2 "Dancing In the Street" - Jun 26, 2015 diff --git a/RELEASES.txt b/RELEASES.txt index 5c801247758..471acb22f5f 100644 --- a/RELEASES.txt +++ b/RELEASES.txt @@ -9,7 +9,7 @@ Active Development Released ++++++++ -1.9.3 "Dancing In the Streets" TBD +1.9.3 "Dancing In the Streets" 09-03-2015 1.9.2 "Dancing In the Streets" 06-24-2015 1.9.1 "Dancing In the Streets" 04-27-2015 1.9.0 "Dancing In the Streets" 03-25-2015 diff --git a/VERSION b/VERSION index bda8e763e35..c82debec5b2 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -1.9.3 0.3.rc3 +1.9.3 1 diff --git a/lib/ansible/modules/core b/lib/ansible/modules/core index dccef8f89a0..cf88f278682 160000 --- a/lib/ansible/modules/core +++ b/lib/ansible/modules/core @@ -1 +1 @@ -Subproject commit dccef8f89a0e8aba55d935616533a773e3f7772b +Subproject commit cf88f2786822ab5f4a1cd711761a40df49bd93f0 diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras index 25595b4ecc6..29ef00f8973 160000 --- a/lib/ansible/modules/extras +++ b/lib/ansible/modules/extras @@ -1 +1 @@ -Subproject commit 25595b4ecc65b0af28993bc688b51449b5b566a0 +Subproject commit 29ef00f89731bfd9e9c945118429980a9e532ec9 diff --git a/packaging/debian/changelog b/packaging/debian/changelog index 0807ed0aa8f..3407fbfcd39 100644 --- a/packaging/debian/changelog +++ b/packaging/debian/changelog @@ -4,6 +4,12 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low -- Ansible, Inc. %DATE% +ansible (1.9.3) unstable; urgency=low + + * 1.9.3 + + -- Ansible, Inc. Thu, 03 Sep 2015 18:30:00 -0500 + ansible (1.9.2) unstable; urgency=low * 1.9.2 diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec index 22b594b91a5..330ece239a0 100644 --- a/packaging/rpm/ansible.spec +++ b/packaging/rpm/ansible.spec @@ -111,6 +111,9 @@ rm -rf %{buildroot} %changelog +* Thu Sep 03 2015 Ansible, Inc. - 1.9.3 +- Release 1.9.3 + * Wed Jun 24 2015 Ansible, Inc. - 1.9.2 - Release 1.9.2