]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.1 (#1410) SQUID_6_1
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 6 Jul 2023 05:15:40 +0000 (17:15 +1200)
committerGitHub <noreply@github.com>
Thu, 6 Jul 2023 05:15:40 +0000 (17:15 +1200)
ChangeLog
configure.ac

index 290a54655f9cd8b9ab1e37998d1252ad480c3fc7..47633a7eda109e23e310d7ca71982fa866a4b6ed 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,11 @@
+Changes in squid-6.1 (06 Jul 2023):
+
+       - Bug 5278: Log %err_code for "early" request handling errors
+       - Do not cache (and do not serve cached) cache manager responses
+       - Fix key equality comparison in LookupTable map
+       - Honor DNS RR TTLs larger than negative_dns_ttl
+       - ... and some documentation changes
+
 Changes in squid-6.0.3 (07 Jun 2023):
 
        - Bug 5148: Log %Ss of failed tunnels as TCP_TUNNEL
index 36f97fca9ba06d3666a8954f50a140ec90b5113a..e29a8d64faad274c2ab3dcdb4b3a14aed17e8ec7 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.0.3-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.1-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)