From: Amos Jeffries Date: Mon, 27 Feb 2023 00:33:45 +0000 (+0000) Subject: 6.0.1 X-Git-Tag: SQUID_6_0_1 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=ef1e128ce5a9733ae57d6595806bb832de389446;p=thirdparty%2Fsquid.git 6.0.1 --- diff --git a/ChangeLog b/ChangeLog index bc6cec269b..862c5d8026 100644 --- 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 diff --git a/configure.ac b/configure.ac index 021494632e..2699d85e6d 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],[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) diff --git a/doc/release-notes/release-6.sgml.in b/doc/release-notes/release-6.sgml.in index 05a1f81a76..11c51da87b 100644 --- a/doc/release-notes/release-6.sgml.in +++ b/doc/release-notes/release-6.sgml.in @@ -307,7 +307,7 @@ This section gives an account of those changes in three categories: Changes to existing options