diff options
author | Graham Leggett <minfrin@apache.org> | 2013-12-30 12:57:15 +0100 |
---|---|---|
committer | Graham Leggett <minfrin@apache.org> | 2013-12-30 12:57:15 +0100 |
commit | d377e1d3ac6b0d6f495e70ca35a6324c379ac906 (patch) | |
tree | 9f2b0b2d9d8c2265838695343e512f0017983715 /CHANGES | |
parent | CodeWarrior compiler doesnt allow vars as struct inits. (diff) | |
download | apache2-d377e1d3ac6b0d6f495e70ca35a6324c379ac906.tar.xz apache2-d377e1d3ac6b0d6f495e70ca35a6324c379ac906.zip |
mod_authz_user: Support the expression parser within the require directives.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1554195 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 11 |
1 files changed, 7 insertions, 4 deletions
@@ -1,16 +1,19 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 - *) mod_authnz_host: Support the expression parser within the require + *) mod_authz_user: Support the expression parser within the require directives. [Graham Leggett] - *) mod_authnz_groupfile: Support the expression parser within the require + *) mod_authz_host: Support the expression parser within the require directives. [Graham Leggett] - *) mod_authnz_dbm: Support the expression parser within the require + *) mod_authz_groupfile: Support the expression parser within the require directives. [Graham Leggett] - *) mod_authnz_dbd: Support the expression parser within the require + *) 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 |