summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--NEWS9
-rw-r--r--configure.ac2
-rw-r--r--debian/changelog6
3 files changed, 16 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index 413d3f5..149c6b2 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,12 @@
+Version 0.1.1
+---------------------------------------------------------------------------
+
+* MellonSecureCookie option, which enables Secure + HttpOnly flags on
+ session cookies.
+
+* Better handling of logout request when the user is already logged out.
+
+
Version 0.1.0
---------------------------------------------------------------------------
diff --git a/configure.ac b/configure.ac
index 0f1ee46..987fefc 100644
--- a/configure.ac
+++ b/configure.ac
@@ -1,4 +1,4 @@
-AC_INIT([mod_auth_mellon],[0.1.0],[olavmrk@gmail.com])
+AC_INIT([mod_auth_mellon],[0.1.1],[olavmrk@gmail.com])
AC_SUBST(NAMEVER, AC_PACKAGE_TARNAME()-AC_PACKAGE_VERSION())
diff --git a/debian/changelog b/debian/changelog
index f61166c..7bc7626 100644
--- a/debian/changelog
+++ b/debian/changelog
@@ -1,3 +1,9 @@
+libapache2-mod-auth-mellon (0.1.1-1) unstable; urgency=low
+
+ * Update version to 0.1.1.
+
+ -- Olav Morken <olavmrk@gmail.com> Fri, 6 Mar 2009 08:57:16 +0100
+
libapache2-mod-auth-mellon (0.1.0-1) unstable; urgency=low
* Update version to 0.1.0.