Skip to content

Commit

Permalink
Version bump and CHANGELOG/RELEASES update for 1.6.3
Browse files Browse the repository at this point in the history
  • Loading branch information
jimi-c committed Jun 9, 2014
1 parent 7059528 commit dffea7f
Show file tree
Hide file tree
Showing 6 changed files with 24 additions and 5 deletions.
9 changes: 9 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,15 @@
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.
Expand Down
1 change: 1 addition & 0 deletions RELEASES.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.6.2
1.6.3
2 changes: 1 addition & 1 deletion lib/ansible/__init__.py
Original file line number Diff line number Diff line change
Expand Up @@ -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'
12 changes: 9 additions & 3 deletions packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,20 +1,26 @@
ansible (1.6.3) unstable; urgency=low

* 1.6.3 release

-- Michael DeHaan <[email protected]> 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

Expand Down
3 changes: 3 additions & 0 deletions packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -115,6 +115,9 @@ rm -rf %{buildroot}

%changelog

* Mon Jun 09 2014 Michael DeHaan <[email protected]> - 1.6.3
- Release 1.6.3

* Fri May 23 2014 Michael DeHaan <[email protected]> - 1.6.2
- Release 1.6.2

Expand Down

0 comments on commit dffea7f

Please sign in to comment.