From: wessels <> Date: Mon, 16 Sep 1996 23:19:16 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5783 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=49e7527394c9febfc75cb4116f561920090fac13;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index b46d026b78..3ad7436641 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,6 @@ Changes to squid-1.1.beta2 (): + - Switched to ANSI style coding. - Fixed UDP_HIT_OBJ objects ignoring 'proxy-only' setting. - Added setting cachemgr.cgi fields from query string (Neil Murray). @@ -12,13 +13,11 @@ Changes to squid-1.1.beta2 (): - Placed call to proto_count() just after log_append() so we only need it in one place. - Made a lot of proto.c functions static and added prototypes. - - Switched to ANSI style coding. - Fixed icpProcessRequest() bug. Need to check EXPIRED before IMS. - Fixed aclDestroyDenyInfoList() to NULL free'd lists. - Fixed storeDirClean() to unlink files which should be directories (Cord Beerman). - - Fixed QUERY_STRING stuff in cachemgr.c (Neil Murray). Changes to squid-1.1.beta1 (September 12, 1996):