From: squidadm Date: Thu, 6 Jul 2023 05:15:40 +0000 (+1200) Subject: 6.1 (#1410) X-Git-Tag: SQUID_6_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dde7b8e6382095f45be07426668eca25a08a1433;p=thirdparty%2Fsquid.git 6.1 (#1410) --- 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)