]> granicus.if.org Git - apache/commitdiff
backported in r660756
authorRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 23:14:10 +0000 (23:14 +0000)
committerRoy T. Fielding <fielding@apache.org>
Tue, 27 May 2008 23:14:10 +0000 (23:14 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@660757 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 001070c5419d1eaf61eee5e40a70ad6b38e51b53..85b06acb8479d2f8e888c46ea176842f6beb29ee 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -15,10 +15,6 @@ Changes with Apache 2.3.0
   *) configure: Don't reject libtool 2.x
      PR 44817 [Arfrever Frehtes Taifersar Arahesis <Arfrever.FTA gmail.com>]
 
-  *) suexec: When group is given as a numeric gid, validate it by looking up
-     the actual group name such that the name can be used in log entries.
-     PR 7862 [<y-koga apache.or.jp>, Leif W <warp-9.9 usa.net>]
-
   *) core: When testing for slash-terminated configuration paths in
      ap_location_walk(), don't look past the start of an empty string
      such as that created by a <Location ""> directive.