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 03:25:50 UTC

svn commit: r568792 - /httpd/httpd/branches/2.0.x/STATUS

Author: wrowe
Date: Wed Aug 22 18:25:50 2007
New Revision: 568792

URL: http://svn.apache.org/viewvc?rev=568792&view=rev
Log:
Things get a little more complicated here, but folks who still
need to run 2.0.x need these same cleanups of leaks and stderr
handling.  Thanks to jorton and rpluem for their pioneering work
in originally diagonising the issue.

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

Modified: httpd/httpd/branches/2.0.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.0.x/STATUS?rev=568792&r1=568791&r2=568792&view=diff
==============================================================================
--- httpd/httpd/branches/2.0.x/STATUS (original)
+++ httpd/httpd/branches/2.0.x/STATUS Wed Aug 22 18:25:50 2007
@@ -120,15 +120,6 @@
     identify exactly what the proposed changes are!  Add all new
     proposals to the end of this list. ]
 
-    * ApacheMonitor: Fix Windows Vista detection.
-      http://svn.apache.org/viewvc?view=rev&revision=536052      
-      http://svn.apache.org/viewvc?view=rev&revision=556879
-      http://svn.apache.org/viewvc?view=rev&revision=557188
-      +1: mturk
-      sctemme: as wrowe notes in 2.2 STATUS, it would make sense to
-      make this future-resilient.
-      mturk: Updated proposal with generis OS detection
-      
     *) Reverse Proxy fixes: <Location> bug and Cookie support
         Patch is at
         http://people.apache.org/~colm/httpd-2.0-reverse-proxy-cookie.patch
@@ -141,6 +132,37 @@
        fix mod_ssl.so to compile against .a openssl archives.
          http://svn.apache.org/viewcvs.cgi?rev=102870&view=rev
        +1: wrowe, colm
+
+    * 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
+      adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568446-backport-2.0.patch
+        +1: wrowe
+
+    * log core: Fix issue which could cause piped loggers to be orphaned 
+      and never terminate after a graceful restart. PR 40651. [Joe Orton, 
+      Ruediger Pluem]
+        http://svn.apache.org/viewvc?view=rev&revision=452431
+      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=568326
+      r452431 plus r568326; adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568326-backport-2.0.patch
+      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=568779
+      adjusted for 2.0;
+        http://people.apache.org/~wrowe/r568779-backport-2.0.patch
+        +1: wrowe
+
 
 PATCHES TO BACKPORT THAT ARE ON HOLD OR NOT GOING ANYWHERE SOON: