Version bump for release 1.6.8

release1.6.8 v1.6.8
James Cammarata 10 years ago
parent b35e1a664d
commit f88bf57463

@ -1,7 +1,11 @@
Ansible Changes By Release Ansible Changes By Release
========================== ==========================
## 1.6.7 "And the Cradle Will Rock" - Jul 17, 2014 ## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
- Corrects a regression in the way shell and command parameters were being parsed
## 1.6.7 "And the Cradle Will Rock" - Jul 21, 2014
- Security fixes: - Security fixes:
* Strip lookup calls out of inventory variables and clean unsafe data * Strip lookup calls out of inventory variables and clean unsafe data

@ -6,7 +6,8 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH 1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.7 "The Cradle Will Rock" - 07-17-2014 1.6.8 "The Cradle Will Rock" - 07-22-2014
1.6.7 "The Cradle Will Rock" - 07-21-2014
1.6.6 "The Cradle Will Rock" - 07-01-2014 1.6.6 "The Cradle Will Rock" - 07-01-2014
1.6.5 "The Cradle Will Rock" - 06-25-2014 1.6.5 "The Cradle Will Rock" - 06-25-2014
1.6.4 "The Cradle Will Rock" - 06-25-2014 1.6.4 "The Cradle Will Rock" - 06-25-2014

@ -1 +1 @@
1.6.7 1.6.8

@ -14,5 +14,5 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.6.7' __version__ = '1.6.8'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'

@ -1,8 +1,14 @@
ansible (1.6.8) unstable; urgency=low
* 1.6.8 release
-- Michael DeHaan <michael@ansible.com> Tue, 22 Jul 2014 17:30:00 -0500
ansible (1.6.7) unstable; urgency=low ansible (1.6.7) unstable; urgency=low
* 1.6.7 release * 1.6.7 release
-- Michael DeHaan <michael@ansible.com> Thu, 17 Jul 2014 10:30:00 -0500 -- Michael DeHaan <michael@ansible.com> Mon, 21 Jul 2014 12:30:00 -0500
ansible (1.6.6) unstable; urgency=low ansible (1.6.6) unstable; urgency=low

@ -115,7 +115,10 @@ rm -rf %{buildroot}
%changelog %changelog
* Thu Jul 17 2014 Michael DeHaan <michael@ansible.com> - 1.6.7 * Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
- Release 1.6.8
* Mon Jul 21 2014 Michael DeHaan <michael@ansible.com> - 1.6.7
- Release 1.6.7 - Release 1.6.7
* Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6 * Tue Jul 01 2014 Michael DeHaan <michael@ansible.com> - 1.6.6

Loading…
Cancel
Save