From 66bbb75733fbd921f358d3bbcd6d0152c646906a Mon Sep 17 00:00:00 2001 From: wessels <> Date: Mon, 8 Jun 1998 23:32:09 +0000 Subject: [PATCH] update --- ChangeLog | 30 +++++++++++++++++++----------- 1 file changed, 19 insertions(+), 11 deletions(-) diff --git a/ChangeLog b/ChangeLog index 2b52bf7f0e..55fdfa49c3 100644 --- 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): -- 2.47.3