]> granicus.if.org Git - apache/commitdiff
mention weird looking ^xx formats in mod_log_config backported as
authorEric Covener <covener@apache.org>
Sun, 31 Aug 2014 01:28:37 +0000 (01:28 +0000)
committerEric Covener <covener@apache.org>
Sun, 31 Aug 2014 01:28:37 +0000 (01:28 +0000)
part of the trailers fix

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1621552 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 9bab34fceb74af053e3666e1bd52180556e010e9..7154ea4e42addb7448fa0c8b42ec69daba9f6e49 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,6 +9,10 @@ Changes with Apache 2.4.11
      request headers earlier.  Adds "MergeTrailers" directive to restore
      legacy behavior.  [Edward Lu, Yann Ylavic, Joe Orton, Eric Covener]
 
+  *) mod_log_config: Allow three character log formats to be registered. For
+     backwards compatibility, the first character of a three-character format
+     must be the '^' (caret) character.  [Eric Covener]
+
   *) mod_lua: Don't quote Expires and Path values. PR 56734.
      [Keith Mashinter, <kmashint yahoo com>]