Commit 5fc8ea8e by James Cammarata

Version bump for release 1.6.10

parent f4f18a63
Ansible Changes By Release 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 - Further improvements to module parameter parsing to address additional regressions caused by security fixes
......
...@@ -6,7 +6,8 @@ Active Development ...@@ -6,7 +6,8 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH 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.8 "The Cradle Will Rock" - 07-22-2014
1.6.7 "The Cradle Will Rock" - 07-21-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
......
...@@ -14,5 +14,5 @@ ...@@ -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.9' __version__ = '1.6.10'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'
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 ansible (1.6.9) unstable; urgency=low
* 1.6.9 release * 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 ansible (1.6.8) unstable; urgency=low
......
...@@ -115,7 +115,10 @@ rm -rf %{buildroot} ...@@ -115,7 +115,10 @@ rm -rf %{buildroot}
%changelog %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 - Release 1.6.9
* Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8 * Tue Jul 22 2014 Michael DeHaan <michael@ansible.com> - 1.6.8
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment