Oskar Pearson <oskar@is.co.za>
Michael O'Reilly <michael@metal.iinet.net.au>
Max Okumoto <okumoto@ucsd.edu>
+ Pierre-Louis BRENAC <brenacp@esiee.fr>
Development of this caching software is funded by the National Science
Foundation (grant NCR-9521745). Paid staff members on the caching
- Fixed storeDirCloseSwapLogs(); logs might not be open.
- Fixed storeClientCopy2() bug. Detect when there is
no more data to send for objects in STORE_OK state.
+ - Fixed FTP truncation bug when ftpState->size == 0, e.g.
+ especially directory listings.
Changes to squid-1.2.beta6 (Nov 13, 1997):
(4) Everywhere that we use 'pattern' or such, use ACL elements instead.
stoplist_pattern, refresh_pattern, ...
(4) Base stoplists on ACLs.
+(4) Refresh based on content types. This means we'll need an enum of
+ known content types added to StoreEntry. Unknown types will lose.
(5) X-Proxy-hops header?
(5) internalize redirectors?