]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
5.8 SQUID_5_8
authorAmos Jeffries <yadij@users.noreply.github.com>
Mon, 27 Feb 2023 00:33:45 +0000 (00:33 +0000)
committerAmos Jeffries <yadij@users.noreply.github.com>
Tue, 28 Feb 2023 09:53:22 +0000 (22:53 +1300)
ChangeLog
configure.ac

index 49174d44b8255cd121887aac5b3223f9a53e6705..723ebddb2b8b0b21307e25d6b5b394949a3f2123 100644 (file)
--- 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
index 4718ec9633e8d4ec2044f19fcfaebfc25a39183a..d8c3b38cf674803fb8fb32908eddf811845b37b8 100644 (file)
@@ -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)