From b0bcada51f013e61c9d4ba78fc6945652016a46d Mon Sep 17 00:00:00 2001 From: Patrick Uiterwijk Date: Nov 14 2017 22:35:46 +0000 Subject: Update version numbers to 2.1.0 Merges: #292 Signed-off-by: Patrick Uiterwijk Reviewed-by: Randy Barlow Reviewed-by: Howard Johnson --- diff --git a/contrib/fedora/ipsilon.spec b/contrib/fedora/ipsilon.spec index a59732f..d4ce8c1 100644 --- a/contrib/fedora/ipsilon.spec +++ b/contrib/fedora/ipsilon.spec @@ -1,7 +1,7 @@ # Bundling request for bootstrap/patternfly: https://fedorahosted.org/fpc/ticket/483 Name: ipsilon -Version: 2.0.2 +Version: 2.1.0 Release: 1%{?builddate}%{?gittag}%{?dist} Summary: An Identity Provider Server @@ -422,6 +422,9 @@ fi %{python2_sitelib}/ipsilon/info/infosssd.* %changelog +* Tue Nov 14 2017 Patrick Uiterwijk - 2.1.0-1 +- Release 2.1.0 + * Mon Oct 31 2016 Patrick Uiterwijk - 2.0.2-1 - Release 2.0.2 diff --git a/man/ipsilon-client-install.1 b/man/ipsilon-client-install.1 index f05fe70..900db77 100644 --- a/man/ipsilon-client-install.1 +++ b/man/ipsilon-client-install.1 @@ -1,6 +1,6 @@ -.\" Copyright (C) 2015 Ipsilon Project Contributors +.\" Copyright (C) 2015-2017 Ipsilon Project Contributors .\" -.TH "ipsilon-client-install" "1" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-client-install" "1" "2.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 96dfb3c..f91e93d 100644 --- a/man/ipsilon-server-install.1 +++ b/man/ipsilon-server-install.1 @@ -1,6 +1,6 @@ -.\" Copyright (C) 2015 Ipsilon Project Contributors +.\" Copyright (C) 2015-2017 Ipsilon Project Contributors .\" -.TH "ipsilon-server-install" "1" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon-server-install" "1" "2.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 eca6f83..44fedc9 100644 --- a/man/ipsilon.7 +++ b/man/ipsilon.7 @@ -1,6 +1,6 @@ -.\" Copyright (C) 2015 Ipsilon Project Contributors +.\" Copyright (C) 2015-2017 Ipsilon Project Contributors .\" -.TH "ipsilon" "7" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon" "7" "2.1.0" "Ipsilon" "Ipsilon Manual Pages" .SH "NAME" ipsilon .SH "DESCRIPTION" @@ -11,7 +11,7 @@ Web Applications and Services. An IdP server allows users to authenticate against any identity backend, whether that is a corporate LDAP server or even just local files, and allows applications to authenticate users without having to worry about the sort of authentication infrastructure is being used. -Ipsilon supports applications to authenticate users via either the SAML2, OpenID or Persona protocols, and more protocols can be added with plugins. +Ipsilon supports applications to authenticate users via either the SAML2, OpenID or OpenID Connect/OAuth2 protocols, and more protocols can be added with plugins. .SH "SEE ALSO" .BR ipsilon\-server\-install(1), .BR ipsilon\-client\-install(1) diff --git a/man/ipsilon.conf.5 b/man/ipsilon.conf.5 index 2f5a8a1..dea1c93 100644 --- a/man/ipsilon.conf.5 +++ b/man/ipsilon.conf.5 @@ -1,6 +1,6 @@ -.\" Copyright (C) 2015 Ipsilon Project Contributors +.\" Copyright (C) 2015-2017 Ipsilon Project Contributors .\" -.TH "ipsilon.conf" "5" "2.0.2" "Ipsilon" "Ipsilon Manual Pages" +.TH "ipsilon.conf" "5" "2.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 973740a..ca09217 100755 --- a/setup.py +++ b/setup.py @@ -23,7 +23,7 @@ class TestCommand(Command): setup( name='ipsilon', - version='2.0.2', + version='2.1.0', license='GPLv3+', maintainer='Ipsilon project Contributors', maintainer_email='ipsilon@lists.fedorahosted.org',