]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.0.7 (#851) SQUID_5_0_7
authorsquidadm <squidadm@users.noreply.github.com>
Mon, 5 Jul 2021 08:27:18 +0000 (20:27 +1200)
committerGitHub <noreply@github.com>
Mon, 5 Jul 2021 08:27:18 +0000 (20:27 +1200)
ChangeLog
configure.ac
doc/release-notes/release-4.sgml
doc/release-notes/release-5.sgml

index 3005227c43d837c30afdab65340dc664289f2da7..671eb588cbd9f405cf3fcc7d62c915df104f4193 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in squid-5.0.7 (04 Jul 2021):
+
+       - Fix a helper logging issues
+       - Fix some helper connection issues
+       - Cleanup: remove much unused code
+       - ... and all fixes from 4.16
+
 Changes in squid-5.0.6 (10 May 2021):
 
        - Bug 5057: Generated response lacks status code
@@ -105,6 +112,13 @@ Changes in squid-5.0.1 (14 Jan 2020):
        - ... and much code cleanup and polishing
        - ... and all fixes from 4.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 5cf8a1d9d98b29078f84bef0f8898db73d2745e1..cf997a73292abb5ff9d0a7efa7e811b146c9ee95 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.0.6-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.0.7-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
index c75e5b40bed40fb277337a5e167d0127edcbd0c2..294eccf8fb300d5f7e17c2b1668c53e254be1e4f 100644 (file)
@@ -1,6 +1,6 @@
 <!doctype linuxdoc system>
 <article>
-<title>Squid 5.0.6 release notes</title>
+<title>Squid 5.0.7 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-5.0.6 for testing.
+<p>The Squid Team are pleased to announce the release of Squid-5.0.7 for testing.
 
 This new release is available for download from <url url="http://www.squid-cache.org/Versions/v5/"> or the
  <url url="http://www.squid-cache.org/Download/http-mirrors.html" name="mirrors">.
@@ -191,6 +191,11 @@ This section gives a thorough account of those changes in three categories:
           primary to-server connection and opening a spare to-server
           connection for the same transaction.
 
+       <tag>http_upgrade_request_protocols</tag>
+       <p>New directive to control client-initiated and server-confirmed
+          switching from HTTP to another protocol using HTTP/1.1 Upgrade
+          mechanism.
+
        <tag>mark_client_connection</tag>
        <p>New access control to apply a Netfilter CONNMARK value to a TCP client
           connection.
@@ -246,7 +251,7 @@ This section gives a thorough account of those changes in three categories:
        <p>Now disabled when <em>--disable-auth</em> build parameter is used.
 
        <tag>deny_info</tag>
-       <p>New code <em>%A</em> to display Squid listening IP address the client
+       <p>New code <em>A</em> to display Squid listening IP address the client
           TCP connection was connected to.
 
        <tag>http_port</tag>
@@ -254,6 +259,8 @@ This section gives a thorough account of those changes in three categories:
           listening queue for each worker in SMP.
 
        <tag>https_port</tag>
+       <p>New <em>worker-queues</em> option to have TCP stack maintain dedicated
+          listening queue for each worker in SMP.
        <p>New <em>CONDITIONAL_AUTH</em> flag for <em>sslflags=</em> option to
           request client certificate(s) but not reject clients without any.