From: Jim Jagielski Date: Wed, 15 Jan 2025 12:02:49 +0000 (+0000) Subject: Update CHANGES via 'make update-changes' X-Git-Tag: 2.4.63-candidate~24 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0e76f5bd01f2d8506d571de5b85a9897187758ed;p=thirdparty%2Fapache%2Fhttpd.git Update CHANGES via 'make update-changes' git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1923144 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index d1f778a666..6440516b58 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,19 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.63 + *) Add the ldap-search option to mod_authnz_ldap, allowing authorization + to be based on arbitrary expressions that do not include the username. + Make sure that when ldap searches are too long, we explicitly log the + error. [Graham Leggett] + + *) Add the ldap-search option to mod_authnz_ldap, allowing authorization + to be based on arbitrary expressions that do not include the username. + Make sure that when ldap searches are too long, we explicitly log the + error. [Graham Leggett] + + *) mod_proxy: Honor parameters of ProxyPassMatch workers with substitution + in the host name or port. PR 69233. [Yann Ylavic] + *) mod_log_config: Fix merging for the "LogFormat" directive. PR: 65222. [Michael Kaufmann ]