Commit 7bf799af by Michael DeHaan

Update files for 1.4.1 release.

parent 920bc6e7
...@@ -3,6 +3,10 @@ Ansible Changes By Release ...@@ -3,6 +3,10 @@ Ansible Changes By Release
1.5 "Love Walks In" - Release pending! 1.5 "Love Walks In" - Release pending!
1.4.1 "Could This Be Magic" - November 27, 2013
- Misc fix updates
1.4 "Could This Be Magic" - November 21, 2013 1.4 "Could This Be Magic" - November 21, 2013
Highlighted new features: Highlighted new features:
......
...@@ -2,6 +2,7 @@ Ansible Releases at a Glance ...@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================ ============================
1.5 "Love Walks In" -------- active development 1.5 "Love Walks In" -------- active development
1.4.1 "Could This Be Magic?" - 11-27-2013
1.4 "Could This Be Magic?" - 11-21-2013 1.4 "Could This Be Magic?" - 11-21-2013
1.3.4 "Top of the World" ----- 10-29-2013 1.3.4 "Top of the World" ----- 10-29-2013
1.3.3 "Top of the World" ----- 10-09-2013 1.3.3 "Top of the World" ----- 10-09-2013
......
...@@ -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.5' __version__ = '1.4.1'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'
ansible (1.5) unstable; urgency=low ansible (1.4.1) unstable; urgency=low
* 1.5 release (PENDING) * 1.4.1 release (PENDING)
-- Michael DeHaan <michael.dehaan@gmail.com> Thu, 21 November 2013 15:00:01 -0500 -- Michael DeHaan <michael.dehaan@gmail.com> Wed, 27 November 2013 15:00:01 -0500
ansible (1.4) unstable; urgency=low ansible (1.4) unstable; urgency=low
......
...@@ -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.5 Version: 1.4.1
Group: Development/Libraries Group: Development/Libraries
License: GPLv3 License: GPLv3
...@@ -78,8 +78,8 @@ rm -rf $RPM_BUILD_ROOT ...@@ -78,8 +78,8 @@ rm -rf $RPM_BUILD_ROOT
%changelog %changelog
* Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.5-0 * Wed Nov 27 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4.1
* (PENDING) * Release 1.4.1
* Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4-0 * Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4-0
* Release 1.4.0 * Release 1.4.0
......
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