]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 3.4.3
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Feb 2014 03:09:44 +0000 (20:09 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Feb 2014 03:09:44 +0000 (20:09 -0700)
ChangeLog
doc/release-notes/release-3.4.sgml

index a0050e700ee8ba0bb3ab480186f9909c6f6b0d72..71209d0982cc7e5b1c202ed6b4e5a6c227c79003 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,18 @@
+Changes to squid-3.4.3 (02 Feb 2014):
+
+       - Bug 4008: HttpHeader warnOnError should be an int not a bool
+       - Bug 4002: clang 3.4 unable to compile
+       - Bug 3996: Malformed DNS reply leads to crash
+       - Bug 3995: compile error on CentOS 5 with GCC 4.1.2
+       - Bug 3975: atomic detection cross-compilation failure
+       - Bug 3971: "cannot aggregate mgr:client_list: cmd->profile != NULL" in SMP mode
+       - Bug 3954: compile failure in CpuAffinity.cc
+       - Bug 3927: tests/testRock fatal.cc required
+       - Fix memory leak in peer Cache Digest exchange
+       - Fix external_acl_type async loop failures
+       - Fix destination IP address cycling
+       - ... and a few polishing changes
+
 Changes to squid-3.4.2 (30 Dec 2013):
 
        - Regression Bug 3980: FATAL ERROR due to max_user_ip -s option
index e5383bad8a695f145fabed1de6d0d8a7766fd5b7..6ad1bf9e3f02d002b1a79d66430368ca40b14db7 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 3.4.2 release notes</title>
+<title>Squid 3.4.3 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community.
 
 <sect>Notice
 <p>
-The Squid Team are pleased to announce the release of Squid-3.4.2 for testing.
+The Squid Team are pleased to announce the release of Squid-3.4.3 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v3/3.4/"> or the
  <url url="http://www.squid-cache.org/Mirrors/http-mirrors.html" name="mirrors">.
@@ -413,6 +413,11 @@ This section gives an account of those changes in three categories:
           the getsockname() API in recent PF versions require <em>--with-nat-devpf</em>
           to re-enable /dev/pf support when using PF firewall.
 
+       <tag>--disable-translation</tag>
+       <p>Default changed to prevent translating error page templates during build.
+           Use --enable-translation to explicitly build and install the templates.
+       <p>The latest pre-translated templates can be downloaded from <url url="http://www.squid-cache.org/Versions/langpack/">
+
 </descrip>
 </p>