diff options
-rw-r--r-- | NEWS | 1 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 3 insertions, 2 deletions
@@ -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" |