From: William A. Rowe Jr <wrowe@apache.org>
Date: Fri, 24 Aug 2007 21:57:55 +0000 (+0000)
Subject: Note log.c refactoring.
X-Git-Tag: 2.3.0~1534
X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2fc30ed2e32d90dd93aa7b2108a840c1e7ecd956;p=apache

Note log.c refactoring.


git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569538 13f79535-47bb-0310-9956-ffa450edef68
---

diff --git a/CHANGES b/CHANGES
index f03479463d..0044d0b6c2 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                         -*- coding: utf-8 -*-
 Changes with Apache 2.3.0
 
+  *) log core: ensure we use a special pool for stderr logging, so that
+     the stderr channel remains valid from the time plog is destroyed,
+     until the time the open_logs hook is called again.  [William Rowe]
+
   *) main core: Emit errors during the initial apr_app_initialize()
      or apr_pool_create() (when apr-based error reporting is not ready).
      [William Rowe]