summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2013-12-18 20:25:16 -0500
committerJames Tanner <tanner.jc@gmail.com>2013-12-18 20:25:16 -0500
commit764c6f74c4ee9c4c4024bb0a28e68ddad63284c1 (patch)
tree510d78a20f16167b3f1de579870fcdf9c0c7bcc8
parent7d209edae28f48dc2e0da02f0adcad724bb855c3 (diff)
downloadansible-764c6f74c4ee9c4c4024bb0a28e68ddad63284c1.tar.gz
Update files for 1.4.2 release.
-rw-r--r--CHANGELOG.md7
-rw-r--r--RELEASES.txt3
-rw-r--r--VERSION2
-rw-r--r--docsite/rst/index.rst2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog8
-rw-r--r--packaging/rpm/ansible.spec5
7 files changed, 23 insertions, 6 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index 67b1b0aa36..7eca56e71e 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -3,6 +3,13 @@ Ansible Changes By Release
1.5 "Love Walks In" - Release pending!
+1.4.2 "Could This Be Magic" - December 18, 2013
+
+- Fixed a few bugs related to unicode
+- Fixed errors in the ssh connection method with large data returns
+- Miscellaneous fixes for a few modules
+- Add the ansible-galaxy command
+
1.4.1 "Could This Be Magic" - November 27, 2013
- Misc fix updates
diff --git a/RELEASES.txt b/RELEASES.txt
index 141b9f92ee..60f65afed3 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -1,7 +1,8 @@
Ansible Releases at a Glance
============================
-1.5 "Love Walks In" -------- active development
+
+1.4.2 "Could This Be Magic?" - 12-18-2013
1.4.1 "Could This Be Magic?" - 11-27-2013
1.4 "Could This Be Magic?" - 11-21-2013
1.3.4 "Top of the World" ----- 10-29-2013
diff --git a/VERSION b/VERSION
index 347f5833ee..9df886c42a 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.1
+1.4.2
diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst
index 30b0177f90..3df07d59fc 100644
--- a/docsite/rst/index.rst
+++ b/docsite/rst/index.rst
@@ -18,7 +18,7 @@ upgrade remote daemons or the problem of not being able to manage systems becaus
You may be interested in reading about `some notable Ansible users <http://www.ansibleworks.com/users/>`_.
-This documentation covers the current released version of Ansible (1.4.X) and also some development version features (1.5). For recent features, in each section, the version of Ansible where the feature is added is indicated. AnsibleWorks releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.
+This documentation covers the current released version of Ansible (1.4.2) and also some development version features (1.5). For recent features, in each section, the version of Ansible where the feature is added is indicated. AnsibleWorks releases a new major release of Ansible approximately every 2 months. The core application evolves somewhat conservatively, valuing simplicity in language design and setup, while the community around new modules and plugins being developed and contributed moves very very quickly, typically adding 20 or so new modules in each release.
.. _an_introduction:
diff --git a/lib/ansible/__init__.py b/lib/ansible/__init__.py
index 6b42ab64ed..25f367fa4e 100644
--- a/lib/ansible/__init__.py
+++ b/lib/ansible/__init__.py
@@ -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.4.1'
+__version__ = '1.4.2'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 5c815e971e..2303ed8613 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,6 +1,12 @@
+ansible (1.4.2) unstable; urgency=low
+
+ * 1.4.2 release
+
+ -- Michael DeHaan <michael.dehaan@gmail.com> Wed, 18 December 2013 19:00:00 -0500
+
ansible (1.4.1) unstable; urgency=low
- * 1.4.1 release (PENDING)
+ * 1.4.1 release
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 27 November 2013 15:00:01 -0500
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 36d0353e5b..afac29ad3c 100644
--- a/packaging/rpm/ansible.spec
+++ b/packaging/rpm/ansible.spec
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine
-Version: 1.4.1
+Version: 1.4.2
Group: Development/Libraries
License: GPLv3
@@ -79,6 +79,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Wed Dec 18 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.2
+* Release 1.4.2
+
* Wed Nov 27 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.1
* Release 1.4.1