Commit cac9e02a by James Cammarata

Version bump for 1.3.1 release

parent f0039f61
......@@ -15,6 +15,10 @@ Misc changes:
* TBA
1.3.1 "Top of the World" (reprise) - September 16th, 2013
* Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings.
1.3 "Top of the World" - September 13th, 2013
Highlighted new features:
......
......@@ -2,12 +2,12 @@
.\" Title: ansible-doc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/13/2013
.\" Date: 09/16/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.0
.\" Source: Ansible 1.3.1
.\" Language: English
.\"
.TH "ANSIBLE\-DOC" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
.TH "ANSIBLE\-DOC" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
......
......@@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/13/2013
.\" Date: 09/16/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.0
.\" Source: Ansible 1.3.1
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
......
......@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/13/2013
.\" Date: 09/16/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.0
.\" Source: Ansible 1.3.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
......
......@@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
.\" Date: 09/13/2013
.\" Date: 09/16/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.3.0
.\" Source: Ansible 1.3.1
.\" Language: English
.\"
.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
.\" -----------------------------------------------------------------
.\" * Define some portability stuff
.\" -----------------------------------------------------------------
......
......@@ -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.3.0'
__version__ = '1.3.1'
__author__ = 'Michael DeHaan'
ansible (1.3.1) unstable; urgency=low
* 1.3.1 release
-- James Cammarata <jcammarata@ansibleworks.com> Fri, 16 September 2013 16:00:00 -0500
ansible (1.3.0) unstable; urgency=low
* 1.3.0 release
......
......@@ -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.3.0
Version: 1.3.1
Group: Development/Libraries
License: GPLv3
......@@ -78,20 +78,23 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Mon Sep 16 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-1
- Release 1.3.1
* Fri Sep 13 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.3-0
* Release 1.3.0
- Release 1.3.0
* Thu Jul 05 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-2
* Release 1.2.2
- Release 1.2.2
* Thu Jul 04 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-1
* Release 1.2.1
- Release 1.2.1
* Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0
* Release 1.2
- Release 1.2
* Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0
* Release 1.1
- Release 1.1
* Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
- Release 1.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