Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
A
ansible
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
OpenEdx
ansible
Commits
5fc8ea8e
Commit
5fc8ea8e
authored
Jul 25, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.6.10
parent
f4f18a63
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
21 additions
and
6 deletions
+21
-6
CHANGELOG.md
+6
-1
RELEASES.txt
+2
-1
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+7
-1
packaging/rpm/ansible.spec
+4
-1
No files found.
CHANGELOG.md
View file @
5fc8ea8e
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
...
...
RELEASES.txt
View file @
5fc8ea8e
...
...
@@ -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
...
...
VERSION
View file @
5fc8ea8e
1.6.
9
1.6.
10
lib/ansible/__init__.py
View file @
5fc8ea8e
...
...
@@ -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'
packaging/debian/changelog
View file @
5fc8ea8e
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:0
0:00 -0500
-- Michael DeHaan <michael@ansible.com>
Thu, 24 Jul 2014 23:3
0:00 -0500
ansible (1.6.8) unstable; urgency=low
...
...
packaging/rpm/ansible.spec
View file @
5fc8ea8e
...
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment