From 69e36339d84cce889d520a89c89c151fb789eff6 Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Sat, 5 Sep 2015 22:58:43 +0200 Subject: [PATCH] Bump version to 1.1.0 Signed-off-by: Patrick Uiterwijk Reviewed-by: Rob Crittenden --- contrib/fedora/ipsilon.spec | 7 +++++-- man/ipsilon-client-install.1 | 2 +- man/ipsilon-server-install.1 | 2 +- man/ipsilon.7 | 2 +- man/ipsilon.conf.5 | 2 +- setup.py | 2 +- 6 files changed, 10 insertions(+), 7 deletions(-) diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index 0c8bf68..2ca6889 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -1,8 +1,8 @@ # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483 Name: ipsilon -Version: 1.0.0 -Release: 2%{?builddate}%{?gittag}%{?dist} +Version: 1.1.0 +Release: 1%{?builddate}%{?gittag}%{?dist} Summary: An Identity Provider Server Group: System Environment/Base @@ -371,6 +371,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Sat Sep 05 2015 Patrick Uiterwijk - 1.1.0-1 +- Release 1.1.0 + * Mon Jun 22 2015 Patrick Uiterwijk - 1.0.0-2 - Added mod_ssl requirement for ipsilon-client diff --git a/man/ipsilon-client-install.1 b/man/ipsilon-client-install.1 index 5624d2f..8a44b88 100644 --- a/man/ipsilon-client-install.1 +++ b/man/ipsilon-client-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-client-install" "1" "1.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-client-install" "1" "1.1.0" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-client\-install \- Configure an Ipsilon client .SH "SYNOPSIS" diff --git a/man/ipsilon-server-install.1 b/man/ipsilon-server-install.1 index cf79b31..bc03134 100644 --- a/man/ipsilon-server-install.1 +++ b/man/ipsilon-server-install.1 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon-server-install" "1" "1.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-server-install" "1" "1.1.0" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon\-server\-install \- Configure an Ipsilon Identity Provider instance .SH "SYNOPSIS" diff --git a/man/ipsilon.7 b/man/ipsilon.7 index 7093688..79f03a0 100644 --- a/man/ipsilon.7 +++ b/man/ipsilon.7 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon" "7" "1.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon" "7" "1.1.0" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon .SH "DESCRIPTION" diff --git a/man/ipsilon.conf.5 b/man/ipsilon.conf.5 index 8ff5632..3245592 100644 --- a/man/ipsilon.conf.5 +++ b/man/ipsilon.conf.5 @@ -1,6 +1,6 @@ .\" Copyright (C) 2015 Ipsilon Project Contributors .\" -.TH "ipsilon.conf" "5" "1.0.0" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon.conf" "5" "1.1.0" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon.conf \- Ipsilon IdP configuration file .SH "SYNOPSIS" diff --git a/setup.py b/setup.py index 67efa8e..c30aa3b 100755 --- a/setup.py +++ b/setup.py @@ -9,7 +9,7 @@ DATA = 'share/ipsilon/' setup( name = 'ipsilon', - version = '1.0.0', + version = '1.1.0', license = 'GPLv3+', maintainer = 'Ipsilon project Contributors', maintainer_email = 'ipsilon@lists.fedorahosted.org', -- 2.20.1