From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Fri, 20 Jun 2025 12:16:21 +0000 (+0100) Subject: Prep for v7.0.2 (#2090) X-Git-Tag: SQUID_7_0_2~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=51f7c9783999f4cab2a76ed3054a78af1e06f7d2;p=thirdparty%2Fsquid.git Prep for v7.0.2 (#2090) Co-authored-by: Amos Jeffries --- diff --git a/ChangeLog b/ChangeLog index 8b1d6c0326..49e8f55347 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,26 @@ +Changes in squid-7.0.2 (19 Jun 2025): + + - Bug 5352: Do not get stuck in RESPMOD after pausing peer read(2) + - Bug 5316: Release note says version 6 still for testing + - Bug 5489: Fix "make check" linking on Solaris + - Do not duplicate received Surrogate-Capability in sent requests + - Fix GCC v13 LTO build [-Walloc-size-larger-than=] + - Fix OpenSSL build with GCC v15.1.1 [-Wformat-truncation=] + - Fix tls-dh support for DHE parameters with OpenSSL v3+ + - Fix SNMP cacheNumObjCount -- number of cached objects + - Fix Mem::Segment::open() stub to fix build without shm_open() + - Disable EUI when arpreq is missing and cannot be defined + - MinGW: use nameless unions in ext_ad_group_acl + - MinGW: do not build ext_edirectory_userip_acl + - MinGW: add mkdir adapter + - MinGW: fix store/Controller.cc build + - MinGW: fix aio compatibility layer + - MinGW: add libnettle to negotiate_sspi_auth + - negotiate_sspi_auth: Fix command debugging (-v) + - ntlm_sspi_auth: Fix missing base64 symbol linkage + - ... and many portability and compatibility fixes + - ... and some code cleanup + Changes in squid-7.0.1 (2 Feb 2025): - Remove Edge Side Include (ESI) protocol