From: wessels <> Date: Wed, 31 Dec 1997 06:58:43 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4334 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b17727e36b017206d055641d3a79bd05e1e7a98e;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 84a22b0589..a5b629d681 100644 --- a/ChangeLog +++ b/ChangeLog @@ -8,6 +8,8 @@ http://squid.nlanr.net/Squid/urn-support.html - Fixed client-side persistent connections for objects with bad content lengths (Henrik Nordstrom). + - Fixed bad call to storeDirUpdateSwapSize() for objects which + never reach SWAPOUT_DONE state. Changes to squid-1.2.beta8 (Dec 2, 1997): diff --git a/TODO b/TODO index 1a819fb91d..0d34198a27 100644 --- a/TODO +++ b/TODO @@ -16,6 +16,10 @@ Our Todo List - Allow for 'backup' parents - An orderd list of siblings to try. - Hash function load balancing +(2) Code cleanup: + - Make sure the lib/*.c files do not use printf/fprintf. + - Replace bzero with memset + - Replace bcopy with xmemcpy (3) request-range (3) hit metering @@ -34,7 +38,6 @@ Our Todo List (3) LDAP support. See http://miso.wwa.com/~donley/ and Clayton Donley -(4) support ftp://host/pub;type=d (4) FTP PUT (4) Everywhere that we use 'pattern' or such, use ACL elements instead. stoplist_pattern, refresh_pattern, ... @@ -77,3 +80,4 @@ DONE: - whois -h whois.ra.net '\!gAS194' - Stevens V2 Ch.18 (3) SIGHUP should reread error text files +(4) support ftp://host/pub;type=d