]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Mon, 16 Sep 1996 23:19:16 +0000 (23:19 +0000)
committerwessels <>
Mon, 16 Sep 1996 23:19:16 +0000 (23:19 +0000)
ChangeLog

index b46d026b78c05b8500cde63f4ffda6e4ea1e1fb3..3ad74366413fd607e85f6de78b83ccbc0ba2c7bf 100644 (file)
--- 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):