From: squidadm Date: Sun, 30 Apr 2023 21:33:35 +0000 (+1200) Subject: 6.0.2 X-Git-Tag: SQUID_6_0_2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=94bdd4902d24ddb47770fc033f88141e5c569ec0;p=thirdparty%2Fsquid.git 6.0.2 * Prepare ChangeLog for v6.0.2 (#1326) * 6.0.2 --------- Co-authored-by: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> --- diff --git a/ChangeLog b/ChangeLog index 234bdd9ae3..458cf08d97 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,9 @@ +Changes in squid-6.0.2 (30 Apr 2023): + + - Avoid excessive disk I/O in some environments + - ... and several build and portability fixes + - ... and all fixes from 5.9 + Changes in squid-6.0.1 (28 Feb 2023): - Bug 5256: Intercepting port fails to accept diff --git a/configure.ac b/configure.ac index e25587a390..0939948a6e 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.1-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[6.0.2-VCS],[http://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)