]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Prep for v6.14 (#2099)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Tue, 24 Jun 2025 14:47:41 +0000 (15:47 +0100)
committerGitHub <noreply@github.com>
Tue, 24 Jun 2025 14:47:41 +0000 (02:47 +1200)
ChangeLog

index 67fdcf29cb99659c0fd71f7d3a3399ed37fcaf8b..0cd16c15ed12a9390f38f145ac524b672f0e809d 100644 (file)
--- 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)