From: Jim Jagielski Date: Sun, 5 Jan 2014 16:18:52 +0000 (+0000) Subject: Cleanup CHANGES a bit... X-Git-Tag: 2.4.8~282 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=fdef578c431023a4bf5058bbd065e179b347e2e9;p=apache Cleanup CHANGES a bit... git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555560 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index a295dd5ae4..54b75728fd 100644 --- a/CHANGES +++ b/CHANGES @@ -2,30 +2,18 @@ Changes with Apache 2.4.8 - *) mod_proxy: Remove syntax which: - - is equivalent to - - has never been documented - - incorrectly checks parameters - - is buggy - [Christophe Jaillet] - - *) mod_authz_user: Support the expression parser within the require - directives. [Graham Leggett] - - *) mod_authz_host: Support the expression parser within the require - directives. [Graham Leggett] - - *) mod_authz_groupfile: Support the expression parser within the require - directives. [Graham Leggett] - - *) mod_authz_dbm: Support the expression parser within the require - directives. [Graham Leggett] - - *) mod_authz_dbd: Support the expression parser within the require - directives. [Graham Leggett] - - *) mod_authnz_ldap: Support the expression parser within the require - directives. [Graham Leggett] + *) mod_proxy: Remove (never documented) syntax which + is equivalent to [Christophe Jaillet] + + *) mod_authz_*: Support the expression parser within the require + directives for the following modules: + - mod_authz_user + - mod_authz_host + - mod_authz_groupfile + - mod_authz_dbm + - mod_authz_dbd + - mod_authz_ldap + [Graham Leggett] * mod_proxy_http: Core dumped under high load. PR 50335 [Jan Kaluza ]