From 804a9cc86a2658d49763b9510286b254cec20d4c Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 9 Oct 2023 09:56:03 +1300 Subject: [PATCH] Prep for 6.4 --- ChangeLog | 10 ++++++++++ 1 file changed, 10 insertions(+) diff --git a/ChangeLog b/ChangeLog index 1e389058a27..539308b6c60 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-6.4 (15 Oct 2023): + + - Regression: Restore support for legacy cache_object cache manager requests + - Regression: Do not use static initialization to register modules + - Bug 5301: cachemgr.cgi not showing new manager interface URLs + - Bug 5300: cachemgr.cgi assertion + - 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 + Changes in squid-6.3 (03 Sep 2023): - Bug 5294: ERR_CANNOT_FORWARD returned instead of ERR_DNS_FAIL