Version 0.3.0.

git-svn-id: https://modmellon.googlecode.com/svn/trunk/mod_mellon2@104 a716ebb1-153a-0410-b759-cfb97c6a1b53
This commit is contained in:
olavmrk 2010-08-12 11:06:32 +00:00
parent 4082c19d52
commit 6bc02fab27
3 changed files with 19 additions and 2 deletions

13
NEWS
View File

@ -1,7 +1,18 @@
Version 0.3.0
---------------------------------------------------------------------------
* New login-endpoint, which allows easier manual initiation of login
requests, and specifying parameters such as IsPassive.
* Validation of Conditions and SubjectConfirmation data in the assertion
we receive from the IdP.
* Various bugfixes.
Version 0.2.7
---------------------------------------------------------------------------
* Optionaly ave the remote IdP entityId in the environment
* Optionaly save the remote IdP entityId in the environment
* Shibboleth 2 interoperability

View File

@ -1,4 +1,4 @@
AC_INIT([mod_auth_mellon],[0.2.7],[olav.morken@uninett.no])
AC_INIT([mod_auth_mellon],[0.3.0],[olav.morken@uninett.no])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())

6
debian/changelog vendored
View File

@ -1,3 +1,9 @@
libapache2-mod-auth-mellon (0.3.0-1) unstable; urgency=low
* Update version to 0.3.0.
-- Olav Morken <olav.morken@uninett.no> Thu, 12 Aug 2010 12:52:21 +0200
libapache2-mod-auth-mellon (0.2.7-1) unstable; urgency=low
* Update version to 0.2.7.