]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
DW:
authorwessels <>
Tue, 18 Jul 2000 13:29:39 +0000 (13:29 +0000)
committerwessels <>
Tue, 18 Jul 2000 13:29:39 +0000 (13:29 +0000)
 - 2.4 changes that never got logged.

ChangeLog

index a72e47dc4d4f1338b3c851a9935ac72b63ae7dd9..8b880c32d1a6ad7081178558068275c03a6a2a16 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,5 @@
 
-Changes to Squid ():
+Changes to Squid-2.4.DEVEL4 ():
 
        - Added --enable-auth-modules=... configure option
        - Improved ICP dead peer detection to also work when the workload
@@ -66,6 +66,24 @@ Changes to Squid ():
          did not provide a request in a timely manner after opening the
          connection. Now the connection is silently closed. The error message
          was confusing user agents utilizing persistent connections.
+       - Fixed configure --enable descriptions to match the arg names.
+       - Eliminated compile warnings from auth_modules/MSNT code.
+       - Require first character of hostnames to be alphanumeric.
+       - Made ARP ACL work for Solaris.
+       - Removed storeClientListSearch().
+       - Added counters to track diskd operation success and
+         failures.
+       - Fixed range_offset_limit.
+       - Added code to retry ServFail replies for internal DNS
+         lookups.
+       - Added referer header logging (Jens-S. Voeckler).
+       - Added "multi-domain-NTLM" authentication module, a Perl
+         script from Thomas Jarosch.
+       - Added configurable warning messages for high memory usage,
+         high response time, and high page faults.
+       - Made store dir selection algorithm configurable.
+       - Added support for admin-definable extension methods,
+         up to 20.
 
 Changes to Squid-2.4.DEVEL3 ():