Commit f1f63829 by James Cammarata

Version bump for 1.5.4 release

parent 12b12bba
Ansible Changes By Release Ansible Changes By Release
========================== ==========================
## 1.5.4 "Love Walks In" - April 1, 2014
- Security fix for safe_eval, which further hardens the checking of the evaluation function.
- Changing order of variable precendence for system facts, to ensure that inventory variables take precedence over any facts that may be set on a host.
## 1.5.3 "Love Walks In" - March 13, 2014 ## 1.5.3 "Love Walks In" - March 13, 2014
- Fix validate_certs and run_command errors from previous release - Fix validate_certs and run_command errors from previous release
......
...@@ -2,6 +2,7 @@ Ansible Releases at a Glance ...@@ -2,6 +2,7 @@ Ansible Releases at a Glance
============================ ============================
1.6 "The Cradle Will Rock" - NEXT 1.6 "The Cradle Will Rock" - NEXT
1.5.4 "Love Walks In" -------- 04-01-2014
1.5.3 "Love Walks In" -------- 03-13-2014 1.5.3 "Love Walks In" -------- 03-13-2014
1.5.2 "Love Walks In" -------- 03-11-2014 1.5.2 "Love Walks In" -------- 03-11-2014
1.5.1 "Love Walks In" -------- 03-10-2014 1.5.1 "Love Walks In" -------- 03-10-2014
......
...@@ -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.3' __version__ = '1.5.4'
__author__ = 'Michael DeHaan' __author__ = 'Michael DeHaan'
ansible (1.5.4) unstable; urgency=low
* 1.5.4 release
-- Michael DeHaan <michael@ansible.com> Tue, 01 April 2014 08:46:00 -0500
ansible (1.5.3) unstable; urgency=low ansible (1.5.3) unstable; urgency=low
* 1.5.3 release * 1.5.3 release
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
%endif %endif
Name: %{name} Name: %{name}
Version: 1.5.2 Version: 1.5.4
Release: 1%{?dist} Release: 1%{?dist}
Url: http://www.ansible.com Url: http://www.ansible.com
Summary: SSH-based application deployment, configuration management, and IT orchestration platform Summary: SSH-based application deployment, configuration management, and IT orchestration platform
...@@ -102,6 +102,9 @@ rm -rf %{buildroot} ...@@ -102,6 +102,9 @@ rm -rf %{buildroot}
%changelog %changelog
* Tue Apr 01 2014 Michael DeHaan <michael@ansible.com> - 1.5.4
- Release 1.5.4
* Thu Mar 13 2014 Michael DeHaan <michael@ansible.com> - 1.5.3 * Thu Mar 13 2014 Michael DeHaan <michael@ansible.com> - 1.5.3
- Release 1.5.3 - Release 1.5.3
......
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