]> git.ipfire.org Git - thirdparty/squid.git/commitdiff
6.0.1 SQUID_6_0_1
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:10:25 +0000 (22:10 +1300)
ChangeLog
configure.ac
doc/release-notes/release-6.sgml.in

index bc6cec269bcc29894c774d9d092517e0684fb57a..862c5d80266f2798df1ab02af24f0233c1dd4689 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-Changes in squid-6.0.1 (06 Feb 2023):
+Changes in squid-6.0.1 (28 Feb 2023):
 
        - Bug 5256: Intercepting port fails to accept
        - Bug 5241: Block all non-localhost requests by default
@@ -110,6 +110,16 @@ Changes in squid-6.0.1 (06 Feb 2023):
        - ... and much code cleanup and polishing
        - ... and all fixes from 5.8
 
+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 021494632e9086553077a210d01a73771ed8f5ee..2699d85e6d76ddea0f9450df8317f8bc68a365ba 100644 (file)
@@ -5,7 +5,7 @@
 ## Please see the COPYING and CONTRIBUTORS files for details.
 ##
 
-AC_INIT([Squid Web Proxy],[6.0.0-VCS],[http://bugs.squid-cache.org/],[squid])
+AC_INIT([Squid Web Proxy],[6.0.1-VCS],[http://bugs.squid-cache.org/],[squid])
 AC_PREREQ(2.61)
 AC_CONFIG_HEADERS([include/autoconf.h])
 AC_CONFIG_AUX_DIR(cfgaux)
index 05a1f81a7624abb2bca683c017f986febfcac5b4..11c51da87bdfd03c3b06605af10d3802765913d3 100644 (file)
@@ -307,7 +307,7 @@ This section gives an account of those changes in three categories:
 <sect1>Changes to existing options<label id="modifiedoptions">
 <p>
 <descrip>
-       <p>There are no ./configure options changed.
+       <p>No ./configure options have been changed.
 
 </descrip>
 </p>