Browse code

Version bump for release 1.6.9

James Cammarata authored on 2014/07/25 12:20:37
Showing 6 changed files
... ...
@@ -1,6 +1,10 @@
1 1
 Ansible Changes By Release
2 2
 ==========================
3 3
 
4
+## 1.6.9 "And the Cradle Will Rock" - Jul 25, 2014
5
+
6
+- Further improvements to module parameter parsing to address additional regressions caused by security fixes
7
+
4 8
 ## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
5 9
 
6 10
 - Corrects a regression in the way shell and command parameters were being parsed
... ...
@@ -6,6 +6,7 @@ Active Development
6 6
 
7 7
 1.7    "Summer Nights" -------- CURRENT DEVEL BRANCH
8 8
 
9
+1.6.9  "The Cradle Will Rock" - 07-25-2014
9 10
 1.6.8  "The Cradle Will Rock" - 07-22-2014
10 11
 1.6.7  "The Cradle Will Rock" - 07-21-2014
11 12
 1.6.6  "The Cradle Will Rock" - 07-01-2014
... ...
@@ -1 +1 @@
1
-1.6.8
1
+1.6.9
... ...
@@ -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.8'
17
+__version__ = '1.6.9'
18 18
 __author__ = 'Michael DeHaan'
... ...
@@ -1,3 +1,9 @@
1
+ansible (1.6.9) unstable; urgency=low
2
+
3
+  * 1.6.9 release
4
+
5
+ -- Michael DeHaan <michael@ansible.com>  Fri, 25 Jul 2014 00:00:00 -0500
6
+
1 7
 ansible (1.6.8) unstable; urgency=low
2 8
 
3 9
   * 1.6.8 release
... ...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
115 115
 
116 116
 %changelog
117 117
 
118
+* Fri Jul 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.9
119
+- Release 1.6.9
120
+
118 121
 * Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
119 122
 - Release 1.6.8
120 123