From: wessels <> Date: Wed, 19 Nov 1997 03:38:35 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4516 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=19ee64b19f9be235448c17a4e43fb262365be86d;p=thirdparty%2Fsquid.git update --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index b3b781c0e2..44f42041f7 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -57,6 +57,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t Oskar Pearson Michael O'Reilly Max Okumoto + Pierre-Louis BRENAC 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 ed1cf6c5b7..261e5a7a61 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,8 @@ - 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): diff --git a/TODO b/TODO index 44e88ff2e9..faad569dce 100644 --- a/TODO +++ b/TODO @@ -42,6 +42,8 @@ Our Todo List (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?