From 4c30ac34c8e90dbdafc6479b46cd26267196255c Mon Sep 17 00:00:00 2001 From: hno <> Date: Sat, 7 Sep 2002 16:17:00 +0000 Subject: [PATCH] Merged changes from SQUID_2_5 --- doc/release-notes/release-2.5.sgml | 14 +++++++++++++- 1 file changed, 13 insertions(+), 1 deletion(-) diff --git a/doc/release-notes/release-2.5.sgml b/doc/release-notes/release-2.5.sgml index 0fa3f8d3b3..66b0138dd3 100644 --- a/doc/release-notes/release-2.5.sgml +++ b/doc/release-notes/release-2.5.sgml @@ -2,7 +2,7 @@
Squid 2.5 release notes Squid Developers -$Id: release-2.5.sgml,v 1.3 2002/09/07 05:41:41 robertc Exp $ +$Id: release-2.5.sgml,v 1.4 2002/09/07 10:17:00 hno Exp $ This document contains the release notes for version 2.5 of Squid. @@ -106,6 +106,18 @@ for Applied Network Research and members of the Web Caching community. pipeline_prefetchNow defaults to off for bandwidth management and access logging reasons. vary_ignore_expireEnables a workaround for web servers that immediately expire Varied objects because they think squid is unable to handle Vary:. sleep_after_forkGive the OS a small amount of time to accomodate the fork+exec used to launch helpers - if squid has a lot of virtual memory allocated the OS may run out of virtual memory during helper spawning otherwise. +reference_ageThis has been removed - starting with Squid-2.4 this directive have had no effect and has now been fully removed to avoid confusion. +siteselect_timeoutThis has been removed - it is not referenced anywhere in the source code. + +Known limitations + +

There is a few limitations to this version of Squid that we hope to correct in a later release + + +deny_infodeny_info only works for http_access, not for the acls listen in http_reply_access +authenticationThe proxy authentication acl types only works in http_access and partially in delay_access, not the other acl driven directives (tcp_outoing_address, redirect_access, cache_peer_access, ...) + +

-- 2.47.2