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