Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ansible/ansible.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJames Tanner <tanner.jc@gmail.com>2014-01-06 19:30:35 +0400
committerJames Tanner <tanner.jc@gmail.com>2014-01-06 19:30:35 +0400
commit45dde5b3e221e785d64c7b750ea1ec985d17caf9 (patch)
tree900ec44ff05a20c4723605007cef20f13a70c32c
parent5923b56a65f10a2bb638e6e10f2c43b90062e330 (diff)
Update files for 1.4.4 release.v1.4.4
-rw-r--r--CHANGELOG.md4
-rw-r--r--RELEASES.txt1
-rw-r--r--VERSION2
-rw-r--r--docsite/rst/index.rst2
-rw-r--r--lib/ansible/__init__.py2
-rw-r--r--packaging/debian/changelog6
-rw-r--r--packaging/rpm/ansible.spec5
7 files changed, 18 insertions, 4 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index d5279400dcf..fb15a57dad9 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -1,6 +1,10 @@
Ansible Changes By Release
==========================
+1.4.4 "Could This Be Magic" - January 06, 2014
+
+- Fixed issue with newer versions of pip not having --use-mirrors
+
1.4.3 "Could This Be Magic?" - December 20, 2013
- Fixed role_path parsing from ansible.cfg
diff --git a/RELEASES.txt b/RELEASES.txt
index c7044927187..d91dc97242d 100644
--- a/RELEASES.txt
+++ b/RELEASES.txt
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================
+1.4.4 "Could This Be Magic?" - 01-06-2014
1.4.3 "Could This Be Magic?" - 12-20-2013
1.4.2 "Could This Be Magic?" - 12-18-2013
1.4.1 "Could This Be Magic?" - 11-27-2013
diff --git a/VERSION b/VERSION
index 428b770e3e2..1c99cf0e809 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-1.4.3
+1.4.4
diff --git a/docsite/rst/index.rst b/docsite/rst/index.rst
index 774602b4e04..860fc17d154 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.3) 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.4) 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 6d3de0209d1..fc6a7ef0d10 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.3'
+__version__ = '1.4.4'
__author__ = 'Michael DeHaan'
diff --git a/packaging/debian/changelog b/packaging/debian/changelog
index 8a0442b4c7f..57da7bb4ee8 100644
--- a/packaging/debian/changelog
+++ b/packaging/debian/changelog
@@ -1,3 +1,9 @@
+ansible (1.4.4) unstable; urgency=low
+
+ * 1.4.4 release
+
+ -- Michael DeHaan <michael.dehaan@gmail.com> Mon, 06 January 2014 10:30:34 -0500
+
ansible (1.4.3) unstable; urgency=low
* 1.4.3 release
diff --git a/packaging/rpm/ansible.spec b/packaging/rpm/ansible.spec
index 0a7fdf7273b..7b8505f0569 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.3
+Version: 1.4.4
Group: Development/Libraries
License: GPLv3
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog
+* Mon Jan 06 2014 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.4
+* Release 1.4.4
+
* Fri Dec 20 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.3
* Release 1.4.3