From e70ee71daf1bfc16789bb59abf92a32f2c52509e Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 11 Apr 2008 14:11:22 +1200 Subject: [PATCH] update documentation --- doc/release-notes/release-3.1.sgml | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/doc/release-notes/release-3.1.sgml b/doc/release-notes/release-3.1.sgml index 53f8fe9a57..a3c8d5518f 100644 --- a/doc/release-notes/release-3.1.sgml +++ b/doc/release-notes/release-3.1.sgml @@ -242,6 +242,10 @@ This section gives a thorough account of those changes in three categories: Enabling this directive Squid rotates IP's per request. + http_port +

option 'transparent' is being deprecated in favour of 'intercept' which more clearly identifies what the option does. + For now option 'tproxy' remains with old behaviour meaning fully-invisible proxy using TPROXY support.

+ @@ -303,11 +307,6 @@ This section gives an account of those changes in three categories: Linux Kernel patches from Balabit are required before building squid with this option.

- --enable-linux-tproxy4 -

New option to enable TPROXY version 4+ support in squid. - This options requires a linux kernel 2.6.25 or later for embeded netfilter TPROXY targets. -

-

@@ -319,6 +318,13 @@ This section gives an account of those changes in three categories:

Better support for Linux using the external DNS helper. The helper will compile and work with dns_nameservers on more variants of Linux than previously.

+ --enable-linux-netfilter +

This option now enables support for all three netfilter interception targets. + Adding TPROXY version 4+ support to squid through the TPROXY target. + This options requires a linux kernel 2.6.25 or later for embeded netfilter TPROXY targets. + Older REDIRECT and DNAT targets work as before on HTTP ports marked 'intercept'. +

+

-- 2.47.2