From: Amos Jeffries Date: Mon, 11 Apr 2022 06:14:59 +0000 (+0000) Subject: Prep for 5.5 (#1014) X-Git-Tag: SQUID_6_0_1~211 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=c40111e8ad89cbd123285203f788952cf096efcf;p=thirdparty%2Fsquid.git Prep for 5.5 (#1014) --- diff --git a/ChangeLog b/ChangeLog index 8b03647422..924aa3d305 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,13 @@ -Changes in squid-5.4.1 (12 Feb 2021): +Changes in squid-5.5 (12 Apr 2022): + + - Regression Bug 5192: esi_parser default is incorrect + - Bug 5177: clientca certificates sent to https_port clients + - Bug 5090: Must(!request->pinnedConnection()) violation + - Kid restart leads to persistent queue overflows, delays/timeouts + - Fix build on Illumos + - ESI: Drop incorrect and unnecessary xmlSetFeature() call + +Changes in squid-5.4.1 (12 Feb 2022): - Bug 5055: FATAL FwdState::noteDestinationsEnd exception: opening - Fix FATAL ServiceRep::putConnection exception: theBusyConns > 0 @@ -21,7 +30,7 @@ Changes in squid-5.4.1 (12 Feb 2021): - Polished AsyncJob::Start() API - ... and update code documentation -Changes in squid-5.4 (07 Feb 2021): +Changes in squid-5.4 (07 Feb 2022): - Bug 5190: Preserve configured order of intermediate CA certificate chain - Bug 5188: Fix reconfiguration leaking tls-cert=... memory diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 064be0a76a..ab48b0bb1c 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@
-Squid 5.4.1 release notes +Squid 5.5 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.4.1. +

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

New code A to display Squid listening IP address the client TCP connection was connected to. + esi_parser +

Squid-4 removal of the custom parser introduced a bug which caused + the default ESI parser library to be unpredictable. Squid-5.5 release + restores the documented default of libxml2 as most preferred, with + libexpat as alternative. + http_port

New worker-queues option to have TCP stack maintain dedicated listening queue for each worker in SMP. @@ -261,6 +267,9 @@ This section gives a thorough account of those changes in three categories: 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. +

Squid-5.5 will no longer use tls-clientca= certificates + as possible intermediary CA for the server CA certificate chain when + OpenSSL library supports SSL_MODE_NO_AUTO_CHAIN mode. logformat

New ssl::<cert macro code to display received server X.509