From: wessels <> Date: Tue, 24 Mar 1998 05:13:19 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3762 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=34ad1721b45f1710f470cd46ea90892fdeeb103a;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 8d9ec0ccd3..3fb5601852 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,10 @@ - Fixed SNMP sizeof(int) / sizeof(long) bugs for 64-bit systems. - Added support for 'Cache-Control: Only-If-Cached' request header. + - Fixed CheckQuickAbort() bugs for multiple clients on one + StoreEntry. Also changed storePendingNClients() to return + mem->nclients instead of counting the number of store_client + entries with pending callback functions. Changes to squid-1.2.beta17 (Mar 17, 1998):