From: Amos Jeffries Date: Tue, 9 Jul 2013 13:29:05 +0000 (-0600) Subject: Release Notes: more 3.4 documentation X-Git-Tag: SQUID_3_4_0_1~28 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=0bbaae542c7c9c403e2e9973ab96c65cca19dfb8;p=thirdparty%2Fsquid.git Release Notes: more 3.4 documentation --- diff --git a/ChangeLog b/ChangeLog index 941ddf3f6b..8c9f7aa52f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,10 +21,12 @@ Changes to squid-3.4.0.1 (-- --- 2013): - Support No-lookup flag (-n) on DNS ACLs - Support -march=native compiler optimization by default - Support forwarding intercepted but not bumped connections to cache_peers + - Support IPv6 NAT interception on Linux and some BSD - Deprecate log_icap and log_access configuration directives - HTTP/1.1: improved method invalidation and cacheability detection - HTTP/1.1: support length configuration for pipeline_prefetch queue - Improved TPROXY support for OpenBSD and FreeBSD + - Add storeid_file_rewrite helper to perform Store-ID rewrites from a rules file - Add all-of and any-of ACL types for grouping sets of ACL tests - Add note directive for transaction annotations - Add %note log format for transaction annotation logging diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index a44ab6bfa2..821038972a 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -244,6 +244,10 @@ This section gives a thorough account of those changes in three categories:

Details at . http_port +

Support IPv6 for intercept mode. Requires ip6tables support on Linux, + PF support on OpenBSD and IPFW support on FreeBSD. Squid will no longer complain + about misconfiguration if IPv6 support is missing, we now rely on the firewall + tools reporting misconfiguration when the NAT rules are created.

Support tproxy mode traffic on BSD systems with BINDANY support (OpenBSD 5+, FreeBSD 9+ so far).

Changed build options behind intercept traffic mode handling on BSD.