From: Amos Jeffries Date: Fri, 7 May 2021 10:11:37 +0000 (+0000) Subject: Prep for 4.15 and 5.0.6 (#798) X-Git-Tag: 4.15-20210522-snapshot~7 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5297c853bf860f122b0db896c60ac23f8c222716;p=thirdparty%2Fsquid.git Prep for 4.15 and 5.0.6 (#798) Documentation only. --- diff --git a/ChangeLog b/ChangeLog index b3f19f6927..3005227c43 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,18 @@ +Changes in squid-5.0.6 (10 May 2021): + + - Bug 5057: Generated response lacks status code + - TLS: Handling missing issuer certificates for TLSv1.3 + - TLS: Detail certificate validation errors during TLS handshake + - TLS: Detail client closures of CONNECT tunnels during TLS handshake + - TLS: %ssl::negotiated_version for TLS/1.3 + - HTTP: Allow 1xx and 204 responses with Transfer-Encoding headers + - Maintenance: Start following Inclusive Naming Initiative advice + - Maintenance: Sort source file lists in Makefiles + - Maintenance: Support plugin-style scripts for source format enforcement + - Cleanup: Deduplicating IPC strand messages + - ... and some compile and debugging fixes + - ... and all fixes from 4.15 + Changes in squid-5.0.5 (02 Feb 2021): - HTTP: Do not send Connection:keep-alive/close in HTTP Upgrade requests @@ -90,6 +105,22 @@ Changes in squid-5.0.1 (14 Jan 2020): - ... and much code cleanup and polishing - ... and all fixes from 4.10 +Changes in squid-4.15 (10 May 2021): + + - Bug 5112: Excessively loud chunked reply parsing error reporting + - Bug 5106: Broken cache manager URL parsing + - Bug 5104: Memory leak in RFC 2169 response parsing + - Bug 3556: "FD ... is not an open socket" for accept() problems + - Profiling: CPU timing implemented for MAC non-x86 + - Fix HttpHeaderStats definition to include hoErrorDetail + - Fix Squid-to-client write_timeout triggers client_lifetime timeout + - Limit HeaderLookupTable_t::lookup() to BadHdr and specific IDs + - Handle more Range requests + - Handle more partial responses + - Stop processing a response if the Store entry is gone + - ... and some portability fixes + - ... and some documentation updates + Changes in squid-4.14 (02 Feb 2021): - Regression Fix: support for non-lowercase Transfer-Encoding value diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 43fb329553..2fc3f7792f 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.14 release notes +Squid 4.15 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-4.14. +

The Squid Team are pleased to announce the release of Squid-4.15. This new release is available for download from or the . diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 1b37e97aac..4950555d01 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@

-Squid 5.0.5 release notes +Squid 5.0.6 release notes Squid Developers @@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community. Notice -

The Squid Team are pleased to announce the release of Squid-5.0.5 for testing. +

The Squid Team are pleased to announce the release of Squid-5.0.6 for testing. This new release is available for download from or the . @@ -266,6 +266,10 @@ This section gives a thorough account of those changes in three categories: transaction ID.

New CF value for %Ss code to indicate the response was handled by Collapsed Forwarding. +

New TLS/1.3 value for %%ssl:: + code to indicate the request was received from client using TLS/1.3. +

New TLS/1.3 value for %ssl::>negotiated_version + code to indicate the response was received from server using TLS/1.3.

Codes rm, <rm and >rm display "-" instead of the made-up method NONE.