]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Thu, 23 Jul 1998 04:05:20 +0000 (04:05 +0000)
committerwessels <>
Thu, 23 Jul 1998 04:05:20 +0000 (04:05 +0000)
ChangeLog

index b1f497609eee1b55aff518b3edfb6fa250acf3b8..dffc82a0fcbfd24531104677c95ecc3e7920404b 100644 (file)
--- 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):