]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
update
authorwessels <>
Mon, 8 Jun 1998 23:32:09 +0000 (23:32 +0000)
committerwessels <>
Mon, 8 Jun 1998 23:32:09 +0000 (23:32 +0000)
ChangeLog

index 2b52bf7f0ea41b2b7e90e9c3bf5a24901791e600..55fdfa49c334954960f9ead59eb26541eafe37b9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,14 +1,22 @@
-       - Added basic support for Range requests. For most cachable requests,
-         Squid replies with an "Accept-Ranges" header. Upon receiving a
-         potentially cachable Range request for a not cached object, Squid
-         requests the whole object from origin server and then replies with
-         specified range(s) to the client. Multi-range requests are
-         supported. Adjacent overlapping ranges are merged. If-Range requests
-         are supported.  Limitations:  Multi-range requests with out of order
-         ranges are not supported.
-       - Made md5.c use standard memcpy and memset if they are avaliable.
-       - Memory pools will now shrink if Squid is run-time reconfigured with
-         smaller value of memory_pools_limit tag.
+       - Added basic support for Range requests. For most cachable
+         requests, Squid replies with an "Accept-Ranges" header. Upon
+         receiving a potentially cachable Range request for a not
+         cached object, Squid requests the whole object from origin
+         server and then replies with specified range(s) to the
+         client. Multi-range requests are supported. Adjacent
+         overlapping ranges are merged. If-Range requests are
+         supported.  Limitations:  Multi-range requests with out of
+         order ranges are not supported.
+       - Made md5.c use standard memcpy and memset if they are
+         avaliable.
+       - Memory pools will now shrink if Squid is run-time
+         reconfigured with smaller value of memory_pools_limit tag.
+       - Added counter for number of clients (Tomi Hakala).
+       - Changed neighbor UP/DOWN algorithm to require 10 failed TCP
+         connections for UP->DOWN transition.
+       - Added 'unique_hostname' configuration option when its
+         necessary to have multiple machines with the same visible
+         hostname.
 
 Changes to squid-1.2.beta22 (June 1, 1998):