From: wessels <> Date: Fri, 25 Oct 1996 05:20:25 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~5594 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=91b74eb841c82c8a59b8e862d2959a5d0ce3d287;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 29212b1657..e757d41d65 100644 --- a/ChangeLog +++ b/ChangeLog @@ -11,6 +11,22 @@ TODO LIST before official squid-1.1: do refresh time calculation when object is requested. - lose 'max_expire_age' business? +Changes to squid-1.1.beta10 (): + + - Fixed neighborsUdpAck() coredump bug and made debug messages + more consistent. + - Removed old REQ_ACCEL test (Miguel A.L. Paraz) + - Fixed process RSS value for SGI (Ed Knowles). + - Fixed parseAddressLine() to use gethostbyname(3) because + its called before ipcache_init(). (Miguel A.L. Paraz) + - Fixed announce bug since beta7 causing caches to be announced + regardless of 'announce_to' setting. (Paul Southworth) + - Fixed pinger 'last_check_time' bug. + - Changed storeEntry->flag and storeEntry->refcount back to + 32-bit ints. + - Removed extra "\r\n" for abort error messages. + - Numerous hash fixes from Mark Treacy. + Changes to squid-1.1.beta9 (October 21, 1996): - Added 'make depend' target to Makefiles.