From: wessels <> Date: Mon, 15 Apr 1996 10:09:43 +0000 (+0000) Subject: 1.0.alpha16 X-Git-Tag: SQUID_3_0_PRE1~6179 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=b719769c023fb838e91f23dcd29f19448b493495;p=thirdparty%2Fsquid.git 1.0.alpha16 --- diff --git a/ChangeLog b/ChangeLog index d001c75847..81a6274889 100644 --- a/ChangeLog +++ b/ChangeLog @@ -67,3 +67,4 @@ - Fixed reqnum bug (was using ntohs instead of ntohl). - Fixed double free() bug caused by setting flag=0 in storeAddFromDisk(). + - Fixed memory leaks. diff --git a/include/version.h b/include/version.h index e932604289..a3ad78c8ab 100644 --- a/include/version.h +++ b/include/version.h @@ -1,7 +1,7 @@ -/* $Id: version.h,v 1.15 1996/04/14 03:29:36 wessels Exp $ +/* $Id: version.h,v 1.16 1996/04/15 04:09:43 wessels Exp $ * * SQUID_VERSION - String for version id of this distribution */ #ifndef SQUID_VERSION -#define SQUID_VERSION "1.0.alpha15" +#define SQUID_VERSION "1.0.alpha16" #endif