]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.4.0.2
authorAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Oct 2013 12:17:18 +0000 (06:17 -0600)
committerAmos Jeffries <squid3@treenet.co.nz>
Thu, 3 Oct 2013 12:17:18 +0000 (06:17 -0600)
ChangeLog
doc/release-notes/release-3.4.sgml

index 1ed615065493d37cbaca9956719925a83b6f56b5..6136552007a0f205f965607c393f600100749a0b 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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
index 5f44dedfb47dbcd499d1e5934835561ac858e47f..81b0162f210db55701aa30d9a22dc4ed0b198422 100644 (file)
@@ -177,7 +177,7 @@ Most user-facing changes are reflected in squid.conf (see below).
 
 
 <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
@@ -218,7 +218,9 @@ This section gives a thorough account of those changes in three categories:
 <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.
@@ -377,6 +379,13 @@ This section gives an account of those changes in three categories:
           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.