]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 19 Nov 1997 03:38:35 +0000 (03:38 +0000)
committerwessels <>
Wed, 19 Nov 1997 03:38:35 +0000 (03:38 +0000)
CONTRIBUTORS
ChangeLog
TODO

index b3b781c0e2d162b1866ef30b4e6e8155709a22cf..44f42041f77d2525f1f7a16a800462181579258b 100644 (file)
@@ -57,6 +57,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t
        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
index ed1cf6c5b7d2b02fc31744d2d2de7d47da92c84e..261e5a7a611255ae7f65dee1bbd23048c573d8ba 100644 (file)
--- 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 44e88ff2e984f4e858025a9ec614e254987d5d35..faad569dceaaf8de4f6ddab0e81f3679120d4885 100644 (file)
--- 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?