]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Some final suggestions for 2.0.61
authorWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Aug 2007 01:25:12 +0000 (01:25 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Mon, 27 Aug 2007 01:25:12 +0000 (01:25 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.0.x@569948 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c52030a342624afee04ee0f2ce41bf55d56d43c1..a64174d30d2ae2055b7a9feb04572c89fa51f754 100644 (file)
--- 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: