Browse code

Add release history for 1.4.1 into 1.5 branch.

Michael DeHaan authored on 2013/11/28 08:41:07
Showing 8 changed files
... ...
@@ -3,6 +3,10 @@ Ansible Changes By Release
3 3
 
4 4
 1.5 "Love Walks In" - Release pending!
5 5
 
6
+1.4.1 "Could This Be Magic" - November 27, 2013
7
+
8
+* Misc fixes to accelerate mode and various modules.
9
+
6 10
 1.4 "Could This Be Magic" - November 21, 2013
7 11
 
8 12
 Highlighted new features:
... ...
@@ -2,6 +2,7 @@ Ansible Releases at a Glance
2 2
 ============================
3 3
 
4 4
 1.5    "Love Walks In" -------- active development
5
+1.4.1  "Could This Be Magic?" - 11-27-2013
5 6
 1.4    "Could This Be Magic?" - 11-21-2013
6 7
 1.3.4  "Top of the World" ----- 10-29-2013
7 8
 1.3.3  "Top of the World" ----- 10-09-2013
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible-doc
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
-.\"      Date: 10/26/2013
5
+.\"      Date: 11/27/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.4
7
+.\"    Source: Ansible 1.4.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-DOC" "1" "10/26/2013" "Ansible 1\&.4" "System administration commands"
10
+.TH "ANSIBLE\-DOC" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * set default formatting
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -1,22 +1,13 @@
1 1
 '\" t
2 2
 .\"     Title: ansible-playbook
