- 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
<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.