]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for 4.15 and 5.0.6 (#798)
authorAmos Jeffries <yadij@users.noreply.github.com>
Fri, 7 May 2021 10:11:37 +0000 (10:11 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Fri, 7 May 2021 13:59:40 +0000 (13:59 +0000)
Documentation only.

ChangeLog
doc/release-notes/release-4.sgml
doc/release-notes/release-5.sgml

index b3f19f6927ff357d104f4ce006d5b823fba2e7cb..3005227c43d837c30afdab65340dc664289f2da7 100644 (file)
--- 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 and %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
index 43fb329553a72f3038bc0532901ec5784a76e2b8..2fc3f7792fd21e9a9bca0c891604b875fbd61710 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.14 release notes</title>
+<title>Squid 4.15 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-4.14.
+<p>The Squid Team are pleased to announce the release of Squid-4.15.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v4/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
index 1b37e97aac9999fde8fd05eb56cb3d4b2eea507a..4950555d0110bcd0b0be6a1c78da291908e517af 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.0.5 release notes</title>
+<title>Squid 5.0.6 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.0.5 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.6 for testing.
 
 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">.
@@ -266,6 +266,10 @@ This section gives a thorough account of those changes in three categories:
           transaction ID.
        <p>New <em>CF</em> value for <em>%Ss</em> code to indicate the response
           was handled by Collapsed Forwarding.
+       <p>New <em>TLS/1.3</em> value for <em>%%ssl::<negotiated_version</em>
+           code to indicate the request was received from client using TLS/1.3.
+       <p>New <em>TLS/1.3</em> value for <em>%ssl::>negotiated_version</em>
+           code to indicate the response was received from server using TLS/1.3.
        <p>Codes <em>rm</em>, <em>&lt;rm</em> and <em>&gt;rm</em> display "-"
           instead of the made-up method NONE.