From: wessels <> Date: Thu, 23 Jul 1998 04:05:20 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3008 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=fecf98dcb319988250e6304438a5715b0394f232;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index b1f497609e..dffc82a0fc 100644 --- a/ChangeLog +++ b/ChangeLog @@ -61,6 +61,15 @@ Changes to squid-1.2.beta23 (June 22, 1998): - Modified configure to allow using pre-installed libdlmalloc.a (Masashi Fujita). - Fixed cachemgr 'objects' implementation. + - Changed refreshCheck() algorithm. For cached objects, we + now check, in the following order: + * request max-age + * response Expires (if present) + * refresh_pattern max-age + * response Last-Modified compared to refresh_pattern + LM-factor (only if Last-Modified is present) + * refresh_pattern min-age + - Changed Copyrights. Changes to squid-1.2.beta22 (June 1, 1998):