summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Cammarata <jimi@sngx.net>2014-07-01 14:36:36 -0500
committerJames Cammarata <jimi@sngx.net>2014-07-01 14:36:36 -0500
commit69d85c22c7475ccf8169b6ec9dee3ee28c92a314 (patch)
treec830a11af4091755964b6c06416be00aba2d85c1
parent3761bc113295e20771544491d007f1d328f40b99 (diff)
downloadansible-release1.6.6.tar.gz
Version bump for release 1.6.6v1.6.6release1.6.6
-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 cb7f12301c..e4ef57e979 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Ansible Changes By Release
==========================
+## 1.6.6 "And the Cradle Will Rock" - Jul 01, 2014
+
+- Security updates to further protect against the incorrect execution of untrusted data
+
## 1.6.5 "And the Cradle Will Rock" - Jun 25, 2014
- Additional tweaks to prevent the incorrect execution of untrusted data
diff --git a/RELEASES.txt b/RELEASES.txt
index cc7ea436d1..16e02013eb 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
+1.6.6 "The Cradle Will Rock" - 07-01-2014
1.6.5 "The Cradle Will Rock" - 06-25-2014
1.6.4 "The Cradle Will Rock" - 06-25-2014
1.6.3 "The Cradle Will Rock" - 06-09-2014
diff --git a/VERSION b/VERSION
index 9f05f9f2ce..ec70f75560 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.6.5
+1.6.6
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index a891cb7e7d..c0077e5e8c 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.5'
+__version__ = '1.6.6'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 05adb9f3eb..585b071e14 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.6.6) unstable; urgency=low
+
+ * 1.6.6 release
+
+ -- Michael DeHaan <michael@ansible.com> Tue, 01 Jul 2014 15:30:00 -0500
+
ansible (1.6.5) unstable; urgency=low
* 1.6.5 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 639d0b6143..afde448aaf 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
+* Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6
+- Release 1.6.6
+
* Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.5
- Release 1.6.5