summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStef Walter <stef@memberwebs.com>2005-09-12 23:00:31 +0000
committerStef Walter <stef@memberwebs.com>2005-09-12 23:00:31 +0000
commit70488f63f5caf792ea9bf75004a3ea7a43ab90a4 (patch)
tree256b1e19ac934f9ab0ccff4a138ffedc248e32ab
parent0bd1158050019b251810f4afd7083eff301749ab (diff)
New point version.
-rw-r--r--ChangeLog1
-rw-r--r--Makefile.am2
-rw-r--r--configure.in4
3 files changed, 4 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 3468317..f306d77 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -6,6 +6,7 @@
- Added mkha1 tool
- Lots of bug fixes and testing
- Removed half baked NTLM support
+ - Get httpauthd to reconnect properly.
0.4.2
- Separated base handler functionality, reorganized files, code
diff --git a/Makefile.am b/Makefile.am
index cd093df..7b832c9 100644
--- a/Makefile.am
+++ b/Makefile.am
@@ -1,5 +1,5 @@
-EXTRA_DIST = apache1x common config.sub acsite.m4
+EXTRA_DIST = apache1x apache2x common config.sub acsite.m4
SUBDIRS = daemon doc tools
dist-hook:
diff --git a/configure.in b/configure.in
index 71bba83..433cc4a 100644
--- a/configure.in
+++ b/configure.in
@@ -36,8 +36,8 @@ dnl Nate Nielsen <nielsen@memberwebs.com>
dnl
dnl Process this file with autoconf to produce a configure script.
-AC_INIT(httpauth, 0.4.92, nielsen@memberwebs.com)
-AM_INIT_AUTOMAKE(httpauth, 0.4.92)
+AC_INIT(httpauth, 0.4.93, nielsen@memberwebs.com)
+AM_INIT_AUTOMAKE(httpauth, 0.4.93)
LDFLAGS="$LDFLAGS -L/usr/local/lib"
CFLAGS="$CFLAGS -I/usr/local/include -g -O0"