From 5884916deb88dcd902ee15965da82b90febc72ca Mon Sep 17 00:00:00 2001 From: "William A. Rowe Jr" Date: Wed, 22 Aug 2007 07:02:06 +0000 Subject: [PATCH] Note changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568460 13f79535-47bb-0310-9956-ffa450edef68 --- CHANGES | 11 ++++++++++- 1 file changed, 10 insertions(+), 1 deletion(-) diff --git a/CHANGES b/CHANGES index d7f4decf900..cc9713bcc73 100644 --- 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] -- 2.47.3