]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Wed, 11 Feb 1998 10:13:54 +0000 (10:13 +0000)
committerwessels <>
Wed, 11 Feb 1998 10:13:54 +0000 (10:13 +0000)
ChangeLog

index 17b93a363a36065c7267a92ed16d21ad0f17dc37..5c39232bf5cb0ecc8740a70c434bc53633227387 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
          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):