]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.0.3 (#1376) SQUID_6_0_3
authorsquidadm <squidadm@users.noreply.github.com>
Tue, 6 Jun 2023 18:34:33 +0000 (06:34 +1200)
committerGitHub <noreply@github.com>
Tue, 6 Jun 2023 18:34:33 +0000 (06:34 +1200)
---------

Co-authored-by: Francesco Chemolli <5175948+kinkie@users.noreply.github.com>
ChangeLog
configure.ac

index 458cf08d97bf3f25110be6ab268b93f9283fbe63..290a54655f9cd8b9ab1e37998d1252ad480c3fc7 100644 (file)
--- 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
index 0939948a6e93d387f2984456d51c2baff9c1debb..36f97fca9ba06d3666a8954f50a140ec90b5113a 100644 (file)
@@ -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)