From: wessels <> Date: Tue, 3 Feb 1998 02:40:35 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4204 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d04dd4bf3984fef07c3512a08d1a0270cf376960;p=thirdparty%2Fsquid.git update --- diff --git a/CONTRIBUTORS b/CONTRIBUTORS index fd1a432eae..999a040a54 100644 --- a/CONTRIBUTORS +++ b/CONTRIBUTORS @@ -59,7 +59,7 @@ Special thanks go to people who have volunteered their time, effort, and ideas t Max Okumoto Pierre-Louis BRENAC Dale - + Masashi Fujita Development of this caching software is funded by the National Science Foundation (grant NCR-9521745). Paid staff members on the caching @@ -67,5 +67,6 @@ project are: Duane Wessels Kostas Anagnostakis + Alex Rousskov K Claffy Hans-Werner Braun diff --git a/ChangeLog b/ChangeLog index 77ac8c305f..03d6d9b857 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ + - Combined various interprocess communication setup functions + into ipcCreate(). + - Removed some leftover ICP_HIT_OBJ things. + - Removed cacheinfo and proto_count() and friends; these are to + be replaced in functionality by StatCounters and 5/60 minute + average views via cachemgr. + - Fixed --enable-acltree configure message (Masashi Fujita). + - Fixed no reference to @LIB_MALLOC@ in src/Makefile.in + (Masashi Fujita). + - Fixed building outside of source tree (Masashi Fujita). + Changes to squid-1.2.beta12 (Jan 30, 1998): - -D_REENTRANT when linking with -lpthreads (Henrik Nordstrom)