summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2008-07-30 17:16:04 +0000
committerStef Walter <stef@memberwebs.com>2008-07-30 17:16:04 +0000
commitcfc362ea26967e67d676900b7d1fa5df01988017 (patch)
treebbef991fb5f843bb54a05f04e5a1833b626d1fcb
parent7064b9696190e3952373865ce538b98cf278d8f6 (diff)
Release 0.9.4
-rw-r--r--ChangeLog4
-rw-r--r--configure.in4
2 files changed, 4 insertions, 4 deletions
diff --git a/ChangeLog b/ChangeLog
index d9835db..8863f5d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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"