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
dffea7f8
Commit
dffea7f8
authored
Jun 09, 2014
by
James Cammarata
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Version bump and CHANGELOG/RELEASES update for 1.6.3
parent
70595280
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
24 additions
and
5 deletions
+24
-5
CHANGELOG.md
+9
-0
RELEASES.txt
+1
-0
VERSION
+1
-1
lib/ansible/__init__.py
+1
-1
packaging/debian/changelog
+9
-3
packaging/rpm/ansible.spec
+3
-0
No files found.
CHANGELOG.md
View file @
dffea7f8
Ansible Changes By Release
==========================
## 1.6.3 "And the Cradle Will Rock" - Jun 09, 2014
-
Corrects a regression where handlers were run across all hosts, not just those that triggered the handler.
-
Fixed a bug in which modules did not support properly moving a file atomically when su was in use.
-
Fixed two bugs related to symlinks with directories when using the file module.
-
Fixed a bug related to MySQL master replication syntax.
-
Corrects a regression in the order of variable merging done by the internal runner code.
-
Various other minor bug fixes.
## 1.6.2 "And the Cradle Will Rock" - May 23, 2014
-
If an improper locale is specified, core modules will now automatically revert to using the 'C' locale.
...
...
RELEASES.txt
View file @
dffea7f8
...
...
@@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.3 "The Cradle Will Rock" - 06-09-2014
1.6.2 "The Cradle Will Rock" - 05-23-2014
1.6.1 "The Cradle Will Rock" - 05-07-2014
1.6 "The Cradle Will Rock" - 05-05-2014
...
...
VERSION
View file @
dffea7f8
1.6.
2
1.6.
3
lib/ansible/__init__.py
View file @
dffea7f8
...
...
@@ -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.
2
'
__version__
=
'1.6.
3
'
__author__
=
'Michael DeHaan'
packaging/debian/changelog
View file @
dffea7f8
ansible (1.6.3) unstable; urgency=low
* 1.6.3 release
-- Michael DeHaan <michael@ansible.com> Mon, 09 Jun 2014 16:30:00 -0500
ansible (1.6.2) unstable; urgency=low
* 1.6.2 release
-- Michael DeHaan <michael.dehaan@gmail
.com> Fri, 23 May 2014 17:30:00 -0500
-- Michael DeHaan <michael@ansible
.com> Fri, 23 May 2014 17:30:00 -0500
ansible (1.6.1) unstable; urgency=low
* 1.6.1 release
-- Michael DeHaan <michael.dehaan@gmail
.com> Wed, 07 May 2014 13:30:00 -0500
-- Michael DeHaan <michael@ansible
.com> Wed, 07 May 2014 13:30:00 -0500
ansible (1.6) unstable; urgency=low
* 1.6.0 release
-- Michael DeHaan <michael.dehaan@gmail
.com> Mon, 05 May 2014 17:30:03 -0500
-- Michael DeHaan <michael@ansible
.com> Mon, 05 May 2014 17:30:03 -0500
ansible (1.5.5) unstable; urgency=low
...
...
packaging/rpm/ansible.spec
View file @
dffea7f8
...
...
@@ -115,6 +115,9 @@ rm -rf %{buildroot}
%changelog
* Mon Jun 09 2014 Michael DeHaan <michael@ansible.com> - 1.6.3
- Release 1.6.3
* Fri May 23 2014 Michael DeHaan <michael@ansible.com> - 1.6.2
- Release 1.6.2
...
...
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