From: Amos Jeffries Date: Fri, 31 Jul 2015 20:57:07 +0000 (-0700) Subject: Prep for 3.5.7 and 3.4.14 X-Git-Tag: merge-candidate-3-v1~10^2~4 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=4df5649ea1e5eabbe34040e8f89ad9bbd6ddcb9f;p=thirdparty%2Fsquid.git Prep for 3.5.7 and 3.4.14 --- diff --git a/ChangeLog b/ChangeLog index 94b26f4f0b..91326e5bf0 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,19 @@ +Changes to squid-3.5.7 (01 Aug 2015): + + - Bug 4251: incorrect instance name for memory segments in /dev/shm + - Bug 4227: invalid key in AuthUserHashPointer causing assertation failure + - Bug 3345: support %un (any available user name) format code for external ACLs. + - Support ssl-bump splicing to origin cache_peer + - Fix SSL errors relayed using invalid certificates + - Fix crash in TcpAccepter with profiler enabled + - Fix some cases of ssl_crtd SSL certificate DB corruption + - Fix performance regression in SBuf::chop operations + - Improve handling of client connections on shutdown + - Handle exceptions during squid.conf parse + - Make pod2man an optional dependency + - ... and polishing for several cache.log notification messages + - ... and all fixes from squid 3.4.14 + Changes to squid-3.5.6 (03 Jul 2015): - Bug 4274: ssl_crtd.8 not being installed @@ -182,6 +198,10 @@ 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.14 (01 Aug 2015): + + - Do not blindly forward cache peer CONNECT responses (CVE-2015-5400) + Changes to squid-3.4.13 (01 May 2015): - Bug 4212: ssl_crtd crashes with corrupt database diff --git a/doc/release-notes/release-3.4.sgml b/doc/release-notes/release-3.4.sgml index b84cc8cdf2..067074e893 100644 --- a/doc/release-notes/release-3.4.sgml +++ b/doc/release-notes/release-3.4.sgml @@ -1,6 +1,6 @@
-Squid 3.4.13 release notes +Squid 3.4.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.4.13. +The Squid Team are pleased to announce the release of Squid-3.4.14. 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 cb8af5847c..e393b95928 100644 --- a/doc/release-notes/release-3.5.sgml +++ b/doc/release-notes/release-3.5.sgml @@ -1,6 +1,6 @@

-Squid 3.5.6 release notes +Squid 3.5.7 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.6. +The Squid Team are pleased to announce the release of Squid-3.5.7. This new release is available for download from or the . @@ -431,6 +431,7 @@ This section gives a thorough account of those changes in three categories:

New format code %ssl::>sni to send SSL client SNI.

New format code %ssl::<cert_subject to send SSL server certificate DN.

New format code %ssl::<cert_issuer to send SSL server certificate issuer DN. +

New format code %un to send any available user name (requires 3.5.7 or later).

New response kv-pair clt_conn_tag= to associates a given tag with the client TCP connection. forward_max_tries