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
cb4b1962
Commit
cb4b1962
authored
Jun 25, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump for 1.6.5
parent
8ed484c5
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 @
cb4b1962
Ansible Changes By Release
==========================
## 1.6.5 "And the Cradle Will Rock" - Jun 25, 2014
-
Additional tweaks to prevent the incorrect execution of untrusted data
## 1.6.4 "And the Cradle Will Rock" - Jun 25, 2014
-
Security update to prevent local operations from executing as the result of specifically crafted untrusted data
...
...
RELEASES.txt
View file @
cb4b1962
...
...
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.5 "The Cradle Will Rock" - 06-25-2014
1.6.4 "The Cradle Will Rock" - 06-25-2014
1.6.3 "The Cradle Will Rock" - 06-09-2014
1.6.2 "The Cradle Will Rock" - 05-23-2014
...
...
VERSION
View file @
cb4b1962
1.6.
4
1.6.
5
lib/ansible/__init__.py
View file @
cb4b1962
...
...
@@ -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.
4
'
__version__
=
'1.6.
5
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
cb4b1962
ansible (1.6.5) unstable; urgency=low
* 1.6.5 release
-- Michael DeHaan <michael@ansible.com> Wed, 25 Jun 2014 22:30:00 -0500
ansible (1.6.4) unstable; urgency=low
* 1.6.4 release
...
...
packaging/rpm/ansible.spec
View file @
cb4b1962
...
...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.5
- Release 1.6.5
* Wed Jun 25 2014 Michael DeHaan <michael@ansible.com> - 1.6.4
- Release 1.6.4
...
...
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