]> granicus.if.org Git - apache/commitdiff
Cleanup CHANGES a bit...
authorJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:18:52 +0000 (16:18 +0000)
committerJim Jagielski <jim@apache.org>
Sun, 5 Jan 2014 16:18:52 +0000 (16:18 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1555560 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index a295dd5ae4935aaacfe56908f39ac4c17d9e3661..54b75728fdee4edbe9266c6ea3f1e800f53b7aad 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,30 +2,18 @@
 
 Changes with Apache 2.4.8
 
-  *) mod_proxy: Remove <Proxy ~ wildcard-url> syntax which:
-      - is equivalent to <ProxyMatch wildcard-url>
-      - 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) <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_proxy_http: Core dumped under high load. PR 50335
     [Jan Kaluza <jkaluza redhat.com>]