From: William A. Rowe Jr Date: Wed, 22 Aug 2007 07:02:06 +0000 (+0000) Subject: Note changes. X-Git-Tag: 2.3.0~1573 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=5884916deb88dcd902ee15965da82b90febc72ca;p=thirdparty%2Fapache%2Fhttpd.git Note changes. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@568460 13f79535-47bb-0310-9956-ffa450edef68 --- 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]