From: wessels <> Date: Wed, 11 Feb 1998 10:13:54 +0000 (+0000) Subject: update X-Git-Tag: SQUID_3_0_PRE1~4114 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=0465e40613c43d4c361c963401f91fdef8ba66ba;p=thirdparty%2Fsquid.git update --- diff --git a/ChangeLog b/ChangeLog index 17b93a363a..5c39232bf5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -22,6 +22,15 @@ renaming. - Fixed storeDirClean to clean directories in a more sensible order, instead of the new "MONOTONIC" order for swap files. + - Merged fdstat.c functions into fd.c. + - Cleaned up some debugging sections. Some unrelated source + files were using the same section. + - Removed curly brackets from all cachemgr output. + - Removed unused filemap->last_file_number_allocated member. + - Removed unused fde->lifetime_data member. + - Fixed incorrectly applying htonl() on icp_common_t->shostid. + - Call setsid() before exec() in ipc.c so that child processes + don't receive SIGINT (etc) when running squid on a tty. Changes to squid-1.2.beta14 (Feb 6, 1998):