]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
3.4.3
authorAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Feb 2014 08:24:10 +0000 (01:24 -0700)
committerAmos Jeffries <squid3@treenet.co.nz>
Sun, 2 Feb 2014 08:24:10 +0000 (01:24 -0700)
ChangeLog
configure.ac
doc/release-notes/release-3.4.html
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 892ef98f4b640890e6bab94d85c47da93a693c3a..3c2dc3ee58c556d70a7623ddf9311fee4befb025 100644 (file)
@@ -1,4 +1,4 @@
-AC_INIT([Squid Web Proxy],[3.4.2-BZR],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[3.4.3-BZR],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 0e670648d6e71553f03b9f0778469108a6044433..4d0dfa358dd744d086121814b278c5fabac3de81 100644 (file)
@@ -2,10 +2,10 @@
 <HTML>
 <HEAD>
  <META NAME="GENERATOR" CONTENT="LinuxDoc-Tools 0.9.69">
- <TITLE>Squid 3.4.2 release notes</TITLE>
+ <TITLE>Squid 3.4.3 release notes</TITLE>
 </HEAD>
 <BODY>
-<H1>Squid 3.4.2 release notes</H1>
+<H1>Squid 3.4.3 release notes</H1>
 
 <H2>Squid Developers</H2>
 <HR>
@@ -57,7 +57,7 @@ for Applied Network Research and members of the Web Caching community.</EM>
 <HR>
 <H2><A NAME="s1">1.</A> <A HREF="#toc1">Notice</A></H2>
 
-<P>The Squid Team are pleased to announce the release of Squid-3.4.2 for testing.</P>
+<P>The Squid Team are pleased to announce the release of Squid-3.4.3 for testing.</P>
 <P>This new release is available for download from 
 <A HREF="http://www.squid-cache.org/Versions/v3/3.4/">http://www.squid-cache.org/Versions/v3/3.4/</A> or the
 <A HREF="http://www.squid-cache.org/Mirrors/http-mirrors.html">mirrors</A>.</P>
@@ -505,6 +505,12 @@ and to silence NAT lookup failure messages on recent BSD.</P>
 the getsockname() API in recent PF versions require <EM>--with-nat-devpf</EM>
 to re-enable /dev/pf support when using PF firewall.</P>
 
+<DT><B>--disable-translation</B><DD>
+<P>Default changed to prevent translating error page templates during build.
+Use --enable-translation to explicitly build and install the templates.</P>
+<P>The latest pre-translated templates can be downloaded from 
+<A HREF="http://www.squid-cache.org/Versions/langpack/">http://www.squid-cache.org/Versions/langpack/</A></P>
+
 </DL>
 </P>
 <H2><A NAME="removedoptions"></A> <A NAME="ss4.3">4.3</A> <A HREF="#toc4.3">Removed options</A>
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>