diff options
-rw-r--r-- | ChangeLog | 6 | ||||
-rw-r--r-- | configure.in | 4 |
2 files changed, 4 insertions, 6 deletions
@@ -1,9 +1,7 @@ -0.5.4 - - Fix crasher when doing basic auth. - - Allow numbers in handler names. - 0.5.3 - Guarantee unique connection identfier for NTLM when using apache2 + - Fix crasher when doing basic auth. + - Allow numbers in handler names. 0.5.2 - Better messages when keepalives are not used with NTLM diff --git a/configure.in b/configure.in index 784e34c..33d877c 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.5.2.90, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2.90) +AC_INIT(httpauth, 0.5.2.91, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.5.2.91) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" |