+Changes to squid-3.4.0.2 (04 Oct 2013):
+
+ - Regression Bug 3891: squid.conf parser errors in 3.4.0.1
+ - Regression Fix: re-disable MinGW C++11 support
+ - Bug 3914: partial: make squidclient tool build cleanly with -Wconversion
+ - Fix memory leak in refresh_pattern parsing
+ - negotiate_kerberos_auth: upgrade to present group= keys
+ - Handle NTLM helper returning OK without user= value
+ - Add dns_multicast_local to control mDNS operation
+ - Add --disable-arch-native build option
+ - Display Build-Info in cache manager info report
+ - ... and all changes from squid 3.3.9
+ - ... and some code and debug output polishing
+
Changes to squid-3.4.0.1 (29 Jul 2013):
- Port from 2.7: StoreURL (renamed Store-ID) support
<sect1>Multicast DNS
-<p>The internal DNS component fof Squid now supports multicast DNS (mDNS) resolution in
+<p>The internal DNS component of Squid now supports multicast DNS (mDNS) resolution in
accordance with RFC 6762.
<p>The <em>dns_multicast_local</em> directive must be set to <em>on</em> to enable this
<descrip>
<tag>configuration_includes_quoted_values</tag>
<p>Whether Squid supports directive parameters with spaces, quotes, and other
- special characters. Surround such parameters with "double quotes".
+ special characters. Surround such parameters with "double quotes" and
+ also set this directive on/off around the relevant squid.conf line(s)
+ making use of such quoting.
<tag>dns_multicast_local</tag>
<p>Use multicast DNS for <em>.local</em> domains and reverse-DNS resolution.
omit to get all helper auto-detected.
<p>Currenly only a helper using <em>file</em> for backend is provided.
+ <tag>--disable-arch-native</tag>
+ <p>New option to disable use of -march=native compiler flag.
+ <p>The new flag auto-enables CPU-specific optimizations in GCC and is
+ required by Clang++ v3.2 for correct 64-bit environment detection.
+ It does not always work well however, so this build option is provided
+ to remove it when necessary.
+
<tag>--with-nat-devpf</tag>
<p>New option to alter the behaviour of <em>http_port ... intercept</em> option
in squid.conf.