]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.12 (#658) SQUID_4_12
authorsquidadm <squidadm@users.noreply.github.com>
Sun, 7 Jun 2020 15:42:16 +0000 (03:42 +1200)
committerGitHub <noreply@github.com>
Sun, 7 Jun 2020 15:42:16 +0000 (03:42 +1200)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index 1084ac72cd32cf17933f1abb240258913432bb6b..979f2f3e0279eb2bbfe76a7203e39f46ff7dcbd9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,17 @@
+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):
 
        - Bug 5036: capital 'L's in logs when daemon queue overflows
index 68434f09e8b3d193cb24330abf3aaa2c60ded798..a5fc6663dab07cbe71ff39e0836040d2480d3a29 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.11-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.12-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 2b4b0a8960e662ff7bcdec49d307b1b71c926ad5..5f0eb1c7c70f5ac6b22ddfc8e8eaa9a71f122980 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.11 release notes</title>
+<title>Squid 4.12 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.11.
+<p>The Squid Team are pleased to announce the release of Squid-4.12.
 
 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">.