From: Bradley Nicholes Date: Wed, 2 May 2007 16:39:40 +0000 (+0000) Subject: Update the status of the access control directives X-Git-Tag: 2.3.0~1822 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=81f74664c488b82c9bd4e03bc2d9b2959cc902bf;p=apache Update the status of the access control directives git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534536 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f4e8361b67..792b5be3f4 100644 --- a/CHANGES +++ b/CHANGES @@ -206,9 +206,9 @@ Changes with Apache 2.3.0 'AuthType' and 'AuthName' out of the core module and merge mod_authz_alias into mod_authn_core. [Brad Nicholes] - *) Authz: Mark the directives 'Order', 'Allow', 'Deny' and 'Satisfy' as - deprecated and move them into the new module mod_access_compat which - can be loaded to provide backwards compatibility for these directives. + *) Authz: Move the directives 'Order', 'Allow', 'Deny' and 'Satisfy' + into the new module mod_access_compat which can be loaded to provide + support for these directives. [Brad Nicholes] *) Authz: Move the 'Require' directive from the core module as well as