]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.10 final v5
authorAmos Jeffries <amosjeffries@squid-cache.org>
Mon, 30 Sep 2024 11:19:58 +0000 (00:19 +1300)
committerAmos Jeffries <yadij@users.noreply.github.com>
Mon, 30 Sep 2024 11:22:47 +0000 (00:22 +1300)
ChangeLog
configure.ac

index b638217b1af3bf70fe67595842471003f60915b9..401201aef250206b5b4a92b8ceaf2e4ef1cf6c17 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,12 @@
+Changes in squid-5.10 (01 Oct 2024):
+
+       - Bug 5301: cachemgr.cgi not showing new manager interface URLs
+       - Bug 5300: cachemgr.cgi assertion
+       - Fix fatalf() undefined for environments without syslog
+       - Fix reported assertion condition being always "EX"
+       - negotiate_kerberos_auth: Fix build [-Wunused-but-set-variable]
+       - ... and some documentation changes
+
 Changes in squid-5.9 (30 Apr 2023):
 
        - Improve reply_body_max_size matching accuracy
index c825107513a3c54ac0177833416491673226b502..b2d85d82f3f5cf4e299f057802ae0b54045588c2 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[5.9-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[5.10-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)