From: wessels <> Date: Tue, 24 Mar 1998 01:15:31 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~3766 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2c26197bdc0e72acb823cb63351b04b6ffc2c6c8;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 3e63523ba5..8d9ec0ccd3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,14 @@ - Added v1.1 'test_reachability' option. - Fixed hash4() len == 0 bug. + - Fixed Config.Swap.maxSize reconfigure bug. + - Fixed ICP query bug determining request method. + - Moved ICP's storeGet() cache lookup into neighborsUdpAck() + so that we know neighbors are alive even when they send + us replies for unknown entries. + - Changed configure script to add '-std1' for Digital Unix cc. + - Fixed SNMP sizeof(int) / sizeof(long) bugs for 64-bit + systems. + - Added support for 'Cache-Control: Only-If-Cached' request header. Changes to squid-1.2.beta17 (Mar 17, 1998):