From: wessels <> Date: Wed, 14 Oct 1998 02:39:01 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2585 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0753aa46ba818da9a2dc5cbfb6850c67c9b15af1;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 0de2dd8711..c84fcc739d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -5,6 +5,9 @@ Changes to Squid-2.1 (): structures. Inspired by Jeff Mogul's patch for squid 1.1. - Moved functions common to dns.c, redirect.c, authenticate.c, ipcache.c, and fqdncache.c into helper.c. + - Changed storeClientCopy2() so that it keeps sending the remainder + of a STORE_ABORTED request, instead of cutting off the client as + soon as the object becomes aborted. Changes to Squid-2.0 (October 2, 1998): @@ -124,6 +127,8 @@ Changes to squid-1.2.beta25 (September 21, 1998): unless we have netapp neighbors--they don't do reqnum properly. - Fixed reconfigure memory access bugs in redirect.c. + - Ignore unreasonably large ICP RTT values which cause overflow + bugs in calculating the average RTT (thanks Niall!) Changes to squid-1.2.beta24 (August 21, 1998):