diff options
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 4 deletions
@@ -1,8 +1,8 @@ -0.9.4 ??? +0.9.4 [30-07-2008] - Rework event handling system so we don't use a full thread per connection, but instead only use threads for active requests. -0.9.3 ??? +0.9.3 [not publicly released] - Support sending access groups to mod_httpauth apache2x module. - Support retrieving LDAP access groups for users. - Build warning fixes. diff --git a/configure.in b/configure.in index 513e325..b72a359 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.3, stef@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.9.3) +AC_INIT(httpauth, 0.9.4, stef@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.9.4) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |