summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-08-07 12:57:02 +0000
committerolavmrk <olavmrk@a716ebb1-153a-0410-b759-cfb97c6a1b53>2009-08-07 12:57:02 +0000
commite56fed8e02c0ee5b619b8d5b5d833aa5a95c61e4 (patch)
tree8e876297ebe5a09a530e1688dfa5b4ea57c22dee
parentd43d88389ffef4df57b49f1f2d09e1e5fd6de3ef (diff)
downloadmod_auth_mellon-e56fed8e02c0ee5b619b8d5b5d833aa5a95c61e4.tar.gz
mod_auth_mellon-e56fed8e02c0ee5b619b8d5b5d833aa5a95c61e4.tar.xz
mod_auth_mellon-e56fed8e02c0ee5b619b8d5b5d833aa5a95c61e4.zip
Version 0.2.3
git-svn-id: https://modmellon.googlecode.com/svn/trunk@63 a716ebb1-153a-0410-b759-cfb97c6a1b53
-rw-r--r--NEWS6
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 13 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 35801bb..b6d7782 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,9 @@
+Version 0.2.3
+---------------------------------------------------------------------------
+
+* Bugfix for session lifetime. Take the session lifetime from the
+ SessionNotOnOrAfter attribute if it is present.
+
Version 0.2.2
---------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index cc9509f..fe7ce27 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mod_auth_mellon],[0.2.2],[olavmrk@gmail.com])
+AC_INIT([mod_auth_mellon],[0.2.3],[olav.morken@uninett.no])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
diff --git a/debian/changelog b/debian/changelog
index 8085aff..d13791c 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapache2-mod-auth-mellon (0.2.3-1) unstable; urgency=low
+
+ * Update version to 0.2.3.
+
+ -- Olav Morken <olav.morken@uninett.no> Fri, 07 Aug 2009 14:52:53 +0200
+
libapache2-mod-auth-mellon (0.2.2-1) unstable; urgency=low
* Update version to 0.2.2.