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