Skip to content

Commit

Permalink
Move version files to 0.5 for devel branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mpdehaan committed May 25, 2012
1 parent abbfb20 commit da3816d
Show file tree
Hide file tree
Showing 5 changed files with 19 additions and 17 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4
0.5
15 changes: 4 additions & 11 deletions docs/man/man1/ansible-playbook.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 04/26/2012
.\" Date: 05/25/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4
.\" Source: Ansible 0.5
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "04/26/2012" "Ansible 0\&.4" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "05/25/2012" "Ansible 0\&.5" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
Expand Down Expand Up @@ -36,7 +36,7 @@ The names of one or more YAML format files to run as ansible playbooks\&.
.sp
\fB\-D\fR, \fB\-\-debug\fR
.sp
Print any messages the remote module sends to standard error to the console
Debug mode
.PP
\fB\-i\fR \fIPATH\fR, \fB\-\-inventory=\fR\fIPATH\fR
.RS 4
Expand Down Expand Up @@ -82,13 +82,6 @@ Connection timeout to use when trying to talk to hosts, in
\fISECONDS\fR\&.
.RE
.PP
\fB\-O\fR \fIOVERRIDE_HOSTS\fR, \fB\-\-override\-hosts=\fR\fIOVERRIDE_HOSTS\fR
.RS 4
Ignore the inventory file and run the playbook against only these hosts\&. "hosts:" line in playbook should be set to
\fIall\fR
when using this option\&.
.RE
.PP
\fB\-s\fR, \fB\-\-sudo\fR
.RS 4
Force all plays to use sudo, even if not marked as such\&.
Expand Down
6 changes: 3 additions & 3 deletions docs/man/man1/ansible.1
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 05/06/2012
.\" Date: 05/25/2012
.\" Manual: System administration commands
.\" Source: Ansible 0.4
.\" Source: Ansible 0.5
.\" Language: English
.\"
.TH "ANSIBLE" "1" "05/06/2012" "Ansible 0\&.4" "System administration commands"
.TH "ANSIBLE" "1" "05/25/2012" "Ansible 0\&.5" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
Expand Down
8 changes: 7 additions & 1 deletion packaging/debian/changelog
Original file line number Diff line number Diff line change
@@ -1,8 +1,14 @@
ansible (0.5) debian; urgency=low

* Release pending

-- Michael DeHaan <[email protected]> Fri, 25 May 2012 16:40:00 -0400

ansible (0.4) debian; urgency=low

* 0.4 update

-- Michael DeHaan <[email protected]> Mon, 23 May 2012 19:40:00 -0400
-- Michael DeHaan <[email protected]> Wed, 23 May 2012 19:40:00 -0400

ansible (0.3) debian; urgency=low

Expand Down
5 changes: 4 additions & 1 deletion packaging/rpm/ansible.spec
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ BuildRoot: %{_tmppath}/%{name}-%{version}-%{release}-buildroot
Name: ansible
Release: 1%{?dist}
Summary: Minimal SSH command and control
Version: 0.4
Version: 0.5

Group: Development/Libraries
License: GPLv3
Expand Down Expand Up @@ -58,6 +58,9 @@ rm -rf $RPM_BUILD_ROOT


%changelog
* TBD - 0.5.0 <[email protected]> - 0.5-0
- Not released yet

* Wed May 23 2012 Michael DeHaan <[email protected]> - 0.4-0
- Release of 0.4

Expand Down

0 comments on commit da3816d

Please sign in to comment.