From a254dfea4ca65254d305d9c20f9fb337bf95fb76 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Tue, 1 Oct 2024 00:19:58 +1300 Subject: [PATCH] 5.10 final --- ChangeLog | 9 +++++++++ configure.ac | 2 +- 2 files changed, 10 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index b638217b1a..401201aef2 100644 --- 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 diff --git a/configure.ac b/configure.ac index c825107513..b2d85d82f3 100644 --- a/configure.ac +++ b/configure.ac @@ -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) -- 2.47.2