Browse code

Update files for 1.4.4 release.

James Tanner authored on 2014/01/07 00:30:35
Showing 7 changed files
... ...
@@ -1,6 +1,10 @@
1 1
 Ansible Changes By Release
2 2
 ==========================
3 3
 
4
+1.4.4 "Could This Be Magic" - January 06, 2014
5
+
6
+- Fixed issue with newer versions of pip not having --use-mirrors
7
+
4 8
 1.4.3 "Could This Be Magic?" - December 20, 2013
5 9
 
6 10
 - Fixed role_path parsing from ansible.cfg
... ...
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
2 2
 ============================
3 3
 
4 4
 
5
+1.4.4  "Could This Be Magic?" - 01-06-2014
5 6
 1.4.3  "Could This Be Magic?" - 12-20-2013
6 7
 1.4.2  "Could This Be Magic?" - 12-18-2013
7 8
 1.4.1  "Could This Be Magic?" - 11-27-2013
... ...
@@ -1 +1 @@
1
-1.4.3
1
+1.4.4
... ...
@@ -18,7 +18,7 @@ upgrade remote daemons or the problem of not being able to manage systems becaus
18 18
 
19 19
 You may be interested in reading about `some notable Ansible users <http://www.ansibleworks.com/users/>`_.
20 20
 
21
-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.
21
+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.
22 22
 
23 23
 .. _an_introduction:
24 24
 
... ...
@@ -14,5 +14,5 @@
14 14
 #
15 15
 # You should have received a copy of the GNU General Public License
16 16
 # along with Ansible.  If not, see <http://www.gnu.org/licenses/>.
17
-__version__ = '1.4.3'
17
+__version__ = '1.4.4'
18 18
 __author__ = 'Michael DeHaan'
... ...
@@ -1,3 +1,9 @@
1
+ansible (1.4.4) unstable; urgency=low
2
+
3
+  * 1.4.4 release
4
+
5
+ -- Michael DeHaan <michael.dehaan@gmail.com>  Mon, 06 January 2014 10:30:34 -0500
6
+
1 7
 ansible (1.4.3) unstable; urgency=low
2 8
 
3 9
   * 1.4.3 release
... ...
@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
10 10
 Name: ansible
11 11
 Release: 1%{?dist}
12 12
 Summary: SSH-based configuration management, deployment, and orchestration engine
13
-Version: 1.4.3
13
+Version: 1.4.4
14 14
 
15 15
 Group: Development/Libraries
16 16
 License: GPLv3
... ...
@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
81 81
 
82 82
 %changelog
83 83
 
84
+* Mon Jan 06 2014 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.4
85
+* Release 1.4.4
86
+
84 87
 * Fri Dec 20 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.3
85 88
 * Release 1.4.3
86 89