From: Amos Jeffries Date: Sun, 9 Mar 2014 03:06:51 +0000 (-0700) Subject: Prep for 3.3.12 and 3.4.4 X-Git-Tag: SQUID_3_5_0_1~338 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=d3b930ffa2f875d5e9674f846f30164e1bf7b592;p=thirdparty%2Fsquid.git Prep for 3.3.12 and 3.4.4 --- diff --git a/ChangeLog b/ChangeLog index 71209d0982..dd0f9a5c24 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Changes to squid-3.4.4 (09 Mar 2014): + + - Bug 4029: intercepted HTTPS requests bypass caching checks + - Bug 4001: remove use of strsep() + - Bug 3186 and 3628: Digest authentication always sending stale=false for nonce + - Fix stalled concurrent rock store reads + - Fix helper ID number assignment + - Fix build failures from CMSG related definitions + - Fix build failures from libcompat unsafe.h protections + - Copyright: Relicense helpers by Treehouse Networks Ltd. + - ... and all bug fixes from 3.3.12 + Changes to squid-3.4.3 (02 Feb 2014): - Bug 4008: HttpHeader warnOnError should be an int not a bool @@ -96,6 +108,16 @@ 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.12 (09 Mar 2014): + + - Regression Bug 3769: client_netmask not evaluated since Comm redesign + - Bug 4026: Fix SSL and adaptation_access handling of aborted connections + - Bug 3969: Fix credentials caching for Digest authentication + - Bug 3806: Caching responses with Vary header + - Fix umask default on crash report generated email + - Fix pthread library detection on FreeBSD 10 + - Avoid assertions on Range requests that trigger Squid-generated errors. + Changes to squid-3.3.11 (01 Dec 2013): - Regression Bug 3936: error-details.txt parse error with OpenSSL since 3.3.9 diff --git a/doc/release-notes/release-3.3.sgml b/doc/release-notes/release-3.3.sgml index 008de64b65..c27bcc98fe 100644 --- a/doc/release-notes/release-3.3.sgml +++ b/doc/release-notes/release-3.3.sgml @@ -1,6 +1,6 @@
-Squid 3.3.11 release notes +Squid 3.3.12 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.11. +The Squid Team are pleased to announce the release of Squid-3.3.12. This new release is available for download from or the . @@ -212,6 +212,9 @@ This section gives a thorough account of those changes in three categories: ssl::certUntrusted, ssl::certSelfSigned. + client_netmask +

IP address 127.0.0.1 (localhost IPv4) is no longer masked. + external_acl_type

%ACL format tag ported from 2.6. Sends the name of ACL being tested to the external helper. diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index 6ad1bf9e3f..afbc28f0a8 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@

-Squid 3.4.3 release notes +Squid 3.4.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.4.3 for testing. +The Squid Team are pleased to announce the release of Squid-3.4.4 for testing. This new release is available for download from or the .