summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-06-25 14:20:46 -0500
committerJames Cammarata <jimi@sngx.net>2014-06-25 14:20:46 -0500
commitcc4129f6a11d1de89a2eb83991c05adc3e4a8723 (patch)
tree83181b6ce1fc2e4c7946bb2ce01c693d2e051d6b
parentc35bbdaa2199983ee7bf643953111e10182540c0 (diff)
downloadansible-release1.6.4.tar.gz
Version bump for 1.6.4v1.6.4release1.6.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--RELEASES.txt1
-rw-r--r--VERSION2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec3
6 files changed, 16 insertions, 2 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 4c07d96c04..834a91ba4e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Ansible Changes By Release
==========================
+## 1.6.4 "And the Cradle Will Rock" - Jun 25, 2014
+
+- Security update to prevent local operations from executing as the result of specifically crafted untrusted data
+
## 1.6.3 "And the Cradle Will Rock" - Jun 09, 2014
- Corrects a regression where handlers were run across all hosts, not just those that triggered the handler.
diff --git a/RELEASES.txt b/RELEASES.txt
index fc89cf08e8..3b40f690b2 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
+1.6.4 "The Cradle Will Rock" - 06-25-2014
1.6.3 "The Cradle Will Rock" - 06-09-2014
1.6.2 "The Cradle Will Rock" - 05-23-2014
1.6.1 "The Cradle Will Rock" - 05-07-2014
diff --git a/VERSION b/VERSION
index 266146b87c..9edc58bb1d 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.3
+1.6.4
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index e5dada285d..c144d454da 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.6.3'
+__version__ = '1.6.4'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 38573dbb9d..5933539e81 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.6.4) unstable; urgency=low
+
+ * 1.6.4 release
+
+ -- Michael DeHaan <michael@ansible.com> Wed, 25 Jun 2014 17:30:00 -0500
+
ansible (1.6.3) unstable; urgency=low
* 1.6.3 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 775047aa72..114b2154c3 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
+* Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.4
+- Release 1.6.4
+
* Mon Jun 09 2014 Michael DeHaan <michael@ansible.com> - 1.6.3
- Release 1.6.3