From: Amos Jeffries Date: Fri, 1 May 2015 07:35:40 +0000 (-0700) Subject: Prep for 3.5.4, 3.4.13, 3.3.14, 3.2.14 X-Git-Tag: merge-candidate-3-v1~141 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=88e192b1382a15516718c9effa4384e15f165413;p=thirdparty%2Fsquid.git Prep for 3.5.4, 3.4.13, 3.3.14, 3.2.14 --- diff --git a/ChangeLog b/ChangeLog index 37818e6d16..e812a89b71 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,20 @@ +Changes to squid-3.5.4 (01 May 2015): + + - Bug 4234: comm_connect_addr uses errno incorrectly + - Bug 4231: fd_open() not correctly handling UDS socket descriptions + - Bug 4226: digest_edirectory_auth: found but cannot be built + - Bug 4198: assertion failed: client_side.h:364: "sslServerBump == srvBump" + - Bug 3775: Disable HTTP/1.1 pipeline feature for pinned connections + - Fix require-proxy-header preventing HTTPS proxying and ssl-bump + - Fix Negotiate/Kerberos authentication request size exceeds output buffer size + - Fix SQUID_X509_V_ERR_DOMAIN_MISMATCH errors while accessing sites with valid certificates + - Add server_name ACL matching server name(s) obtained from various sources + - Add Kerberos support for MAC OS X 10.x + - Support for resuming TLS sessions + - ... and some portability and compile fixes + - ... and several documentation updates + - ... and all fixes from squid 3.4.13 + Changes to squid-3.5.3 (28 Mar 2015): - Regression Bug 4213: negotiate_kerberos_auth: freeing non-dynamic memory @@ -131,6 +148,12 @@ Changes to squid-3.5.0.1 (17 Oct 2014): - ... and many error page translation updates - ... and much code cleanup and polishing +Changes to squid-3.4.13 (01 May 2015): + + - Bug 4212: ssl_crtd crashes with corrupt database + - ... and some documentation updates + - ... and all fixes from squid 3.3.14 + Changes to squid-3.4.12 (18 Feb 2015): - Bug 4066: Digest auth nonce indefinite rollover @@ -348,6 +371,12 @@ Changes to squid-3.4.0.1 (29 Jul 2013): - ... and many documentation changes - ... and much code cleanup and polishing +Changes to squid-3.3.14 (01 May 2015): + + - Bug 4093: source-maintenance.sh errors and warnings due to wrong tools/options + - ... and some documentation updates + - ... and all fixes from squid 3.2.14 + Changes to squid-3.3.13 (28 Aug 2014): - Fix segmentation fault setting up server SSL connnection @@ -533,6 +562,12 @@ Changes to squid-3.3.0.1 (21 Oct 2012): - ... and many compile error fixes - ... and a very large amount of code polish for faster compilation +Changes to squid-3.2.14 (01 May 2015): + + - Fix 'access_log none' to prevent following logs being used + - Fix X509 server certificate domain matching + - ... some documentation updates + Changes to squid-3.2.13 (13 Jul 2013): - Bug 3869: assertion failed: MemBuf.cc:272: size < capacity diff --git a/doc/release-notes/release-3.2.sgml b/doc/release-notes/release-3.2.sgml index ca534702cc..cbb18cda7c 100644 --- a/doc/release-notes/release-3.2.sgml +++ b/doc/release-notes/release-3.2.sgml @@ -1,6 +1,6 @@
-Squid 3.2.13 release notes +Squid 3.2.14 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.2.13. +The Squid Team are pleased to announce the release of Squid-3.2.14. This new release is available for download from or the . diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index e4d271a106..524201f950 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@

-Squid 3.3.13 release notes +Squid 3.3.14 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.3.13. +The Squid Team are pleased to announce the release of Squid-3.3.14. This new release is available for download from or the . diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index d81750c86f..b84cc8cdf2 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@

-Squid 3.4.12 release notes +Squid 3.4.13 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.4.12. +The Squid Team are pleased to announce the release of Squid-3.4.13. This new release is available for download from or the . diff --git a/doc/release-notes/release-3.5.sgml b/doc/release-notes/release-3.5.sgml index 33161e5f14..b0311c50ea 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -1,6 +1,6 @@

-Squid 3.5.3 release notes +Squid 3.5.4 release notes Squid Developers @@ -13,7 +13,7 @@ for Applied Network Research and members of the Web Caching community. Notice

-The Squid Team are pleased to announce the release of Squid-3.5.3. +The Squid Team are pleased to announce the release of Squid-3.5.4. This new release is available for download from or the .