Browse code

Backporting CHANGELOG/RELEASES and packaging updates for 1.6.7-8 releases

James Cammarata authored on 2014/07/23 07:26:15
Showing 4 changed files
... ...
@@ -34,6 +34,18 @@ Other notable changes:
34 34
 * Inventory speed improvements for very large inventories.
35 35
 * Vault password files can now be executable, to support scripts that fetch the vault password.
36 36
 
37
+## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
38
+
39
+- Corrects a regression in the way shell and command parameters were being parsed
40
+
41
+## 1.6.7 "And the Cradle Will Rock" - Jul 21, 2014
42
+
43
+- Security fixes:
44
+  * Strip lookup calls out of inventory variables and clean unsafe data
45
+    returned from lookup plugins (CVE-2014-4966)
46
+  * Make sure vars don't insert extra parameters into module args and prevent
47
+    duplicate params from superseding previous params (CVE-2014-4967)
48
+
37 49
 ## 1.6.6 "And the Cradle Will Rock" - Jul 01, 2014
38 50
 
39 51
 - Security updates to further protect against the incorrect execution of untrusted data
... ...
@@ -6,6 +6,8 @@ Active Development
6 6
 
7 7
 1.7    "Summer Nights" -------- SUMMER 2014
8 8
 
9
+1.6.8  "The Cradle Will Rock" - 07-22-2014
10
+1.6.7  "The Cradle Will Rock" - 07-21-2014
9 11
 1.6.6  "The Cradle Will Rock" - 07-01-2014
10 12
 1.6.5  "The Cradle Will Rock" - 06-25-2014
11 13
 1.6.4  "The Cradle Will Rock" - 06-25-2014
... ...
@@ -2,7 +2,19 @@ ansible (1.7) unstable; urgency=low
2 2
 
3 3
   * 1.7 release (PENDING)
4 4
 
5
- -- Michael DeHaan <michael.dehaan@gmail.com>  Wed, 07 May 2014 15:00:03 -0500
5
+ -- Michael DeHaan <michael@ansible.com>  Wed, 07 May 2014 15:00:03 -0500
6
+
7
+ansible (1.6.8) unstable; urgency=low
8
+
9
+  * 1.6.8 release
10
+
11
+ -- Michael DeHaan <michael@ansible.com>  Tue, 22 Jul 2014 17:30:00 -0500
12
+
13
+ansible (1.6.7) unstable; urgency=low
14
+
15
+  * 1.6.7 release
16
+
17
+ -- Michael DeHaan <michael@ansible.com>  Mon, 21 Jul 2014 12:30:00 -0500
6 18
 
7 19
 ansible (1.6.6) unstable; urgency=low
8 20
 
... ...
@@ -115,6 +115,12 @@ rm -rf %{buildroot}
115 115
 
116 116
 %changelog
117 117
 
118
+* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
119
+- Release 1.6.8
120
+
121
+* Mon Jul 21 2014 Michael DeHaan <michael@ansible.com> - 1.6.7
122
+- Release 1.6.7
123
+
118 124
 * Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6
119 125
 - Release 1.6.6
120 126