From: Amos Jeffries Date: Sat, 20 Jun 2009 14:25:54 +0000 (+1200) Subject: Remove last remains of dead options X-Git-Tag: SQUID_3_1_0_9~14 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=8b22630499a064363e560f1cd8b49aa2088fe940;p=thirdparty%2Fsquid.git Remove last remains of dead options --- diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index f371e3eb5c..bbabbc4757 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -893,9 +893,7 @@ NOCOMMENT_START ipv4 / ipv6 IP-mode used to communicate to this helper. For compatability with older configurations and helpers - 'ipv4' is the default unless --with-localhost-ipv6 is used. - --with-localhost-ipv6 changes the default to 'ipv6'. - SPECIAL NOTE: explicit use of these options override --with-localhost-ipv6 + the default is 'ipv4'.

New header input format specifiers. To seperate Request and Reply headers when both passed back. @@ -1104,12 +1102,6 @@ This section gives an account of those changes in three categories:

If it produces ongoing serious problems the external helper may be needed but please report the bugs anyway. - --with-localhost-ipv6 -

Build support for squid to map all 127.0.0.1 traffic onto ::1. - The default is to build with 127.0.0.1 and ::1 being considered seperate IP. - see the IPv6 details above for a better description. -

WARNING: This is an RFC violation. Use is discouraged. - --with-logdir=PATH

Allow build-time configuration of Default location for squid logs. diff --git a/src/cf.data.pre b/src/cf.data.pre index 431d466a28..cb69b9534f 100644 --- a/src/cf.data.pre +++ b/src/cf.data.pre @@ -399,9 +399,7 @@ DOC_START protocol=2.5 Compatibility mode for Squid-2.5 external acl helpers ipv4 / ipv6 IP-mode used to communicate to this helper. For compatability with older configurations and helpers - 'ipv4' is the default unless --with-localhost-ipv6 is used. - --with-localhost-ipv6 changes the default to 'ipv6'. - SPECIAL NOTE: these options override --with-localhost-ipv6 + the default is 'ipv4'. FORMAT specifications diff --git a/test-suite/buildtests/layer-01-minimal.opts b/test-suite/buildtests/layer-01-minimal.opts index 70ed43c12c..ed7190e4cb 100644 --- a/test-suite/buildtests/layer-01-minimal.opts +++ b/test-suite/buildtests/layer-01-minimal.opts @@ -87,8 +87,6 @@ OPTS=" \ --without-large-files \ --without-valgrind-debug \ --without-ipv6-split-stack \ - --without-ipv4-mapped \ - --without-localhost-ipv6 \ --without-dns-cname \ --without-po2html \ " diff --git a/test-suite/buildtests/layer-02-maximus.opts b/test-suite/buildtests/layer-02-maximus.opts index 559ad6a2ec..a0d6cd012c 100644 --- a/test-suite/buildtests/layer-02-maximus.opts +++ b/test-suite/buildtests/layer-02-maximus.opts @@ -32,7 +32,6 @@ # --enable-kqueue \ # --enable-esi \ # --enable-win32-service \ -# --with-localhost-ipv6 \ # # OPTS=" \