]> granicus.if.org Git - apache/commitdiff
note mod_authz_owner
authorAndré Malo <nd@apache.org>
Wed, 15 Jan 2003 22:25:19 +0000 (22:25 +0000)
committerAndré Malo <nd@apache.org>
Wed, 15 Jan 2003 22:25:19 +0000 (22:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98284 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index cdc5e42904702591aee3af9632a7c2fce102d4a4..bcb0b7483b37f2d82ee549523057650943cb79b6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@ Changes with Apache 2.1.0-dev
 
   [Remove entries to the current 2.0 section below, when backported]
 
+  *) Add mod_authz_owner - a forward port of "Require file-owner"
+     and "Require file-group", which was already present in version
+     1.3.21.  [André Malo]
+
   *) mod_ext_filter: Fix a problem building argument lists which 
      occasionally caused exec to fail.  PR 15491.  [Jeff Trawick]