]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.2 SQUID_6_2
authorSquidAdm <noc@lists.squid-cache.org>
Sun, 6 Aug 2023 11:51:14 +0000 (11:51 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Sun, 6 Aug 2023 17:11:38 +0000 (05:11 +1200)
ChangeLog
configure.ac

index 47633a7eda109e23e310d7ca71982fa866a4b6ed..6a2cff50cdffb2cffd7bfc806a203b01266dd8fd 100644 (file)
--- 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
index e29a8d64faad274c2ab3dcdb4b3a14aed17e8ec7..549d4352b0c4db40a59b3d361051876c9fc29b94 100644 (file)
@@ -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)