You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by fi...@apache.org on 2008/05/28 01:14:10 UTC

svn commit: r660757 - /httpd/httpd/trunk/CHANGES

Author: fielding
Date: Tue May 27 16:14:10 2008
New Revision: 660757

URL: http://svn.apache.org/viewvc?rev=660757&view=rev
Log:
backported in r660756

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=660757&r1=660756&r2=660757&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Tue May 27 16:14:10 2008
@@ -15,10 +15,6 @@
   *) 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.