]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
Update ChangeLog for upcoming v6.4 (#1510)
authorFrancesco Chemolli <5175948+kinkie@users.noreply.github.com>
Thu, 12 Oct 2023 08:32:07 +0000 (08:32 +0000)
committerSquid Anubis <squid-anubis@squid-cache.org>
Thu, 12 Oct 2023 13:38:31 +0000 (13:38 +0000)
ChangeLog

index 539308b6c60dfdb38d7527f73c42987d3e637e9c..875fa7bb3ae592a07529660c104113d9f9db8197 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -4,9 +4,15 @@ Changes in squid-6.4 (15 Oct 2023):
        - Regression: Do not use static initialization to register modules
        - Bug 5301: cachemgr.cgi not showing new manager interface URLs
        - Bug 5300: cachemgr.cgi assertion
+       - Fix handling of large HTTP headers in storeClientCopy()
+       - Fix store_client caller leak on certain errors
+       - Fix URL percent-encoding
+       - Miss if an HTTP 304 update would exceed reply_header_max_size
        - HTTP: Improve handling of empty lines received prior to request-line
        - Y2038: improve printing of time settings
        - Extend cache_log_message to problematic from-helper annotations
+       - CI: More HTTP caching and revalidation tests
+       - CI: Improve test harness
 
 Changes in squid-6.3 (03 Sep 2023):