Commit c4db9bad by James Cammarata

Update files for 1.4.5 release.

parent 89425212
Ansible Changes By Release Ansible Changes By Release
========================== ==========================
1.4.5 "Could This Be Magic" - February 12, 2014
- fixed issue with permissions being incorrect on fireball/accelerate keys when the umask setting was too loose.
1.4.4 "Could This Be Magic" - January 06, 2014 1.4.4 "Could This Be Magic" - January 06, 2014
- Fixed issue with newer versions of pip not having --use-mirrors - Fixed issue with newer versions of pip not having --use-mirrors
......
...@@ -2,6 +2,7 @@ Ansible Releases at a Glance ...@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================ ============================
1.4.5 "Could This Be Magic?" - 02-12-2014
1.4.4 "Could This Be Magic?" - 01-06-2014 1.4.4 "Could This Be Magic?" - 01-06-2014
1.4.3 "Could This Be Magic?" - 12-20-2013 1.4.3 "Could This Be Magic?" - 12-20-2013
1.4.2 "Could This Be Magic?" - 12-18-2013 1.4.2 "Could This Be Magic?" - 12-18-2013
......
...@@ -18,7 +18,7 @@ upgrade remote daemons or the problem of not being able to manage systems becaus ...@@ -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/>`_. 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.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. This documentation covers the current released version of Ansible (1.4.5) 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: .. _an_introduction:
......
...@@ -14,5 +14,5 @@ ...@@ -14,5 +14,5 @@
# #
# You should have received a copy of the GNU General Public License # You should have received a copy of the GNU General Public License
# along with Ansible. If not, see <http://www.gnu.org/licenses/>. # along with Ansible. If not, see <http://www.gnu.org/licenses/>.
__version__ = '1.4.4' __version__ = '1.4.5'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'
ansible (1.4.5) unstable; urgency=low
* 1.4.5 release
-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 12 February 2014 15:23:11 -0500
ansible (1.4.4) unstable; urgency=low ansible (1.4.4) unstable; urgency=low
* 1.4.4 release * 1.4.4 release
......
...@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot ...@@ -10,7 +10,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible Name: ansible
Release: 1%{?dist} Release: 1%{?dist}
Summary: SSH-based configuration management, deployment, and orchestration engine Summary: SSH-based configuration management, deployment, and orchestration engine
Version: 1.4.4 Version: 1.4.5
Group: Development/Libraries Group: Development/Libraries
License: GPLv3 License: GPLv3
...@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT ...@@ -81,6 +81,9 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Wed Feb 12 2014 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.5
* Release 1.4.5
* Mon Jan 06 2014 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.4 * Mon Jan 06 2014 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.4
* Release 1.4.4 * Release 1.4.4
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment