From: wessels <> Date: Tue, 28 Oct 1997 04:36:24 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4668 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=272547b5cd841fa12bc2f3c9b69e127eb5170674;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 984928001a..db9cab50a5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,14 @@ (Michael O'Reilly). - Fixed memory leaks in pconn.c (Max Okumoto). - Enhanced 'client' program with 'ping' behaviour (Ron Gomes). + - Fixed InvokeHandlers() from calling memCopy() for ALL + store_client's with callbacks. A store_client might be reading + from disk. + - Rewrote storeGetSwapSpace(). No longer will we scan one + bucket at a time. Instead we'll maintain a single LRU + list. When an object is 'touched' we move it to the + top of this list. When we need disk space, we delete + from the bottom. Changes to squid-1.2.beta1 ():