]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
v7.1 SQUID_7_1
authorFrancesco Chemolli <kinkie@squid-cache.org>
Thu, 10 Jul 2025 10:34:16 +0000 (10:34 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Thu, 10 Jul 2025 12:40:19 +0000 (00:40 +1200)
ChangeLog
configure.ac

index 49e8f55347b878463ea7ab50309f5b2c4c7e244c..212011bc4654af1543751e056f4151cebb0e7b5c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+Changes in squid-7.1 (10 Jul 2025):
+
+       - Bug 5497: Fix detection of duped IPs returned by getaddrinfo()
+       - Remove basic_smb_lm_auth and ntlm_smb_lm_auth helpers
+       - ... and several documentation improvements
+       - ... and some code cleanups
+
 Changes in squid-7.0.2 (19 Jun 2025):
 
        - Bug 5352: Do not get stuck in RESPMOD after pausing peer read(2)
index 09d3468f2eb3e2bdc0786ee51a2fc7da53084f31..bbe24a27d4e380485ade244b4a7cca2f806d218c 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[7.0.2-VCS],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[7.1-VCS],[https://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)