]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Tue, 6 Jan 1998 12:19:01 +0000 (12:19 +0000)
committerwessels <>
Tue, 6 Jan 1998 12:19:01 +0000 (12:19 +0000)
ChangeLog
TODO

index da84e2df260d1aba770ececa46a1ab55ac1e9197..7e2ffb7e8888fcbd63be39a0369b59a4eea39db7 100644 (file)
--- 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 255abd0dd0c50e39803c5305ead752602eba4300..fa48db462eb0fa3af134b5cd727b353021a0fe9b 100644 (file)
--- 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 <qa1049@ilms04.cig.mot.com>
 (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)