From: Amos Jeffries Date: Fri, 2 Jul 2021 14:26:59 +0000 (+0000) Subject: Relese Prep for 4.16 and 5.0.7 (#850) X-Git-Tag: SQUID_6_0_1~318 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ea861f588d65785773f9b979b3d019f8643dbea;p=thirdparty%2Fsquid.git Relese Prep for 4.16 and 5.0.7 (#850) Documentation only --- diff --git a/ChangeLog b/ChangeLog index 3005227c43..671eb588cb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +Changes in squid-5.0.7 (04 Jul 2021): + + - Fix a helper logging issues + - Fix some helper connection issues + - Cleanup: remove much unused code + - ... and all fixes from 4.16 + Changes in squid-5.0.6 (10 May 2021): - Bug 5057: Generated response lacks status code @@ -105,6 +112,13 @@ 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.16 (04 Jul 2021): + + - Regression Fix: --with-valgrind-debug build broken since 4.15 + - Bug 5129 pt1: remove Lock use from HttpRequestMethod + - Bug 5128: Translation: Fix '% i' typo in es/ERR_FORWARDING_DENIED + - Bug 4528: ICAP transactions quit on async DNS lookups + Changes in squid-4.15 (10 May 2021): - Bug 5112: Excessively loud chunked reply parsing error reporting diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 89093e56f9..0130a695ba 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.15 release notes +Squid 4.16 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.15. +

The Squid Team are pleased to announce the release of Squid-4.16. This new release is available for download from or the . @@ -392,6 +392,7 @@ This section gives a thorough account of those changes in three categories:

New tls-default-ca option to use the system Trusted CAs to verify the server certificate.

New tls-domain= option to verify the server certificate domain. +

Squid-4.16 improved support for hostnames in ICAP service URLs. logfile_daemon

Now only requires that helper binary exists when daemon: log module diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 219db2860c..8697acd7c3 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@

-Squid 5.0.6 release notes +Squid 5.0.7 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.6 for testing. +

The Squid Team are pleased to announce the release of Squid-5.0.7 for testing. This new release is available for download from or the . @@ -191,6 +191,11 @@ This section gives a thorough account of those changes in three categories: primary to-server connection and opening a spare to-server connection for the same transaction. + http_upgrade_request_protocols +

New directive to control client-initiated and server-confirmed + switching from HTTP to another protocol using HTTP/1.1 Upgrade + mechanism. + mark_client_connection

New access control to apply a Netfilter CONNMARK value to a TCP client connection. @@ -246,7 +251,7 @@ This section gives a thorough account of those changes in three categories:

Now disabled when --disable-auth build parameter is used. deny_info -

New code %A to display Squid listening IP address the client +

New code A to display Squid listening IP address the client TCP connection was connected to. http_port @@ -254,6 +259,8 @@ This section gives a thorough account of those changes in three categories: listening queue for each worker in SMP. https_port +

New worker-queues option to have TCP stack maintain dedicated + listening queue for each worker in SMP.

New CONDITIONAL_AUTH flag for sslflags= option to request client certificate(s) but not reject clients without any. @@ -264,11 +271,11 @@ This section gives a thorough account of those changes in three categories: protocol version 2 TLV values.

New master_xaction code to display Squids internal transaction ID. -

New CF value for %Ss code to indicate the response +

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

New TLS/1.3 value for %%ssl:: +

New TLS/1.3 value for ssl::<negotiated_version code to indicate the request was received from client using TLS/1.3. -

New TLS/1.3 value for %ssl::>negotiated_version +

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.