Browse code

Version bump for 1.3.1 release

James Cammarata authored on 2013/09/16 19:27:23
Showing 9 changed files
... ...
@@ -15,6 +15,10 @@ Misc changes:
15 15
 
16 16
 * TBA
17 17
 
18
+1.3.1 "Top of the World" (reprise) - September 16th, 2013
19
+
20
+* Fixing a bug in accelerate mode whereby the gather_facts step would always be run via sudo regardless of the play settings.
21
+
18 22
 1.3 "Top of the World" - September 13th, 2013
19 23
 
20 24
 Highlighted new features:
... ...
@@ -1 +1 @@
1
-1.3.0
1
+1.3.1
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible-doc
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
-.\"      Date: 09/13/2013
5
+.\"      Date: 09/16/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.3.0
7
+.\"    Source: Ansible 1.3.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-DOC" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
10
+.TH "ANSIBLE\-DOC" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * Define some portability stuff
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible-playbook
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
-.\"      Date: 09/13/2013
5
+.\"      Date: 09/16/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.3.0
7
+.\"    Source: Ansible 1.3.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-PLAYBOOK" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
10
+.TH "ANSIBLE\-PLAYBOOK" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * Define some portability stuff
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
-.\"      Date: 09/13/2013
5
+.\"      Date: 09/16/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.3.0
7
+.\"    Source: Ansible 1.3.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
10
+.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * Define some portability stuff
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.78.1 <http://docbook.sf.net/>
5
-.\"      Date: 09/13/2013
5
+.\"      Date: 09/16/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.3.0
7
+.\"    Source: Ansible 1.3.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE" "1" "09/13/2013" "Ansible 1\&.3\&.0" "System administration commands"
10
+.TH "ANSIBLE" "1" "09/16/2013" "Ansible 1\&.3\&.1" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * Define some portability stuff
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -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.3.0'
17
+__version__ = '1.3.1'
18 18
 __author__ = 'Michael DeHaan'
... ...
@@ -1,3 +1,9 @@
1
+ansible (1.3.1) unstable; urgency=low
2
+
3
+  * 1.3.1 release
4
+ 
5
+ -- James Cammarata <jcammarata@ansibleworks.com>  Fri, 16 September 2013 16:00:00 -0500
6
+
1 7
 ansible (1.3.0) unstable; urgency=low
2 8
 
3 9
   * 1.3.0 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.3.0
13
+Version: 1.3.1
14 14
 
15 15
 Group: Development/Libraries
16 16
 License: GPLv3
... ...
@@ -78,20 +78,23 @@ rm -rf $RPM_BUILD_ROOT
78 78
 
79 79
 %changelog
80 80
 
81
+* Mon Sep 16 2013 James Cammarata <jcammarata@ansibleworks.com> - 1.3-1
82
+- Release 1.3.1
83
+
81 84
 * Fri Sep 13 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.3-0
82
-* Release 1.3.0
85
+- Release 1.3.0
83 86
 
84 87
 * Thu Jul 05 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-2
85
-* Release 1.2.2
88
+- Release 1.2.2
86 89
 
87 90
 * Thu Jul 04 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-1
88
-* Release 1.2.1
91
+- Release 1.2.1
89 92
 
90 93
 * Mon Jun 10 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0
91
-* Release 1.2
94
+- Release 1.2
92 95
 
93 96
 * Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0
94
-* Release 1.1
97
+- Release 1.1
95 98
 
96 99
 * Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
97 100
 - Release 1.0