diff options
author | William A. Rowe Jr <wrowe@apache.org> | 2007-08-24 23:57:55 +0200 |
---|---|---|
committer | William A. Rowe Jr <wrowe@apache.org> | 2007-08-24 23:57:55 +0200 |
commit | 2fc30ed2e32d90dd93aa7b2108a840c1e7ecd956 (patch) | |
tree | 9bec1843e2e4382946c333507783e0cdd80f6597 /CHANGES | |
parent | Introduce a specific pool for stderr logging, so that we have two (diff) | |
download | apache2-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-- | CHANGES | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -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] |