From 5b0fbc717fcc9b9e21e438bb58b831609d5949e2 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Fri, 5 Jun 2020 18:02:20 +0000 Subject: [PATCH] Release notes prep for 5.0.3 and 4.12 (#651) --- ChangeLog | 26 ++++++++++++++++++++++++++ doc/release-notes/release-4.sgml | 4 ++-- doc/release-notes/release-5.sgml | 12 ++++++++++-- 3 files changed, 38 insertions(+), 4 deletions(-) diff --git a/ChangeLog b/ChangeLog index dd59e3d471..13560c6d3a 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-5.0.3 (05 Jun 2020): + + - Bug 5046: FreeBSD lacks open(2) O_DSYNC flag + - Happy Eyeballs: Do not discard viable reforwarding destinations + - Reduced startup time with large rock cache_dirs + - Fix the ABA problem with Ipc::Mem::PageStack::pop() in v5.0.1 + - Fix sending of unknown validation errors to certificate validator + - ... and several debug improvements + - ... and all fixes from 4.12 + Changes in squid-5.0.2 (18 Apr 2020): - Bug 5030: Negative responses are never cached @@ -9,6 +19,7 @@ Changes in squid-5.0.2 (18 Apr 2020): - Fix PURGE error responses - ... and several documentation changes - ... and some compile fixes + - ... and all fixes from 4.11 Changes in squid-5.0.1 (14 Jan 2020): @@ -56,6 +67,21 @@ Changes in squid-5.0.1 (14 Jan 2020): - Centralized PagePool/PageStack ID generation - ... and many documentation changes - ... and much code cleanup and polishing + - ... and all fixes from 4.10 + +Changes to squid-4.12 (05 Jun 2020): + + - Regression Fix: Revert to slow search for new SMP shm pages + - Bug 5045: ext_edirectory_userip_acl is missing include files + - Bug 5041: Missing Debug::Extra breaks build on hosts with systemd + - Bug 5030: Negative responses are never cached + - HTTP: validate Content-Length value prefix + - HTTP: add flexible RFC 3986 URI encoder + - SslBump: disable OpenSSL TLSv1.3 support for older TLS traffic + - Tests: Support passing a custom config.cache to test builds + - Fix IPFilter IPv6 detection, especially on NetBSD + - Fix stall if transaction overwrites a recently active cache entry + - ... and some compile fixes Changes to squid-4.11 (18 Apr 2020): diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index 2b4b0a8960..5f0eb1c7c7 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.11 release notes +Squid 4.12 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.11. +

The Squid Team are pleased to announce the release of Squid-4.12. This new release is available for download from or the . diff --git a/doc/release-notes/release-5.sgml b/doc/release-notes/release-5.sgml index c5e318b266..34a7cdc9a6 100644 --- a/doc/release-notes/release-5.sgml +++ b/doc/release-notes/release-5.sgml @@ -1,6 +1,6 @@

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

The Squid Team are pleased to announce the release of Squid-5.0.3 for testing. This new release is available for download from or the . @@ -249,6 +249,10 @@ 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. + http_port +

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

New ssl::<cert macro code to display received server X.509 certificate in PEM format. @@ -313,6 +317,10 @@ This section gives an account of those changes in three categories: --disable-optimizations

No longer implies --disable-inline option (which is removed). + --enable-external-acl-helpers +

New helper type kerberos_sid_group to match group= + annotations AD Domain group SID. +

-- 2.47.2