From dde7b8e6382095f45be07426668eca25a08a1433 Mon Sep 17 00:00:00 2001 From: squidadm Date: Thu, 6 Jul 2023 17:15:40 +1200 Subject: [PATCH] 6.1 (#1410) --- ChangeLog | 8 ++++++++ configure.ac | 2 +- 2 files changed, 9 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 290a54655f..47633a7eda 100644 --- 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 diff --git a/configure.ac b/configure.ac index 36f97fca9b..e29a8d64fa 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.47.2