summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authormanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-05 20:17:14 +0000
committermanu@netbsd.org <manu@netbsd.org@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-06-05 20:17:14 +0000
commitf79b9efaca2a1439dcfcf8491e3772b0e0d63543 (patch)
tree84e9f8166c6a27153de3d5c7a2817ae0f82d1c8c
parentaee41ae3989f9c3e50bfce904a6e1f80c5c5fffd (diff)
downloadmod_auth_mellon-f79b9efaca2a1439dcfcf8491e3772b0e0d63543.tar.gz
mod_auth_mellon-f79b9efaca2a1439dcfcf8491e3772b0e0d63543.tar.xz
mod_auth_mellon-f79b9efaca2a1439dcfcf8491e3772b0e0d63543.zip
Bump to 0.2.1
git-svn-id: https://modmellon.googlecode.com/svn/trunk@53 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
2 files changed, 7 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index eab9b3d..35c07e7 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.2.1
+---------------------------------------------------------------------------
+
+* Make SAML authentication assertion and Lasso session available in the
+ environement.
+
Version 0.2.0
---------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 93c62b2..1104442 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mod_auth_mellon],[0.2.0],[olavmrk@gmail.com])
+AC_INIT([mod_auth_mellon],[0.2.1],[olavmrk@gmail.com])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())