From: squidadm Date: Tue, 6 Jun 2023 18:34:33 +0000 (+1200) Subject: 6.0.3 (#1376) X-Git-Tag: SQUID_6_0_3 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=91998615cc25d6b4566f8d11eb8ddc7242285bb0;p=thirdparty%2Fsquid.git 6.0.3 (#1376) --------- Co-authored-by: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> --- diff --git a/ChangeLog b/ChangeLog index 458cf08d97..290a54655f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-6.0.3 (07 Jun 2023): + + - Bug 5148: Log %Ss of failed tunnels as TCP_TUNNEL + - Do not leak Security::CertErrors created in X509_verify_cert() + - Do not erase aborted StoreMap entries that are still being read + - Fix build in environments lacking syslog + - Fix build failures in some environments due to time_t type conflicts in libdebug + - Remove obsolete caddr_t + - ... and some documentation changes + Changes in squid-6.0.2 (30 Apr 2023): - Avoid excessive disk I/O in some environments diff --git a/configure.ac b/configure.ac index 0939948a6e..36f97fca9b 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.2-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[6.0.3-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)