]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Mon, 17 Aug 1998 22:33:26 +0000 (22:33 +0000)
committerwessels <>
Mon, 17 Aug 1998 22:33:26 +0000 (22:33 +0000)
CONTRIBUTORS
ChangeLog
TODO

index 1b193fefaad0f05f7a12afecfc1796472b32189e..4f9038f82f47c62dc161ed3e6d770e71fdde2e80 100644 (file)
@@ -65,6 +65,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t
        Hide Nagaoka <hide@cc.meisei-u.ac.jp>
        Kostas Anagnostakis <kanag@csi.forth.gr>
        Eric Stern <estern@packetstorm.on.ca>
+       Michael Lupp <mike@nemesis.saar.de>
 
 Development of this caching software is funded by the National Science
 Foundation (grant NCR-9521745).  Paid staff members on the caching
index 20eadb00e014bdfa0b2837f9bfe97058a921caea..003c4f027a11dccac6285faf9b1fc4182a1571ac 100644 (file)
--- 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 f1c4f7a3a27aaae2c62c328f952b2857ba0cd73f..5146a04b97997180984e2ecbf58047706a5114e4 100644 (file)
--- 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)