From: wessels <> Date: Wed, 7 Jan 1998 04:43:17 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4236 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9f802cb1c3bf333a4da7a71cb381904409214742;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 32e58189c8..caf89ee771 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,5 @@ +Changes to squid-1.2.beta11 (Jan 6, 1998): + - Fixed fake 'struct rusage' definition which prevented compling on Solaris 2.4. - Fixed copy-by-ref bug for request->headers in diff --git a/TODO b/TODO index fa48db462e..362032acc7 100644 --- a/TODO +++ b/TODO @@ -9,8 +9,6 @@ Our Todo List doubly-linked list. (1) ** Send full HTTP requests in ICP messages (DW) -(2) ** copy over -z semantics from 1.1; don't automatically wipeout - cache (DW) (2) ** copy over 'test_reachability' from 1.1 (DW) (2) ** we don't properly handle the HTTP/1.1 'Connection' header (KA) (2) be more persistent in forwarding requests; return fewer error pages @@ -23,6 +21,8 @@ Our Todo List - Replace bzero with memset - Replace bcopy with xmemcpy (2) ** Add "Squid" trailer to all error messages. (AR) +(2) ** Fix cachemgr.cgi. It doesn't understand some of the new + output formats. (??) (3) ** request-range (AR) (3) hit metering @@ -41,7 +41,7 @@ Our Todo List Clayton Donley (3) ** Store cache key and other metadata in swap files (KA) (3) ** Make sure every squid.conf option has documentation (??) -(3) ** Finish implementing the *_dump() functions in cache_cf.c (??) +(3) ** Finish implementing the *_dump() functions in cache_cf.c (DW) (4) ** FTP PUT (KA) (4) ** Everywhere that we use 'pattern' or such, use ACL elements instead. @@ -86,3 +86,5 @@ DONE: restart we won't have to worry about the list being unsorted and causing problems with the LRU magic value. (3) ** Make checkFailureRatio() work again. (DW) +(2) ** copy over -z semantics from 1.1; don't automatically wipeout + cache (DW)