From: SquidAdm Date: Sun, 6 Aug 2023 11:51:14 +0000 (+0000) Subject: 6.2 X-Git-Tag: SQUID_6_2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=752d156d2e4247238dfb10e812ae1ca8e8840ca8;p=thirdparty%2Fsquid.git 6.2 --- diff --git a/ChangeLog b/ChangeLog index 47633a7eda..6a2cff50cd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,11 @@ +Changes in squid-6.2 (06 Aug 2023): + + - Bug 5187: Work around REQMOD satisfaction regression + - Bug 5290: pure virtual call in Ftp::Client constructor + - Fix memory leak when reconfiguring multiline all-of ACLs + - ... and a lot of code cleanups + - ... and some portability fixes on GNU/Hurd and MSWindows + Changes in squid-6.1 (06 Jul 2023): - Bug 5278: Log %err_code for "early" request handling errors diff --git a/configure.ac b/configure.ac index e29a8d64fa..549d4352b0 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.1-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[6.2-VCS],[https://bugs.squid-cache.org/],[squid]) AC_PREREQ(2.61) AC_CONFIG_HEADERS([include/autoconf.h]) AC_CONFIG_AUX_DIR(cfgaux)