summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 23:57:55 +0200
committerWilliam A. Rowe Jr <wrowe@apache.org>2007-08-24 23:57:55 +0200
commit2fc30ed2e32d90dd93aa7b2108a840c1e7ecd956 (patch)
tree9bec1843e2e4382946c333507783e0cdd80f6597 /CHANGES
parentIntroduce a specific pool for stderr logging, so that we have two (diff)
downloadapache2-2fc30ed2e32d90dd93aa7b2108a840c1e7ecd956.tar.xz
apache2-2fc30ed2e32d90dd93aa7b2108a840c1e7ecd956.zip
Note log.c refactoring.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@569538 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
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]