From: William A. Rowe Jr Date: Mon, 27 Aug 2007 01:25:12 +0000 (+0000) Subject: Some final suggestions for 2.0.61 X-Git-Tag: 2.0.61~44 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=59e42b589140a35899f3203c1ecde2f41b3f61ca;p=thirdparty%2Fapache%2Fhttpd.git Some final suggestions for 2.0.61 git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569948 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index c52030a3426..a64174d30d2 100644 --- a/STATUS +++ b/STATUS @@ -168,6 +168,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: and prior to r569934; +1: rpluem + * log core: ensure we use a special pool for stderr logging, so that + the stderr channel remains valid from the time plog is destroyed, + until the time the open_logs hook is called again. [William Rowe] + http://svn.apache.org/viewvc?view=rev&revision=569535 + Backported to 2.0 (on top of log core patch, above); + http://people.apache.org/~wrowe/r569535-backport-2.0.patch + +1: wrowe + + * mod_ssl: Version reporting update; displays 'compiled against' + Apache and build-time SSL Library versions at loglevel [info], + while reporting the run-time SSL Library version in the server + info tags. Helps to identify a mod_ssl built against one flavor + of OpenSSL but running against another (also adds SSL-C version + number reporting.) [William Rowe] + http://svn.apache.org/viewvc?view=rev&revision=520701 + Backported to 2.0 (applies with a bit of fuzz); + http://people.apache.org/~wrowe/r520701-backport-2.2.patch + +1: wrowe + PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: