summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@thewalter.net>2011-03-04 12:45:27 +0100
committerStef Walter <stef@thewalter.net>2011-03-04 12:45:27 +0100
commitcd3b5b57b8f3e9f1dbd6ce7fc2da4ef0994b5689 (patch)
treed2f6d58d71de6ea9a685f05bf3e4eb5f9a8a1674
parent5f35f7bae798625ec6493b174fe1ae54c91d55ae (diff)
Release 0.9.5HEAD0.9.5master
-rw-r--r--NEWS1
-rw-r--r--configure.in4
2 files changed, 3 insertions, 2 deletions
diff --git a/NEWS b/NEWS
index e0502b5..5278df1 100644
--- a/NEWS
+++ b/NEWS
@@ -3,6 +3,7 @@
- Build fixes for Solaris
- In apache module, expose groups matched from "require groups" via
HTTPAUTH_GROUPS environment variable.
+ - Fix problem on 64-bit where structure doesn't match data
0.9.4 [30-07-2008]
- Rework event handling system so we don't use a full thread per
diff --git a/configure.in b/configure.in
index 79d8682..7098996 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.4.91, stef@memberwebs.com)
-AM_INIT_AUTOMAKE(httpauth, 0.9.4.91)
+AC_INIT(httpauth, 0.9.5, stef@memberwebs.com)
+AM_INIT_AUTOMAKE(httpauth, 0.9.5)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include -g -O0"