From 7459934f6ef1def0a259132fc8c2297ef5de7929 Mon Sep 17 00:00:00 2001 From: Amos Jeffries Date: Mon, 27 Feb 2023 00:33:45 +0000 Subject: [PATCH] 5.8 --- ChangeLog | 10 ++++++++++ configure.ac | 2 +- 2 files changed, 11 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index 49174d44b8..723ebddb2b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,13 @@ +Changes in squid-5.8 (28 Feb 2023): + + - Bug 5162: mgr:index URL do not produce MGR_INDEX template + - Bug 5241: Block all non-localhost requests by default + - Bug 5241: Block to-localhost, to-link-local requests by default + - ext_kerberos_ldap_group_acl: Support -b with -D + - Fix ACL type typo in req_header, rep_header key-changing ERRORs + - ... and several compile fixes + - ... and some code cleanup and polishing + Changes in squid-5.7 (05 Sep 2022): - Regression Fix: Typo in manager ACL diff --git a/configure.ac b/configure.ac index 4718ec9633..d8c3b38cf6 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.7-VCS],[http://bugs.squid-cache.org/],[squid]) +AC_INIT([Squid Web Proxy],[5.8-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