]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Release Notes: more 3.4 documentation
authorAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Jul 2013 13:29:05 +0000 (07:29 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Tue, 9 Jul 2013 13:29:05 +0000 (07:29 -0600)
ChangeLog
doc/release-notes/release-3.4.sgml

index 941ddf3f6be7fc5239843833c2ac1054aec9250a..8c9f7aa52f0005effa7fc89422a95ac71e24f8a9 100644 (file)
--- 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
index a44ab6bfa22cc7b135ac1446640068b305f060ab..821038972a88f5ffaf13c4c56ecbae36368ef652 100644 (file)
@@ -244,6 +244,10 @@ This section gives a thorough account of those changes in three categories:
        <p>Details at <url url="http://wiki.squid-cache.org/Features/AddonHelpers">.
 
        <tag>http_port</tag>
+       <p>Support IPv6 for <em>intercept</em> 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.
        <p>Support <em>tproxy</em> mode traffic on BSD systems with BINDANY support
           (OpenBSD 5+, FreeBSD 9+ so far).
        <p>Changed build options behind <em>intercept</em> traffic mode handling on BSD.