Browse code

Version bump for 1.6.5

James Cammarata authored on 2014/06/26 11:10:25
Showing 6 changed files
... ...
@@ -1,6 +1,10 @@
1 1
 Ansible Changes By Release
2 2
 ==========================
3 3
 
4
+## 1.6.5 "And the Cradle Will Rock" - Jun 25, 2014
5
+
6
+- Additional tweaks to prevent the incorrect execution of untrusted data
7
+
4 8
 ## 1.6.4 "And the Cradle Will Rock" - Jun 25, 2014
5 9
 
6 10
 - Security update to prevent local operations from executing as the result of specifically crafted untrusted data
... ...
@@ -6,6 +6,7 @@ Active Development
6 6
 
7 7
 1.7    "Summer Nights" -------- CURRENT DEVEL BRANCH
8 8
 
9
+1.6.5  "The Cradle Will Rock" - 06-25-2014
9 10
 1.6.4  "The Cradle Will Rock" - 06-25-2014
10 11
 1.6.3  "The Cradle Will Rock" - 06-09-2014
11 12
 1.6.2  "The Cradle Will Rock" - 05-23-2014
... ...
@@ -1 +1 @@
1
-1.6.4
1
+1.6.5
... ...
@@ -14,5 +14,5 @@
14 14
 #
15 15
 # You should have received a copy of the GNU General Public License
16 16
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
17
-__version__ = '1.6.4'
17
+__version__ = '1.6.5'
18 18
 __author__ = 'Michael DeHaan'
... ...
@@ -1,3 +1,9 @@
1
+ansible (1.6.5) unstable; urgency=low
2
+
3
+  * 1.6.5 release
4
+
5
+ -- Michael DeHaan <michael@ansible.com>  Wed, 25 Jun 2014 22:30:00 -0500
6
+
1 7
 ansible (1.6.4) unstable; urgency=low
2 8
 
3 9
   * 1.6.4 release
... ...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
115 115
 
116 116
 %changelog
117 117
 
118
+* Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.5
119
+- Release 1.6.5
120
+
118 121
 * Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.4
119 122
 - Release 1.6.4
120 123