Version bump for 1.6.1 release

release1.6.1 v1.6.1
James Cammarata 11 years ago
parent 08f4984d92
commit d4e11c5c69

@ -1,7 +1,14 @@
Ansible Changes By Release
==========================
## 1.6 "And the Cradle Will Rock"
## 1.6.1 "And the Cradle Will Rock" - May 7, 2014
- Fixed a bug in group_by, where systems were being grouped incorrectly.
- Fixed a bug where file descriptors may leak to a child process when using accelerate.
- Fixed a bug in apt_repository triggered when python-apt not being installed/available.
- Fixed a bug in the apache2_module module, where modules were not being disabled correctly.
## 1.6 "And the Cradle Will Rock" - May 5, 2014
Major features/changes:

@ -6,6 +6,7 @@ Active Development
1.7 "Summer Nights" -------- CURRENT DEVEL BRANCH
1.6.1 "The Cradle Will Rock" - 05-07-2014
1.6 "The Cradle Will Rock" - 05-05-2014
1.5.5 "Love Walks In" -------- 04-18-2014
1.5.4 "Love Walks In" -------- 04-01-2014

@ -1 +1 @@
1.6
1.6.1

@ -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'
__version__ = '1.6.1'
__author__ = 'Michael DeHaan'

@ -1,3 +1,9 @@
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
ansible (1.6) unstable; urgency=low
* 1.6.0 release

@ -5,7 +5,7 @@
%endif
Name: %{name}
Version: 1.6
Version: 1.6.1
Release: 1%{?dist}
Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform
@ -114,6 +114,9 @@ rm -rf %{buildroot}
%changelog
* Wed May 07 2014 Michael DeHaan <michael@ansible.com> - 1.6.1
- Release 1.6.1
* Mon May 05 2014 Michael DeHaan <michael@ansible.com> - 1.6.0
- Release 1.6.0

Loading…
Cancel
Save