]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 5.5 (#1014)
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 11 Apr 2022 06:14:59 +0000 (06:14 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Tue, 12 Apr 2022 15:38:08 +0000 (15:38 +0000)
ChangeLog
doc/release-notes/release-5.sgml

index 8b036474222bad75a63ba2559acd2554d7a500ab..924aa3d305a6ecf8da66f2dbd8e10e3def1e697a 100644 (file)
--- 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
index 064be0a76a2001d20bf2860898eb43d905bb05a9..ab48b0bb1c13399af5a968c77b612a1abbbbd2ff 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.4.1 release notes</title>
+<title>Squid 5.5 release notes</title>
 <author>Squid Developers</author>
 
 <abstract>
@@ -12,7 +12,7 @@ for Applied Network Research and members of the Web Caching community.
 <toc>
 
 <sect>Notice
-<p>The Squid Team are pleased to announce the release of Squid-5.4.1.
+<p>The Squid Team are pleased to announce the release of Squid-5.5.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
@@ -252,6 +252,12 @@ This section gives a thorough account of those changes in three categories:
        <p>New code <em>A</em> to display Squid listening IP address the client
           TCP connection was connected to.
 
+       <tag>esi_parser</tag>
+       <p>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.
+
        <tag>http_port</tag>
        <p>New <em>worker-queues</em> 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.
        <p>New <em>CONDITIONAL_AUTH</em> flag for <em>sslflags=</em> option to
           request client certificate(s) but not reject clients without any.
+       <p>Squid-5.5 will no longer use <em>tls-clientca=</em> certificates
+          as possible intermediary CA for the server CA certificate chain when
+          OpenSSL library supports <em>SSL_MODE_NO_AUTO_CHAIN</em> mode.
 
        <tag>logformat</tag>
        <p>New <em>ssl::&lt;cert</em> macro code to display received server X.509