From: wessels <> Date: Fri, 2 Jan 1998 10:00:20 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4298 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ab9a3f7ee6450bcc1b6a48ad903f7b00084b94fe;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 857dbd935d..c1545d55ce 100644 --- 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). @@ -21,21 +35,6 @@ - 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