summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorAndré Malo <nd@apache.org>2003-01-15 23:25:19 +0100
committerAndré Malo <nd@apache.org>2003-01-15 23:25:19 +0100
commite00aa4c69792a678856751eb3c0ef89e3c34a194 (patch)
tree2db239366f42cbc71e74bc85e027acfd54fdd4f2 /CHANGES
parentadd support for "Require file-group" (diff)
downloadapache2-e00aa4c69792a678856751eb3c0ef89e3c34a194.tar.xz
apache2-e00aa4c69792a678856751eb3c0ef89e3c34a194.zip
note mod_authz_owner
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@98284 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cdc5e42904..bcb0b7483b 100644
--- 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]