From: wessels <> Date: Tue, 6 Jan 1998 12:19:01 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4242 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=714ace9848d67831ced7304cb467fcf92db8a392;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index da84e2df26..7e2ffb7e88 100644 --- a/ChangeLog +++ b/ChangeLog @@ -53,6 +53,7 @@ function (Henrik Nordstrom). - Removed top-level Makefile. People must now run 'configure' before 'make'. + - Fixed checkFailureRatio() implementation. Changes to squid-1.2.beta10 (Jan 1, 1998): diff --git a/TODO b/TODO index 255abd0dd0..fa48db462e 100644 --- a/TODO +++ b/TODO @@ -37,7 +37,6 @@ Our Todo List distant_peer_deny 200 75 10 (3) Resource limits. (3) ** Make swap.state binary with fixed-size cache keys (AR) -(3) ** Make checkFailureRatio() work again. (DW) (3) LDAP support. See http://miso.wwa.com/~donley/ and Clayton Donley (3) ** Store cache key and other metadata in swap files (KA) @@ -86,3 +85,4 @@ DONE: that they are sorted in order of last reference? Then upon 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)