]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Add mod_privileges to CHANGES
authorNick Kew <niq@apache.org>
Fri, 14 Nov 2008 15:57:50 +0000 (15:57 +0000)
committerNick Kew <niq@apache.org>
Fri, 14 Nov 2008 15:57:50 +0000 (15:57 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@714049 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 3a62136ac3a16647c59d8ca71948e2f979c9e0d0..5f537226d0cf596ba5acdf5a6d880c586ba79deb 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -2,6 +2,10 @@
 Changes with Apache 2.3.0
 [ When backported to 2.2.x, remove entry from this file ]
 
+  *) mod_privileges: new module to make httpd on Solaris privileges-aware
+     and to enable different virtualhosts to run with different
+     privileges and Unix user/group IDs [Nick Kew]
+
   *) Build: Correctly set SSL_LIBS during openssl detection if pkgconfig is
      not available. PR 46018 [Ruediger Pluem]