]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.6 (#1615) SQUID_6_6
authorsquidadm <squidadm@users.noreply.github.com>
Thu, 7 Dec 2023 01:36:15 +0000 (14:36 +1300)
committerGitHub <noreply@github.com>
Thu, 7 Dec 2023 01:36:15 +0000 (14:36 +1300)
ChangeLog
configure.ac

index 96e2ee5a6bd479bf1cd01395b6f227476656bfa6..e18646c91ddb1cbf9001b42728e11a874b7c60bd 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+Changes in squid-6.6 (5 Dec 2023):
+
+       - Bug 5328: Fix ESI build with libxml2 v2.12.0
+       - Bug 5319: QOS Netfilter MARK preservation is always disabled
+       - Bug 5318: peer_digest.cc:399: "fetch->pd && receivedData.data"
+       - Bug 5317: FATAL attempt to read data from memory
+       - Bug 5154: Do not open IPv6 sockets when IPv6 is disabled
+       - FTP: Ignore credentials with a NUL-prefixed username
+       - log_db_daemon: Fix DSN construction
+       - Limit the number of allowed X-Forwarded-For hops
+       - Do not update StoreEntry expiration after errorAppendEntry()
+       - improve handling of response sending errors
+
 Changes in squid-6.5 (5 Nov 2023):
 
        - Bug 5309: frequent "lowestOffset () <= target_offset" assertion
index aac6cab5a27deffad1c468ccd3527e55d44f5839..93fce775bbaab2f669c47d5d95e67c9666a04b50 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.5-VCS],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.6-VCS],[https://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)