From: wessels <> Date: Wed, 29 Jul 1998 09:59:23 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~2963 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=681979a285a4df7ee69276337faf868a332a6e41;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 4d9675cd82..d4c6b2a190 100644 --- a/ChangeLog +++ b/ChangeLog @@ -14,6 +14,8 @@ for READ_AHEAD_GAP, and calling storeCheckSwapout() in storeBufferFlush(). Otherwise, the read-past pages would never be freed. + - Fixed DNSSERVER shutdown bugs. The re-opened dnsserver processes + were being closed by the dnsServerShutdown event. - 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.