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

STATUS

diff --git a/STATUS b/STATUS
index 076555fd918bc36d926eae18525da8f79aada081..d93e44d11c18c390820f59c5d083f56111211687 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -215,6 +215,25 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       http://svn.apache.org/viewvc?view=rev&revision=569622
       +1: niq, 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.2;
+        http://people.apache.org/~wrowe/r569535-backport-2.2.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.2;
+        http://people.apache.org/~wrowe/r520701-backport-2.2.patch
+      +1: wrowe
+
 
 PATCHES/ISSUES THAT ARE STALLED