]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.11 (#609)
authorsquidadm <squidadm@users.noreply.github.com>
Sat, 18 Apr 2020 18:46:00 +0000 (06:46 +1200)
committerGitHub <noreply@github.com>
Sat, 18 Apr 2020 18:46:00 +0000 (06:46 +1200)
ChangeLog
doc/release-notes/release-4.sgml

index 8c6cbe1b0ae0de49edd7fdf95e712eedc02429cd..1084ac72cd32cf17933f1abb240258913432bb6b 100644 (file)
--- 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++
index e501eb4b504188276b2ac7d3203a6bbfade43f62..2b4b0a8960e662ff7bcdec49d307b1b71c926ad5 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.10 release notes</title>
+<title>Squid 4.11 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.10.
+<p>The Squid Team are pleased to announce the release of Squid-4.11.
 
 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">.
@@ -542,6 +542,10 @@ This section gives an account of those changes in three categories:
        <p>The cppunit testing framework is auto-detected and used when available.
           This option can be used to disable it explicitly.
 
+       <tag>--without-systemd</tag>
+       <p>SystemD init environment features are auto-detected and used when available.
+          This option can be used to disable systemd features explicitly.
+
 </descrip>
 
 <sect1>Changes to existing options<label id="modifiedoptions">