From: Eric Covener Date: Sun, 31 Aug 2014 01:28:37 +0000 (+0000) Subject: mention weird looking ^xx formats in mod_log_config backported as X-Git-Tag: 2.4.11~316 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=08ebed81523b701ea15cf4861f663e8adef1cd72;p=apache mention weird looking ^xx formats in mod_log_config backported as 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 --- diff --git a/CHANGES b/CHANGES index 9bab34fceb..7154ea4e42 100644 --- 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, ]