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:20:30 UTC

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

Author: jim
Date: Sun Jan  5 16:20:29 2014
New Revision: 1555563

URL: http://svn.apache.org/r1555563
Log:
Adjust and sync with what was in trunk

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=1555563&r1=1555562&r2=1555563&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:20:29 2014
@@ -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>]