You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by ji...@apache.org on 2014/01/05 17:18:52 UTC

svn commit: r1555560 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jim
Date: Sun Jan  5 16:18:52 2014
New Revision: 1555560

URL: http://svn.apache.org/r1555560
Log:
Cleanup CHANGES a bit...

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1555560&r1=1555559&r2=1555560&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Sun Jan  5 16:18:52 2014
@@ -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_proxy: Remove (never documented) <Proxy ~ wildcard-url> syntax which
+     is equivalent to <ProxyMatch wildcard-url> [Christophe Jaillet]
 
-  *) 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_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>]