]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
4.16 (#852) 875/head SQUID_4_16
authorsquidadm <squidadm@users.noreply.github.com>
Mon, 5 Jul 2021 10:09:36 +0000 (22:09 +1200)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 10:09:36 +0000 (22:09 +1200)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml

index bc117d6f8d8c4bd350f1348e6b2d67f9856a87e2..f826bf33449f3b7ecc5dab8e6c5b5c087d9f16c3 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in squid-4.16 (04 Jul 2021):
+
+       - Regression Fix: --with-valgrind-debug build broken since 4.15
+       - Bug 5129 pt1: remove Lock use from HttpRequestMethod
+       - Bug 5128: Translation: Fix '% i' typo in es/ERR_FORWARDING_DENIED
+       - Bug 4528: ICAP transactions quit on async DNS lookups
+
 Changes in squid-4.15 (10 May 2021):
 
        - Bug 5112: Excessively loud chunked reply parsing error reporting
index 70047ed499a975d9d135c16c74e828f3ff28e0e3..d22a120dadfc8b9e090be45b4f9b8507fca39cfa 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[4.15-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[4.16-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 89093e56f997660c837424dab0ce879a9cee36d6..0130a695baf462c510de0638962ba5730d72dd32 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 4.15 release notes</title>
+<title>Squid 4.16 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.15.
+<p>The Squid Team are pleased to announce the release of Squid-4.16.
 
 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">.
@@ -392,6 +392,7 @@ This section gives a thorough account of those changes in three categories:
        <p>New <em>tls-default-ca</em> option to use the system Trusted CAs to
           verify the server certificate.
        <p>New <em>tls-domain=</em> option to verify the server certificate domain.
+       <p>Squid-4.16 improved support for hostnames in ICAP service URLs.
 
        <tag>logfile_daemon</tag>
        <p>Now only requires that helper binary exists when daemon: log module