From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 24 Jun 2025 14:47:41 +0000 (+0100) Subject: Prep for v6.14 (#2099) X-Git-Tag: SQUID_6_14~1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=a74d0c3c0b3e71a37d884329a191b317330fbf0c;p=thirdparty%2Fsquid.git Prep for v6.14 (#2099) --- diff --git a/ChangeLog b/ChangeLog index 67fdcf29cb..0cd16c15ed 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,12 @@ +Changes in squid-6.14 (24 Jun 2025): + + - Bug 5352: Do not get stuck in RESPMOD after pausing peer read(2) + - Bug 5489: Fix "make check" linking on Solaris + - Fix SNMP cacheNumObjCount -- number of cached objects + - Do not duplicate received Surrogate-Capability in sent requests + - Fix Mem::Segment::open() stub to fix build without shm_open() + - ... and CI and documentation updates + Changes in squid-6.13 (31 Jan 2025): - Bug 5352: Do not get stuck when RESPMOD is slower than read(2)