]> granicus.if.org Git - apache/commitdiff
Adjust and sync with what was in trunk
authorJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:20:29 +0000 (16:20 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:20:29 +0000 (16:20 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555563 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 54b75728fdee4edbe9266c6ea3f1e800f53b7aad..20de56b36f050230c7a0a3be7cc7d9dd04e4e232 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -5,15 +5,9 @@ Changes with Apache 2.4.8
   *) mod_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
      is equivalent to <ProxyMatch wildcard-url> [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_authz_user, mod_authz_host, mod_authz_groupfile, mod_authz_dbm,
+     mod_authz_dbd, mod_authnz_ldap: Support the expression parser within the
+     require directives. [Graham Leggett]
 
   * mod_proxy_http: Core dumped under high load. PR 50335
     [Jan Kaluza <jkaluza redhat.com>]