From: Amos Jeffries Date: Thu, 3 Oct 2013 12:17:18 +0000 (-0600) Subject: Prep for 3.4.0.2 X-Git-Tag: SQUID_3_5_0_1~615 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=ae2b6fc92ca10a08ca025e6c66f8bfdd00caa247;p=thirdparty%2Fsquid.git Prep for 3.4.0.2 --- diff --git a/ChangeLog b/ChangeLog index 1ed6150654..6136552007 100644 --- 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 diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 5f44dedfb4..81b0162f21 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -177,7 +177,7 @@ Most user-facing changes are reflected in squid.conf (see below). Multicast DNS -

The internal DNS component fof Squid now supports multicast DNS (mDNS) resolution in +

The internal DNS component of Squid now supports multicast DNS (mDNS) resolution in accordance with RFC 6762.

The dns_multicast_local directive must be set to on to enable this @@ -218,7 +218,9 @@ This section gives a thorough account of those changes in three categories: configuration_includes_quoted_values

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

Use multicast DNS for .local 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.

Currenly only a helper using file for backend is provided. + --disable-arch-native +

New option to disable use of -march=native compiler flag. +

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. + --with-nat-devpf

New option to alter the behaviour of http_port ... intercept option in squid.conf.