---------
Co-authored-by: Francesco Chemolli <5175948+kinkie@users.noreply.github.com>
+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
## 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)