From: hno <> Date: Tue, 20 Jun 2006 04:52:58 +0000 (+0000) Subject: Some overlooked cleanup X-Git-Tag: SQUID_3_0_PRE4~4 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=61b3f09155870f3a7a64e0dbc53a3c2d1e522f82;p=thirdparty%2Fsquid.git Some overlooked cleanup --- diff --git a/doc/release-notes/release-3.0.html b/doc/release-notes/release-3.0.html index 9ba0c1fea5..141cffbc8a 100644 --- a/doc/release-notes/release-3.0.html +++ b/doc/release-notes/release-3.0.html @@ -7,7 +7,7 @@

Squid 3.0.PRE4 release notes

-

Squid Developers

$Id: release-3.0.html,v 1.3 2006/06/19 22:45:48 hno Exp $ +

Squid Developers

$Id: release-3.0.html,v 1.4 2006/06/19 22:52:58 hno Exp $
This document contains the release notes for version 3.0 of Squid. Squid is a WWW Cache application developed by the National Laboratory @@ -1168,42 +1168,13 @@ icap_access class_1 allow all

-
httpd_accel_host

Replaced by the defaultsite= or vport=0 (in case of virtual) http_port options -

-        
-
-

-
httpd_accel_port

-

-        Replaced by vport http(s)_port option
-        
-
-

-
httpd_accel_single_host on|off

-

-        Replaced by cache_peer originserver based request forwarding
-        making this option obsolete.
-        
-
-

-
httpd_accel_with_proxy on|off

-

-        Obsolete, no longer needed.
-        
-
-

-
httpd_accel_uses_host_header on|off

-

-        This has been replaced by the vhost http(s)_port option
-        
-
-

-
httpd_accel_no_pmtu_disc on|off

-

-        This has been replaced by the disable-pmtu-discovery=.. http_port option
-        
-
-

+
httpd_accel_host

Replaced by the defaultsite= or vport=0 (in case of virtual) http_port options

+
httpd_accel_port

Replaced by vport http(s)_port option

+
httpd_accel_single_host on|off

Replaced by cache_peer originserver based request forwarding +making this option obsolete.

+
httpd_accel_with_proxy on|off

Obsolete, no longer needed.

+
httpd_accel_uses_host_header on|off

This has been replaced by the vhost http(s)_port option

+
httpd_accel_no_pmtu_disc on|off

This has been replaced by the disable-pmtu-discovery=.. http_port option

header_access

This has been replaced by request_header_access and reply_header_access

diff --git a/doc/release-notes/release-3.0.sgml b/doc/release-notes/release-3.0.sgml index fc61a60c58..f01729762a 100644 --- a/doc/release-notes/release-3.0.sgml +++ b/doc/release-notes/release-3.0.sgml @@ -2,7 +2,7 @@
Squid 3.0.PRE4 release notes Squid Developers -$Id: release-3.0.sgml,v 1.20 2006/06/19 22:45:48 hno Exp $ +$Id: release-3.0.sgml,v 1.21 2006/06/19 22:52:58 hno Exp $ This document contains the release notes for version 3.0 of Squid. @@ -1060,29 +1060,17 @@ icap_access class_1 allow all httpd_accel_host Replaced by the defaultsite= or vport=0 (in case of virtual) http_port options - - httpd_accel_port - Replaced by vport http(s)_port option - httpd_accel_single_host on|off - Replaced by cache_peer originserver based request forwarding making this option obsolete. - httpd_accel_with_proxy on|off - Obsolete, no longer needed. - httpd_accel_uses_host_header on|off - This has been replaced by the vhost http(s)_port option - httpd_accel_no_pmtu_disc on|off - This has been replaced by the disable-pmtu-discovery=.. http_port option - header_access

This has been replaced by request_header_access and reply_header_access