From: wessels <> Date: Wed, 9 Oct 1996 01:19:20 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5699 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0d3b2381fed298fa272f0bfb2284fb5e33fa3a20;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 6e024f96bd..dd02dc2b9b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,22 @@ +TODO LIST before official squid-1.1: + + - Changes to 'TTL' handling: + - Basically get away from thinking in TTLs. Instead think + about refresh times. + - change ttl_pattern to refresh_pattern + - remove 'http', 'gopher', and 'ftp' config options + and instead have a single default refresh rate + and a single max object size? + - Don't do TTL calculation whn object is fetched. Instead + do refresh time calculation when object is requested. + Maybe we can lose StoreEntry->expires? + - lose 'max_expire_age' business? + - Fix up 'cache_mem' and accounted memory. Divide accounted + memory into different buckets and have separate config value + for each? + - Write Perl script to convert squid-1.0 store to squid-1.1 + structure. + Changes to squid-1.1.beta5 (October 7, 1996): - Fixed coredump in storeFreeMemory().