From: Francesco Chemolli <5175948+kinkie@users.noreply.github.com> Date: Tue, 6 Aug 2024 17:44:00 +0000 (+0000) Subject: ext_time_quota_acl: remove -l option (#1872) X-Git-Tag: SQUID_7_0_1~84 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=2d93cfe715b35839cab989711574522921c7eaf3;p=thirdparty%2Fsquid.git ext_time_quota_acl: remove -l option (#1872) Supporting logging to a file complicates upgrading helper code to use debugs() because DebugFile code calls commSetCloseOnExec(), and our comm/libminimal does not currently provide a functioning implementation for that API: The existing implementation is an unconditional assert. To save development time while upgrading helpers, we are dropping this feature. It can probably be emulated using shell redirection tricks. --- diff --git a/doc/release-notes/release-7.sgml.in b/doc/release-notes/release-7.sgml.in index 35fc35d958..e3150e65ff 100644 --- a/doc/release-notes/release-7.sgml.in +++ b/doc/release-notes/release-7.sgml.in @@ -286,6 +286,15 @@ This section gives an account of those changes in three categories: +Other changes