]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 9 Oct 1996 01:19:20 +0000 (01:19 +0000)
committerwessels <>
Wed, 9 Oct 1996 01:19:20 +0000 (01:19 +0000)
ChangeLog

index 6e024f96bdce83525a60b55a1ecbf21df2d2eaf1..dd02dc2b9b22cd7e67bd9ac45a6b486922c3797f 100644 (file)
--- 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().