summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-08-12 11:06:32 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2010-08-12 11:06:32 +0000
commitbeae36f11e510e4566caf05e2d78774e5ea02abd (patch)
treea54bdf640dc715db7d8d20f0e49209620855e386
parent53b999c82f77366039cb4acc044242ffecb0393e (diff)
downloadmod_auth_mellon-beae36f11e510e4566caf05e2d78774e5ea02abd.tar.gz
mod_auth_mellon-beae36f11e510e4566caf05e2d78774e5ea02abd.tar.xz
mod_auth_mellon-beae36f11e510e4566caf05e2d78774e5ea02abd.zip
Version 0.3.0.
git-svn-id: https://modmellon.googlecode.com/svn/trunk@104 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--NEWS13
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 19 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index 2f8523e..1db757c 100644
--- a/NEWS
+++ b/NEWS
@@ -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
diff --git a/configure.ac b/configure.ac
index 4eb8f4a..d37b811 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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())
diff --git a/debian/changelog b/debian/changelog
index b422b97..1badbe6 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -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.