Browse code

Move version files to 0.5 for devel branch

Michael DeHaan authored on 2012/05/26 05:43:16
Showing 5 changed files
... ...
@@ -1 +1 @@
1
-0.4
1
+0.5
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible-playbook
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
-.\"      Date: 04/26/2012
5
+.\"      Date: 05/25/2012
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 0.4
7
+.\"    Source: Ansible 0.5
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE\-PLAYBOOK" "1" "04/26/2012" "Ansible 0\&.4" "System administration commands"
10
+.TH "ANSIBLE\-PLAYBOOK" "1" "05/25/2012" "Ansible 0\&.5" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * set default formatting
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -36,7 +36,7 @@ The names of one or more YAML format files to run as ansible playbooks\&.
36 36
 .sp
37 37
 \fB\-D\fR, \fB\-\-debug\fR
38 38
 .sp
39
-Print any messages the remote module sends to standard error to the console
39
+Debug mode
40 40
 .PP
41 41
 \fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
42 42
 .RS 4
... ...
@@ -82,13 +82,6 @@ Connection timeout to use when trying to talk to hosts, in
82 82
 \fISECONDS\fR\&.
83 83
 .RE
84 84
 .PP
85
-\fB\-O\fR \fIOVERRIDE_HOSTS\fR, \fB\-\-override\-hosts=\fR\fIOVERRIDE_HOSTS\fR
86
-.RS 4
87
-Ignore the inventory file and run the playbook against only these hosts\&. "hosts:" line in playbook should be set to
88
-\fIall\fR
89
-when using this option\&.
90
-.RE
91
-.PP
92 85
 \fB\-s\fR, \fB\-\-sudo\fR
93 86
 .RS 4
94 87
 Force all plays to use sudo, even if not marked as such\&.
... ...
@@ -2,12 +2,12 @@
2 2
 .\"     Title: ansible
3 3
 .\"    Author: [see the "AUTHOR" section]
4 4
 .\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
5
-.\"      Date: 05/06/2012
5
+.\"      Date: 05/25/2012
6 6
 .\"    Manual: System administration commands
7
-.\"    Source: Ansible 0.4
7
+.\"    Source: Ansible 0.5
8 8
 .\"  Language: English
9 9
 .\"
10
-.TH "ANSIBLE" "1" "05/06/2012" "Ansible 0\&.4" "System administration commands"
10
+.TH "ANSIBLE" "1" "05/25/2012" "Ansible 0\&.5" "System administration commands"
11 11
 .\" -----------------------------------------------------------------
12 12
 .\" * set default formatting
13 13
 .\" -----------------------------------------------------------------
... ...
@@ -1,8 +1,14 @@
1
+ansible (0.5) debian; urgency=low
2
+
3
+  * Release pending
4
+
5
+-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 25 May 2012 16:40:00 -0400
6
+
1 7
 ansible (0.4) debian; urgency=low
2 8
   
3 9
   * 0.4 update
4 10
  
11
+-- Michael DeHaan <michael.dehaan@gmail.com> Wed, 23 May 2012 19:40:00 -0400
5 12
 
6 13
 ansible (0.3) debian; urgency=low
7 14
 
... ...
@@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
6 6
 Name: ansible
7 7
 Release: 1%{?dist}
8 8
 Summary: Minimal SSH command and control
9
-Version: 0.4
9
+Version: 0.5
10 10
 
11 11
 Group: Development/Libraries
12 12
 License: GPLv3
... ...
@@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT
58 58
 
59 59
 
60 60
 %changelog
61
+* TBD - 0.5.0 <michael.dehaan@gmail.com> - 0.5-0
62
+- Not released yet
63
+
61 64
 * Wed May 23 2012 Michael DeHaan <michael.dehaan@gmail.com> - 0.4-0
62 65
 - Release of 0.4
63 66