summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2015-09-03 18:26:11 -0400
committerJames Cammarata <jimi@sngx.net>2015-09-03 18:26:11 -0400
commitd444ab507ec66e308850b85645e9958cf47d0c0d (patch)
tree0ea760d7f57a63f3ce0e7003af24d33ebad1a365
parent066b7079effbb97f34510a2b4d84b4b6dda56794 (diff)
downloadansible-d444ab507ec66e308850b85645e9958cf47d0c0d.tar.gz
Version bump for release 1.9.3-1v1.9.3-1
-rw-r--r--CHANGELOG.md2
-rw-r--r--RELEASES.txt2
-rw-r--r--VERSION2
m---------lib/ansible/modules/core0
m---------lib/ansible/modules/extras0
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec3
7 files changed, 13 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 5a4696af25..fa53ff5332 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 5c80124775..471acb22f5 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 bda8e763e3..c82debec5b 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
-Subproject dccef8f89a0e8aba55d935616533a773e3f7772
+Subproject cf88f2786822ab5f4a1cd711761a40df49bd93f
diff --git a/lib/ansible/modules/extras b/lib/ansible/modules/extras
-Subproject 25595b4ecc65b0af28993bc688b51449b5b566a
+Subproject 29ef00f89731bfd9e9c945118429980a9e532ec
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 0807ed0aa8..3407fbfcd3 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -4,6 +4,12 @@ ansible (%VERSION%-%RELEASE%~%DIST%) %DIST%; urgency=low
-- Ansible, Inc. <support@ansible.com> %DATE%
+ansible (1.9.3) unstable; urgency=low
+
+ * 1.9.3
+
+ -- Ansible, Inc. <support@ansible.com> 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 22b594b91a..330ece239a 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. <support@ansible.com> - 1.9.3
+- Release 1.9.3
+
* Wed Jun 24 2015 Ansible, Inc. <support@ansible.com> - 1.9.2
- Release 1.9.2