]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
reply_body_max_size cleanups done..
authorhno <>
Sun, 18 May 2003 00:17:56 +0000 (00:17 +0000)
committerhno <>
Sun, 18 May 2003 00:17:56 +0000 (00:17 +0000)
always/never_direct cleanups deferred to 3.1

TODO

diff --git a/TODO b/TODO
index c0638a8802e460f0df95ec5450c7945429ab67f6..ed592153c8278719df5fd21e56608dd7d4c9d761 100644 (file)
--- a/TODO
+++ b/TODO
@@ -3,8 +3,6 @@ Squid-3.0:
   Feature freeze:
 
   - overlapping helper feature implementation (plain or stateful or both). 
-  - reply_body_max_size syntax cleanups. 
-  - always/never direct syntax cleanups. 
   - Someone other than Robert to review the draft squid 3 release notes (in CVS already).
 
   Other?
@@ -16,6 +14,7 @@ Squid-3.0:
 
   Done items:
 
+  - reply_body_max_size syntax cleanups. (done)
   - Other sponsored work that needs to get into mainline sooner rather
     than later (None known of - RC).
   - Update automake and autoconf on squid-cache.org for the squid-3 CVS snapshot generation.  (done)
@@ -28,6 +27,9 @@ Squid-3.0:
 
 Squid-3.1
   
+  - always/never direct syntax cleanups. 
+  - refactoring of acl driven types to reduce amount of duplicated
+    code (acl_check, acl_tos, acl_address, acl_size_t, ...)
   - Go over the old TODO (below) and sort out what has
      o) Been done
      o) Needs to be done, and when