From: wessels <> Date: Sun, 26 Jul 1998 13:02:29 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2966 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=b6a76fb221d4ee083cfceef372286d3832688e15;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 175e394e05..4d9675cd82 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,9 +11,12 @@ - Rewrote shutdown code to use events instead of setting FD timeouts. - Fixed cachemgr 'objects' (statObjects()) by adding a check - for READ_AHEAD_GAP. - - Modified storeExpireNow() to move expired entries to the - tail of the LRU list. + for READ_AHEAD_GAP, and calling storeCheckSwapout() in + storeBufferFlush(). Otherwise, the read-past pages would + never be freed. + - Modified storeHashInsert() to insert PRIVATE objects at + the tail of the LRU list, and PUBLIC objects at the head. + Thus, PRIVATE objects get kicked out quicker. Changes to squid-1.2.beta23 (June 22, 1998):