From: Amos Jeffries Date: Thu, 20 Aug 2020 17:27:15 +0000 (+0000) Subject: Release Prep for 5.0.4 and 4.13 (#715) X-Git-Tag: 4.15-20210522-snapshot~66 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=76b18386173b7486387f6c3231c8938dc7bf3fa5;p=thirdparty%2Fsquid.git Release Prep for 5.0.4 and 4.13 (#715) Documentation only. --- diff --git a/ChangeLog b/ChangeLog index 13560c6d3a..c7f66bde46 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,14 @@ +Changes in squid-5.0.4 (23 Aug 2020): + + - Bug 5054: mark dns_v4_first as obsolete in cf.data.pre + - Bug 5048: ResolvedPeers.cc:35: "found != paths_.end()" assertion + - Reforward CONNECT after TLS handshake failure with peer + - Do not send keep-alive in 101 (Switching Protocols) responses + - Add http_port sslflags=CONDITIONAL_AUTH + - ... and several documentation changes + - ... and some compile fixes + - ... and all fixes from 4.13 + Changes in squid-5.0.3 (05 Jun 2020): - Bug 5046: FreeBSD lacks open(2) O_DSYNC flag @@ -69,6 +80,18 @@ Changes in squid-5.0.1 (14 Jan 2020): - ... and much code cleanup and polishing - ... and all fixes from 4.10 +Changes to squid-4.13 (23 Aug 2020): + + - Regression Fix: Support parsing GREASEd (and future) TLS handshakes + - Bug 5051: Some collapsed revalidation responses never expire + - HTTP: Enforce token characters for field-name + - HTTP: Forbid obs-fold and bare CR whitespace in framing header fields + - HTTP: Improve Transfer-Encoding handling + - WCCP: Fix GCC-10 -Wstringop-truncation failures + - Honor on_unsupported_protocol for intercepted https_port + - Fix livelocking in peerDigestHandleReply + - Do not stall while debugging a scan of an empty store_table + Changes to squid-4.12 (05 Jun 2020): - Regression Fix: Revert to slow search for new SMP shm pages diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 5f0eb1c7c7..a75040fb64 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.12 release notes +Squid 4.13 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.12. +

The Squid Team are pleased to announce the release of Squid-4.13. This new release is available for download from or the . @@ -59,7 +59,7 @@ Most user-facing changes are reflected in squid.conf (see below). Configurable helper queue size -

The new queue-size=N option to helpers configuration, allows users +

The new queue-size=N option to helpers configuration, allows users to configure the maximum number of queued requests to busy helpers. Helper concurrency channels changes diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index 34a7cdc9a6..a4a9b7e500 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@

-Squid 5.0.3 release notes +Squid 5.0.4 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.3 for testing. +

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

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

New CONDITIONAL_AUTH flag for sslflags= option to + request client certificate(s) but not reject clients without any. + logformat

New ssl::<cert macro code to display received server X.509 certificate in PEM format.