]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
* Remove obsolete comment, vote, promote
authorRuediger Pluem <rpluem@apache.org>
Mon, 24 Dec 2007 10:22:50 +0000 (10:22 +0000)
committerRuediger Pluem <rpluem@apache.org>
Mon, 24 Dec 2007 10:22:50 +0000 (10:22 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@606688 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index aec4f9debbaef4241e9e7c1d0097749be2411ecd..99b838b38ee8b5aeb8b66bb14834c32106ba6de0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -118,12 +118,7 @@ RELEASE SHOWSTOPPERS:
     This goes all the way back to piped logs failing to run on win32.
     Not in or needed at trunk/, as apr 1.3.0 has the proper fix.
       http://people.apache.org/~wrowe/httpd-2.0-2.2-procattr-bugfix-log.c.patch
-    +1: wrowe
-    rpluem says: Is this really the correct thing to do on UNIX? I am not sure
-    if all dup2 implementation notice that both fd's are the same. Otherwise
-    they close stdout/stderr first and dup a then closed fd in stdout/stderr,
-    leaving us without stdout/stderr in the child.
-
+    +1: wrowe, rpluem
 
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
@@ -136,12 +131,6 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
       http://issues.apache.org/bugzilla/attachment.cgi?id=19901
     +1: trawick, rpluem, wrowe
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ please place SVN revisions from trunk here, so it is easy to
-    identify exactly what the proposed changes are!  Add all new
-    proposals to the end of this list. ]
-
   * Backport 102870; PR 17217; stop linking OpenSSL .so's to support/*
     binaries (especially when compiled --with-static-support (!)) and
     fix mod_ssl.so to compile against .a openssl archives.
@@ -149,7 +138,12 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     adjusted patch without distcache complexity and accomodating the
     changes for pkgconfig info from ssl
       http://people.apache.org/~wrowe/httpd-2.0-limit-ssl-binding.patch
-    +1: wrowe, colm
+    +1: wrowe, colm, rpluem
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ please place SVN revisions from trunk here, so it is easy to
+    identify exactly what the proposed changes are!  Add all new
+    proposals to the end of this list. ]
 
   * Backport 327179; PR 31226; allow ap_add_output_filters_by_type to handle
     proxied requests.  Basic tests by jorton and [rpluem] show that this works,