]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.4 SQUID_6_4
authorSquidAdm <noc@lists.squid-cache.org>
Fri, 20 Oct 2023 06:28:46 +0000 (06:28 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Fri, 20 Oct 2023 22:40:41 +0000 (11:40 +1300)
CONTRIBUTORS
ChangeLog
configure.ac

index c756a70d786faaefbc5db5fb27bc5b5f1f167cc9..7cedd090d92a9a25fb67f6bebd55273eb8ddd8e8 100644 (file)
@@ -10,6 +10,7 @@ Thank you!
     Alan Mizrahi <alan@mizrahi.com.ve>
     Alan Nastac <mrness@gentoo.org>
     Aleksa <susulic@gmail.com>
+    Alex Bason <nonsleepr@gmail.com>
     Alex Dowad <alexinbeijing@gmail.com>
     Alex Rousskov <rousskov@measurement-factory.com>
     Alex Wu <alex_wu2012@hotmail.com>
index 1e389058a27b90e04b9263ea67429cff83cd4967..be5136f15a5af1877e0ffeb6dfaa55a0fc666971 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+Changes in squid-6.4 (22 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
+       - Fix stack buffer overflow when parsing Digest Authorization
+       - Fix userinfo percent-encoding
+       - Fix store_client caller memory leak on certain errors
+       - Fix validation of certificates with CN=*
+       - Fix handling of large stored response headers
+       - Miss if a HTTP/304 update would exceed reply_header_max_size
+       - RFC 9112: Improve HTTP chunked encoding compliance
+       - 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
+       - ... and several Continuous Integration improvements
+
 Changes in squid-6.3 (03 Sep 2023):
 
        - Bug 5294: ERR_CANNOT_FORWARD returned instead of ERR_DNS_FAIL
index 4938e43ce6063033a0e29d925ab14ee4ea37aa8b..7bb110286992414e2e50dda24f8eeb3508c472f9 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.3-VCS],[https://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.4-VCS],[https://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)