]> granicus.if.org Git - apache/commitdiff
Update CHANGES and bump minor MMN for new error log
authorRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 13:41:10 +0000 (13:41 +0000)
committerRainer Jung <rjung@apache.org>
Mon, 7 Jun 2010 13:41:10 +0000 (13:41 +0000)
additions and ap_recent_ctime_ex().

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

CHANGES
include/ap_mmn.h

diff --git a/CHANGES b/CHANGES
index ca71b46fd4390fce9c83cd5f691d83c0a428e12c..5a26e5b3e5c38f6c5155eef39679324ae888848e 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -28,6 +28,9 @@ Changes with Apache 2.3.6
      processing is completed, avoiding orphaned callback pointers.
      [Brett Gervasoni <brettg senseofsecurity.com>, 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]
index e708bc3c07472c4f331fda722f2b1d601a715852..f3b13c31f2bc4d3984cce0139ea246f8bccd8000 100644 (file)
  *                         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().
  *
  */