summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-05-23 00:54:19 +0000
committerStef Walter <stef@memberwebs.com>2008-05-23 00:54:19 +0000
commit67d7a6cc4d3234ac93e521632701e8d42513e042 (patch)
tree1c9a6dd0704aba7c44ac114c551439bd4c322dca
parent969b4e32a5157d1423ca82c0e3ad55bed9a96f7a (diff)
Release a new version: 0.9.2
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index 1ec24ae..d71c1d1 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
-0.9.2 ???
- - Authenticate sub requests properly.
+0.9.2 [22-05-2008]
+ - Authenticate sub requests properly in the apache module.
0.9.1 [09-05-2008]
- Fix building pgsql and mysql modules.
diff --git a/configure.in b/configure.in
index 8606554..36ffd9e 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Stef Walter <stef@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(httpauth, 0.9.1.90, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(httpauth, 0.9.1.90)
+AC_INIT(httpauth, 0.9.2, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(httpauth, 0.9.2)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include -g -O0"