Version bump for release 1.6.10

release1.6.10
James Cammarata 10 years ago
parent f4f18a6375
commit 5fc8ea8e01

@ -1,7 +1,12 @@
Ansible Changes By Release
==========================
## 1.6.9 "And the Cradle Will Rock" - Jul 25, 2014
## 1.6.10 "And the Cradle Will Rock" - Jul 25, 2014
- Fixes an issue with the copy module when copying a directory that fails when changing file attributes and the target file already exists
- Improved unicode handling when splitting args
## 1.6.9 "And the Cradle Will Rock" - Jul 24, 2014
- Further improvements to module parameter parsing to address additional regressions caused by security fixes

@ -6,7 +6,8 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.9 "The Cradle Will Rock" - 07-25-2014
1.6.10 "The Cradle Will Rock" - 07-25-2014
1.6.9 "The Cradle Will Rock" - 07-24-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 +1 @@
1.6.9
1.6.10

@ -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.9'
__version__ = '1.6.10'
__author__ = 'Michael DeHaan'

@ -1,8 +1,14 @@
ansible (1.6.10) unstable; urgency=low
* 1.6.10 release
-- Michael DeHaan <michael@ansible.com> Fri, 25 Jul 2014 13:00:00 -0500
ansible (1.6.9) unstable; urgency=low
* 1.6.9 release
-- Michael DeHaan <michael@ansible.com> Fri, 25 Jul 2014 00:00:00 -0500
-- Michael DeHaan <michael@ansible.com> Thu, 24 Jul 2014 23:30:00 -0500
ansible (1.6.8) unstable; urgency=low

@ -115,7 +115,10 @@ rm -rf %{buildroot}
%changelog
* Fri Jul 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.9
* Fri Jul 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.10
- Release 1.6.10
* Thu Jul 24 2014 Michael DeHaan <michael@ansible.com> - 1.6.9
- Release 1.6.9
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8

Loading…
Cancel
Save