From: William A. Rowe Jr Date: Fri, 28 Sep 2007 17:36:23 +0000 (+0000) Subject: Patches, we've got patches X-Git-Tag: 2.0.62~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=82dd317cf877466e8cbbec70c9a1950ad58874b8;p=thirdparty%2Fapache%2Fhttpd.git Patches, we've got patches git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@580435 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 13a3ade456a..11e3ea8f1b2 100644 --- a/STATUS +++ b/STATUS @@ -112,6 +112,24 @@ CURRENT RELEASE NOTES: RELEASE SHOWSTOPPERS: + * core log.c: Authored and Reviewed by both rplume and wrowe within + the same 10 minutes, share only a single apr_file_t/fd between the + stderr and server_main->error_log to prevent any lingering write + handles from hanging around in unexpected ways. + http://svn.apache.org/viewvc?view=rev&revision=580431 + PR 43491, solution validated by reporter + +1: wrowe, rpluem + + * mpm_winnt: Correct the approach to std file handles by simplifying + the approach and taking better advantage of apr's now-proper support. + http://svn.apache.org/viewvc?view=rev&revision=580433 + Backported to 2.0 branch including the core log.c patch ; + http://people.apache.org/~wrowe/httpd-2.0-logging.patch + See the corresponding patch to apr for 1.2.12 (applies to 0.9) + http://people.apache.org/~wrowe/apr-1.2-win32-nohandle.patch + Validated by Randy Kobes and Tom Donovan + +1: wrowe + PATCHES ACCEPTED TO BACKPORT FROM TRUNK: [ start all new proposals below, under PATCHES PROPOSED. ]