Update release version.

pull/2562/head
Michael DeHaan 11 years ago
parent 2f944d87f6
commit aa4ad80bda

@ -1,7 +1,11 @@
Ansible Changes By Release
==========================
1.1 "Mean Street" -- Release pending
1.2 "Right Now" -- release pending
* this is the current development branch
1.1 "Mean Street" -- 4/2/2013
Core Features

@ -1 +1 @@
1.1
1.2

@ -2,12 +2,12 @@
.\" Title: ansible-doc
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 02/01/2013
.\" Date: 04/02/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.1
.\" Source: Ansible 1.2
.\" Language: English
.\"
.TH "ANSIBLE\-DOC" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands"
.TH "ANSIBLE\-DOC" "1" "04/02/2013" "Ansible 1\&.2" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -52,6 +52,6 @@ Copyright \(co 2012, Jan\-Piet Mens
Ansible is released under the terms of the GPLv3 License\&.
.SH "SEE ALSO"
.sp
\fBansible\-playbook\fR(1), \fBansible\fR(1)
\fBansible\-playbook\fR(1), \fBansible\fR(1), \fBansible\-pull\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/

@ -2,12 +2,12 @@
.\" Title: ansible-playbook
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 02/16/2013
.\" Date: 04/02/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.1
.\" Source: Ansible 1.2
.\" Language: English
.\"
.TH "ANSIBLE\-PLAYBOOK" "1" "02/16/2013" "Ansible 1\&.1" "System administration commands"
.TH "ANSIBLE\-PLAYBOOK" "1" "04/02/2013" "Ansible 1\&.2" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -159,6 +159,6 @@ Copyright \(co 2012, Michael DeHaan
Ansible is released under the terms of the GPLv3 License\&.
.SH "SEE ALSO"
.sp
\fBansible\fR(1), \fBansible\-pull\fR(1)
\fBansible\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/

@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 02/01/2013
.\" Date: 04/02/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.1
.\" Source: Ansible 1.2
.\" Language: English
.\"
.TH "ANSIBLE" "1" "02/01/2013" "Ansible 1\&.1" "System administration commands"
.TH "ANSIBLE" "1" "04/02/2013" "Ansible 1\&.2" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -59,6 +59,6 @@ Copyright \(co 2012, Michael DeHaan
Ansible is released under the terms of the GPLv3 License\&.
.SH "SEE ALSO"
.sp
\fBansible\fR(1), \fBansible\-playbook\fR(1)
\fBansible\fR(1), \fBansible\-playbook\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/

@ -2,12 +2,12 @@
.\" Title: ansible
.\" Author: [see the "AUTHOR" section]
.\" Generator: DocBook XSL Stylesheets v1.75.2 <http://docbook.sf.net/>
.\" Date: 02/16/2013
.\" Date: 04/02/2013
.\" Manual: System administration commands
.\" Source: Ansible 1.1
.\" Source: Ansible 1.2
.\" Language: English
.\"
.TH "ANSIBLE" "1" "02/16/2013" "Ansible 1\&.1" "System administration commands"
.TH "ANSIBLE" "1" "04/02/2013" "Ansible 1\&.2" "System administration commands"
.\" -----------------------------------------------------------------
.\" * set default formatting
.\" -----------------------------------------------------------------
@ -194,6 +194,6 @@ Copyright \(co 2012, Michael DeHaan
Ansible is released under the terms of the GPLv3 License\&.
.SH "SEE ALSO"
.sp
\fBansible\-playbook\fR(1), \fBansible\-pull\fR(1)
\fBansible\-playbook\fR(1), \fBansible\-pull\fR(1), \fBansible\-doc\fR(1)
.sp
Extensive documentation as well as IRC and mailing list info is available on the ansible home page: https://ansible\&.github\&.com/

@ -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.1'
__version__ = '1.2'
__author__ = 'Michael DeHaan'

@ -1,8 +1,14 @@
ansible (1.2) unstable; urgency=low
* release pending
-- Michael DeHaan <michael.dehaan@gmail.com> Tue, 02 Mar 2014 20:38:01 -0500
ansible (1.1) unstable; urgency=low
* 1.1 release
-- Michael DeHaan <michael.dehaan@gmail.com> Fri, 25 Feb 2013 21:54:34 -0800
-- Michael DeHaan <michael.dehaan@gmail.com> Tue, 02 Mar 2014 20:38:00 -0500
ansible (1.0) unstable; urgency=low

@ -116,9 +116,12 @@ rm -rf $RPM_BUILD_ROOT
%changelog
* Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0
* Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.2-0
* release pending
* Tue Apr 2 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.1-0
* Release 1.1
* Fri Feb 1 2013 Michael DeHaan <michael.dehaan@gmail.com> - 1.0-0
- Release 1.0

Loading…
Cancel
Save