From: Rainer Jung Date: Mon, 7 Jun 2010 13:41:10 +0000 (+0000) Subject: Update CHANGES and bump minor MMN for new error log X-Git-Tag: 2.3.6~22 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b43672d48c63fc24d39ba2c4f8c6d9373b152d9;p=apache Update CHANGES and bump minor MMN for new error log additions and ap_recent_ctime_ex(). git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@952222 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index ca71b46fd4..5a26e5b3e5 100644 --- a/CHANGES +++ b/CHANGES @@ -28,6 +28,9 @@ Changes with Apache 2.3.6 processing is completed, avoiding orphaned callback pointers. [Brett Gervasoni , Jeff Trawick] + *) core: Add microsecond timestamp fractions, process id and thread id + to the error log. [Rainer Jung] + *) configure: The "most" module set gets build by default. [Rainer Jung] *) configure: Building dynamic modules (DSO) by default. [Rainer Jung] diff --git a/include/ap_mmn.h b/include/ap_mmn.h index e708bc3c07..f3b13c31f2 100644 --- a/include/ap_mmn.h +++ b/include/ap_mmn.h @@ -225,6 +225,8 @@ * ap_log_*error_ to save argument preparation and * function call overhead. * Introduce per-module loglevels + * 20100606.1 (2.3.6-dev) Added extended timestamp formatting via + * ap_recent_ctime_ex(). * */