From: Ruediger Pluem Date: Mon, 24 Dec 2007 10:22:50 +0000 (+0000) Subject: * Remove obsolete comment, vote, promote X-Git-Tag: 2.0.62~35 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=60499936e868ef24a94210b35a87ea7bf0a03f06;p=thirdparty%2Fapache%2Fhttpd.git * Remove obsolete comment, vote, promote git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@606688 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index aec4f9debba..99b838b38ee 100644 --- 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,