You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by wr...@apache.org on 2007/08/23 01:35:38 UTC

svn commit: r568770 - /httpd/httpd/branches/2.2.x/STATUS

Author: wrowe
Date: Wed Aug 22 16:35:37 2007
New Revision: 568770

URL: http://svn.apache.org/viewvc?rev=568770&view=rev
Log:
The first few patches can be considered even without any
stderr refactoring.

Modified:
    httpd/httpd/branches/2.2.x/STATUS

Modified: httpd/httpd/branches/2.2.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.2.x/STATUS?rev=568770&r1=568769&r2=568770&view=diff
==============================================================================
--- httpd/httpd/branches/2.2.x/STATUS (original)
+++ httpd/httpd/branches/2.2.x/STATUS Wed Aug 22 16:35:37 2007
@@ -297,6 +297,26 @@
       http://svn.apache.org/viewvc?view=rev&revision=565671
       +1: niq
  
+    * mpm_winnt: Prevent the parent-child pipe from leaking into other
+      spawned processes, and ensure we have a /Device/null handle for
+      stdout when running as-a-service.  [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=568446
+        +1: wrowe
+
+    * log core: fix the new piped logger case where we couldn't connect 
+      the replacement stderr logger's stderr to the NULL stdout stream.  
+      Continue in this case, since the previous alternative of no error 
+      logging at all (/dev/null) is far worse. [William Rowe]
+        http://svn.apache.org/viewvc?view=rev&revision=566326
+      disambiguate an error message to diagnose future error reports
+        http://svn.apache.org/viewvc?view=rev&revision=568322
+        +1: wrowe
+
+    * main core: Emit errors during the initial apr_app_initialize()
+      or apr_pool_create() (when apr-based error reporting is not ready).
+        http://svn.apache.org/viewvc?view=rev&revision=568762
+        +1: wrowe
+
 
 
 PATCHES/ISSUES THAT ARE STALLED