From cd3b5b57b8f3e9f1dbd6ce7fc2da4ef0994b5689 Mon Sep 17 00:00:00 2001 From: Stef Walter Date: Fri, 4 Mar 2011 12:45:27 +0100 Subject: Release 0.9.5 --- NEWS | 1 + configure.in | 4 ++-- 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 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" -- cgit v1.2.3