3
-.\"    Author: :doctype:manpage
4
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
-.\"      Date: 11/18/2013
3
+.\"    Author: [see the "AUTHOR" section]
4
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
+.\"      Date: 11/27/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.4
7
+.\"    Source: Ansible 1.4.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-PLAYBOOK" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
11
-.\" -----------------------------------------------------------------
12
-.\" * Define some portability stuff
13
-.\" -----------------------------------------------------------------
14
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
-.\" http://bugs.debian.org/507673
16
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-.ie \n(.g .ds Aq \(aq
19
-.el       .ds Aq '
10
+.TH "ANSIBLE\-PLAYBOOK" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
20 11
 .\" -----------------------------------------------------------------
21 12
 .\" * set default formatting
22 13
 .\" -----------------------------------------------------------------
... ...
@@ -171,9 +162,3 @@ Ansible is released under the terms of the GPLv3 License\&.
171 171
 \fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
172 172
 .sp
173 173
 Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
174
-.SH "AUTHOR"
175
-.PP
176
-\fB:doctype:manpage\fR
177
-.RS 4
178
-Author.
179
-.RE
... ...
@@ -1,22 +1,13 @@
1 1
 '\" t
2 2
 .\"     Title: ansible
3
-.\"    Author: :doctype:manpage
4
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
-.\"      Date: 11/18/2013
3
+.\"    Author: [see the "AUTHOR" section]
4
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
+.\"      Date: 11/27/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.4
7
+.\"    Source: Ansible 1.4.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
11
-.\" -----------------------------------------------------------------
12
-.\" * Define some portability stuff
13
-.\" -----------------------------------------------------------------
14
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
-.\" http://bugs.debian.org/507673
16
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-.ie \n(.g .ds Aq \(aq
19
-.el       .ds Aq '
10
+.TH "ANSIBLE" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
20 11
 .\" -----------------------------------------------------------------
21 12
 .\" * set default formatting
22 13
 .\" -----------------------------------------------------------------
... ...
@@ -34,7 +25,7 @@ ansible-pull \- set up a remote copy of ansible on each managed node
34 34
 ansible \-d DEST \-U URL [options] [ <filename\&.yml> ]
35 35
 .SH "DESCRIPTION"
36 36
 .sp
37
-\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&.
37
+\fBAnsible\fR is an extra\-simple tool/framework/API for doing \'remote things\' over SSH\&.
38 38
 .sp
39 39
 Use ansible\-pull to set up a remote copy of ansible on each managed node, each set to run via cron and update playbook source via a source repository\&. This inverts the default \fBpush\fR architecture of ansible into a \fBpull\fR architecture, which has near\-limitless scaling potential\&.
40 40
 .sp
... ...
@@ -99,9 +90,3 @@ Ansible is released under the terms of the GPLv3 License\&.
99 99
 \fBansible\fR(1), \fBansible\-playbook\fR(1), \fBansible\-doc\fR(1)
100 100
 .sp
101 101
 Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
102
-.SH "AUTHOR"
103
-.PP
104
-\fB:doctype:manpage\fR
105
-.RS 4
106
-Author.
107
-.RE
... ...
@@ -1,22 +1,13 @@
1 1
 '\" t
2 2
 .\"     Title: ansible
3
-.\"    Author: :doctype:manpage
4
-.\" Generator: DocBook XSL Stylesheets v1.76.1 <http://docbook.sf.net/>
5
-.\"      Date: 11/18/2013
3
+.\"    Author: [see the "AUTHOR" section]
4
+.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
+.\"      Date: 11/27/2013
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 1.4
7
+.\"    Source: Ansible 1.4.1
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE" "1" "11/18/2013" "Ansible 1\&.4" "System administration commands"
11
-.\" -----------------------------------------------------------------
12
-.\" * Define some portability stuff
13
-.\" -----------------------------------------------------------------
14
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
15
-.\" http://bugs.debian.org/507673
16
-.\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html
17
-.\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
18
-.ie \n(.g .ds Aq \(aq
19
-.el       .ds Aq '
10
+.TH "ANSIBLE" "1" "11/27/2013" "Ansible 1\&.4\&.1" "System administration commands"
20 11
 .\" -----------------------------------------------------------------
21 12
 .\" * set default formatting
22 13
 .\" -----------------------------------------------------------------
... ...
@@ -34,7 +25,7 @@ ansible \- run a command somewhere else
34 34
 ansible <host\-pattern> [\-f forks] [\-m module_name] [\-a args]
35 35
 .SH "DESCRIPTION"
36 36
 .sp
37
-\fBAnsible\fR is an extra\-simple tool/framework/API for doing \*(Aqremote things\*(Aq over SSH\&.
37
+\fBAnsible\fR is an extra\-simple tool/framework/API for doing \'remote things\' over SSH\&.
38 38
 .SH "ARGUMENTS"
39 39
 .PP
40 40
 \fBhost\-pattern\fR
... ...
@@ -82,7 +73,7 @@ search path to load modules from\&. The default is
82 82
 \fI/usr/share/ansible\fR\&. This can also be set with the ANSIBLE_LIBRARY environment variable\&.
83 83
 .RE
84 84
 .PP
85
-\fB\-a\fR \*(Aq\fIARGUMENTS\fR\*(Aq, \fB\-\-args=\fR\*(Aq\fIARGUMENTS\fR\*(Aq
85
+\fB\-a\fR \'\fIARGUMENTS\fR\', \fB\-\-args=\fR\'\fIARGUMENTS\fR\'
86 86
 .RS 4
87 87
 The
88 88
 \fIARGUMENTS\fR
... ...
@@ -206,9 +197,3 @@ Ansible is released under the terms of the GPLv3 License\&.
206 206
 \fBansible\-playbook\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
207 207
 .sp
208 208
 Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/
209
-.SH "AUTHOR"
210
-.PP
211
-\fB:doctype:manpage\fR
212
-.RS 4
213
-Author.
214
-.RE
... ...
@@ -2,7 +2,13 @@ ansible (1.5) unstable; urgency=low
2 2
 
3 3
   * 1.5 release (PENDING)
4 4
  
5
- -- Michael DeHaan <michael.dehaan@gmail.com>  Thu, 21 November 2013 15:00:01 -0500
5
+ -- Michael DeHaan <michael.dehaan@gmail.com>  Wed, 27 November 2013 15:00:02 -0500
6
+
7
+ansible (1.4.1) unstable; urgency=low
8
+
9
+  * 1.4.1 release
10
+
11
+ -- Michael DeHaan <michael.dehaan@gmail.com>  Wed, 27 November 2013 15:00:01 -0500
6 12
 
7 13
 ansible (1.4) unstable; urgency=low
8 14
 
... ...
@@ -78,9 +78,12 @@ rm -rf $RPM_BUILD_ROOT
78 78
 
79 79
 %changelog
80 80
 
81
-* Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.5-0
81
+* Wed Nov 27 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.5-0
82 82
 * (PENDING)
83 83
 
84
+* Wed Nov 27 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4-1
85
+* Release 1.4.1
86
+
84 87
 * Thu Nov 21 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.4-0
85 88
 * Release 1.4.0
86 89