From 2ae88f12c4efa058317f5fa01059eb4bac0a0794 Mon Sep 17 00:00:00 2001 From: squidadm Date: Sun, 19 Apr 2020 06:46:00 +1200 Subject: [PATCH] 4.11 (#609) --- ChangeLog | 12 ++++++++++++ doc/release-notes/release-4.sgml | 8 ++++++-- 2 files changed, 18 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 8c6cbe1b0a..1084ac72cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,15 @@ +Changes to squid-4.11 (18 Apr 2020): + + - Bug 5036: capital 'L's in logs when daemon queue overflows + - Bug 5022: Reconfigure kills Coordinator in SMP+ufs configurations + - Bug 5016: systemd thinks Squid is ready before Squid listens + - kerberos_ldap_group: fix encryption type for cross realm check + - HTTP: Ignore malformed Host header in intercept and reverse proxy mode + - Fix Digest authentication nonce handling + - Supply ALE to request_header_add/reply_header_add + - ... and some documentation updates + - ... and some compile fixes + Changes to squid-4.10 (14 Jan 2020): - Bug 5009: Build failure with older clang libc++ diff --git a/doc/release-notes/release-4.sgml b/doc/release-notes/release-4.sgml index e501eb4b50..2b4b0a8960 100644 --- a/doc/release-notes/release-4.sgml +++ b/doc/release-notes/release-4.sgml @@ -1,6 +1,6 @@
-Squid 4.10 release notes +Squid 4.11 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.10. +

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

The cppunit testing framework is auto-detected and used when available. This option can be used to disable it explicitly. + --without-systemd +

SystemD init environment features are auto-detected and used when available. + This option can be used to disable systemd features explicitly. + Changes to existing options