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
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):
(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)