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
663ecd0d
Commit
663ecd0d
authored
Jul 24, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for release 1.6.9
parent
bf41f220
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
16 additions
and
2 deletions
+16
-2
CHANGELOG.md
+4
-0
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+6
-0
packaging/rpm/ansible.spec
+3
-0
No files found.
CHANGELOG.md
View file @
663ecd0d
Ansible Changes By Release
==========================
## 1.6.9 "And the Cradle Will Rock" - Jul 25, 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 @
663ecd0d
...
...
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.9 "The Cradle Will Rock" - 07-25-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 @
663ecd0d
1.6.
8
1.6.
9
lib/ansible/__init__.py
View file @
663ecd0d
...
...
@@ -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.
8
'
__version__
=
'1.6.
9
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
663ecd0d
ansible (1.6.9) unstable; urgency=low
* 1.6.9 release
-- Michael DeHaan <michael@ansible.com> Fri, 25 Jul 2014 00:00:00 -0500
ansible (1.6.8) unstable; urgency=low
* 1.6.8 release
...
...
packaging/rpm/ansible.spec
View file @
663ecd0d
...
...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Fri Jul 25 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