]> granicus.if.org Git - apache/commitdiff
Update the status of the access control directives
authorBradley Nicholes <bnicholes@apache.org>
Wed, 2 May 2007 16:39:40 +0000 (16:39 +0000)
committerBradley Nicholes <bnicholes@apache.org>
Wed, 2 May 2007 16:39:40 +0000 (16:39 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@534536 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index f4e8361b67f3e6b6605e4d369bb45327b85065d6..792b5be3f49bc50aff6534b2fee5edfbe623ebc7 100644 (file)
--- 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