]> granicus.if.org Git - apache/commitdiff
Note changes.
authorWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Aug 2007 07:02:06 +0000 (07:02 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Wed, 22 Aug 2007 07:02:06 +0000 (07:02 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568460 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index d7f4decf900c0453040fa00eea62c0ed4c66f4be..cc9713bcc737cf66c4546b6df08dee90c62d74d6 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,15 @@
-                                                        -*- coding: utf-8 -*-
+                                                        -*- coding: utf-8 -*-
 Changes with Apache 2.3.0
 
+  *) 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]
+
+  *) 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]
+
   *) mod_ldap: Avoid possible crashes, hangs, and busy loops due to
      improper merging of the cache lock in vhost config
      PR 43164 [Eric Covener]