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
953a2dfb
Commit
953a2dfb
authored
Aug 06, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Back-porting in CHANGELOG/etc. for older versions
parent
e90d2573
Show whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
33 additions
and
0 deletions
+33
-0
CHANGELOG.md
+10
-0
RELEASES.txt
+2
-0
packaging/debian/changelog
+12
-0
packaging/rpm/ansible.spec
+9
-0
No files found.
CHANGELOG.md
View file @
953a2dfb
...
...
@@ -34,6 +34,16 @@ Other notable changes:
*
Inventory speed improvements for very large inventories.
*
Vault password files can now be executable, to support scripts that fetch the vault password.
## 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
## 1.6.8 "And the Cradle Will Rock" - Jul 22, 2014
-
Corrects a regression in the way shell and command parameters were being parsed
...
...
RELEASES.txt
View file @
953a2dfb
...
...
@@ -6,6 +6,8 @@ Active Development
1.7 "Summer Nights" -------- SUMMER 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
...
...
packaging/debian/changelog
View file @
953a2dfb
...
...
@@ -4,6 +4,18 @@ ansible (1.7) unstable; urgency=low
-- Michael DeHaan <michael@ansible.com> Wed, 07 May 2014 15:00:03 -0500
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> Thu, 24 Jul 2014 23:30:00 -0500
ansible (1.6.8) unstable; urgency=low
* 1.6.8 release
...
...
packaging/rpm/ansible.spec
View file @
953a2dfb
...
...
@@ -115,6 +115,15 @@ rm -rf %{buildroot}
%changelog
* Wed Aug 06 2014 Michael DeHaan <michael@ansible.com> - 1.7.0
- Release 1.7.0
* 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
- Release 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