]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Fri, 2 Jan 1998 10:00:20 +0000 (10:00 +0000)
committerwessels <>
Fri, 2 Jan 1998 10:00:20 +0000 (10:00 +0000)
ChangeLog

index 857dbd935df2553ab4cbfbd81bfc7d7b21853a9e..c1545d55cee8d8a69a340f919ef797af953b5999 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+Changes to squid-1.2.beta10 (Jan 1, 1998):
+
+       - Fixed content-length bugs for 204 replies, 304 replies,
+         and HEAD requests (Henrik Nordstrom).
+       - Fixed errorAppendEntry() bug in gopherReadReply().
+       - Basic support for FTP URL typecodes (;type=X).
+       - Support for access controls based on ehternet MAC addresses
+         (Dale).
+       - Initial URN support; see
+         http://squid.nlanr.net/Squid/urn-support.html
+       - Fixed client-side persistent connections for objects with
+         bad content lengths (Henrik Nordstrom).
+       - Fixed bad call to storeDirUpdateSwapSize() for objects which
+         never reach SWAPOUT_DONE state.
        - Fixed up poll() #defines in squid.h (Stewart Forster).
        - Changed poll() timeout from 1000 msec to 50 msec for
          better performance under low load (Stewart Forster).
        - Fixed 4k page leak in icpHandleIMSReply();
        - Renamed 'icp*' functions to 'client*' names in client_side.c.
 
-Changes to squid-1.2.beta10 (Dec 30, 1997):
-
-       - Fixed content-length bugs for 204 replies, 304 replies,
-         and HEAD requests (Henrik Nordstrom).
-       - Fixed errorAppendEntry() bug in gopherReadReply().
-       - Basic support for FTP URL typecodes (;type=X).
-       - Support for access controls based on ehternet MAC addresses
-         (Dale).
-       - Initial URN support; see
-         http://squid.nlanr.net/Squid/urn-support.html
-       - Fixed client-side persistent connections for objects with
-         bad content lengths (Henrik Nordstrom).
-       - Fixed bad call to storeDirUpdateSwapSize() for objects which
-         never reach SWAPOUT_DONE state.
-
 Changes to squid-1.2.beta8 (Dec 2, 1997):
 
        - Fixed accessLogLog() to log ident from Proxy-Authorization