From abc1237e32d434e3dc7076960f75aeb60c292732 Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 17 Aug 1998 22:33:26 +0000 Subject: [PATCH] update --- CONTRIBUTORS | 1 + ChangeLog | 1 + TODO | 5 +++++ 3 files changed, 7 insertions(+) diff --git a/CONTRIBUTORS b/CONTRIBUTORS index 1b193fefaa..4f9038f82f 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -65,6 +65,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t Hide Nagaoka Kostas Anagnostakis Eric Stern + Michael Lupp Development of this caching software is funded by the National Science Foundation (grant NCR-9521745). Paid staff members on the caching diff --git a/ChangeLog b/ChangeLog index 20eadb00e0..003c4f027a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -32,6 +32,7 @@ to syslog. Level 0 gets LOG_WARNING and level 1 gets LOG_NOTICE (this needs more work!) - Fixed memory access errors in statAvgTick(). + - Fixed duplicate requestUnlink() bug in forward.c Changes to squid-1.2.beta23 (June 22, 1998): diff --git a/TODO b/TODO index f1c4f7a3a2..5146a04b97 100644 --- a/TODO +++ b/TODO @@ -34,6 +34,11 @@ Our Todo List (3) What to do about ACL's and URL escaping? (3) Arjan's external proxy auth patch is at http://www.iae.nl/users/devet/squid/proxy_auth/ +(3) Review RFC 2068 and RFC 2109 for header handing, especially + Cache-Control. +(3) In some situations, a private-key reply needs to eject a + public-key cached object. For example when an object is + first cachable, but later becomes uncachable. (4) ** Everywhere that we use 'pattern' or such, use ACL elements instead. stoplist_pattern, refresh_pattern, ... (DW) -- 2.47.3