From: Francesco Chemolli Date: Thu, 10 Jul 2025 10:34:16 +0000 (+0000) Subject: v7.1 X-Git-Tag: SQUID_7_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f6aee259a739fa3c3d36ff0c892f966bcd2bb05e;p=thirdparty%2Fsquid.git v7.1 --- diff --git a/ChangeLog b/ChangeLog index 49e8f55347..212011bc46 100644 --- 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) diff --git a/configure.ac b/configure.ac index 09d3468f2e..bbe24a27d4 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],[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)