diff options
author | Stef Walter <stef@memberwebs.com> | 2006-12-21 02:57:00 +0000 |
---|---|---|
committer | Stef Walter <stef@memberwebs.com> | 2006-12-21 02:57:00 +0000 |
commit | ae3e43d0cf6014aa150c45102262819118114e94 (patch) | |
tree | eb3bf501ef07f99d88d08fc7750551feaf29ff55 | |
parent | 87da3655492bb009f84f2e101a08dfb3a0a35592 (diff) |
Version 0.6 of httpauth
-rw-r--r-- | ChangeLog | 2 | ||||
-rw-r--r-- | configure.in | 4 | ||||
-rw-r--r-- | java/build.xml | 2 |
3 files changed, 4 insertions, 4 deletions
@@ -1,4 +1,4 @@ -0.6 ??? +0.6 [20-12-2006] - Guarantee unique connection identfier for NTLM when using apache2 - Fix crasher when doing basic auth. - Allow numbers in handler names. diff --git a/configure.in b/configure.in index 34ac2aa..96ffeec 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.92, nielsen@memberwebs.com) -AM_INIT_AUTOMAKE(httpauth, 0.5.2.92) +AC_INIT(httpauth, 0.6, nielsen@memberwebs.com) +AM_INIT_AUTOMAKE(httpauth, 0.6) LDFLAGS="$LDFLAGS -L/usr/local/lib" CFLAGS="$CFLAGS -I/usr/local/include -g -O0" diff --git a/java/build.xml b/java/build.xml index 5c9aaf7..1bf4269 100644 --- a/java/build.xml +++ b/java/build.xml @@ -2,7 +2,7 @@ <project name="httpauth-client" default="build" basedir="."> <target name="init"> - <property name="version" value="0.5.2"/> + <property name="version" value="0.6"/> </target> <target name="build" depends="init"> |