]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
switch mod_log_config %{foo}D proposal to the %{foo}T update
authorJeff Trawick <trawick@apache.org>
Thu, 21 May 2015 19:38:42 +0000 (19:38 +0000)
committerJeff Trawick <trawick@apache.org>
Thu, 21 May 2015 19:38:42 +0000 (19:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1680945 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 3e8d461783f22320c7d9e7e77c5d52929bebe4a2..6de4d31f5d5c000583118fd197afddc810c7c148 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -270,18 +270,19 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: trawick
 
   *) mod_log_config: instead of using the dedicated pattern format "%M" for
-     duration milliseconds, overload the existing "%D" to choose the time
-     precision ("%{s}D" for seconds, "%{ms}D" for milliseconds and
-     "%{us}D" for microseconds). The existing %T and %D without precision
+     duration milliseconds, overload the existing "%T" to choose the time
+     precision ("%{s}T" for seconds, "%{ms}T" for milliseconds and
+     "%{us}T" for microseconds). The existing %T and %D without precision
      are kept for compatibility. The previously introduced "%M" is removed,
      it has not yet been released.
      Format pattern characters are rare, so we should only use a new one
      if an existing one isn't a good fit.
      trunk patch: http://svn.apache.org/r1680895
                   http://svn.apache.org/r1680900
-     2.4.x patch: http://people.apache.org/~rjung/patches/httpd-2.4.x-mod_log_config-duration_units.patch
+                  http://svn.apache.org/r1680942
+     2.4.x patch: http://people.apache.org/~trawick/mod_log_config-r1680895-r1680900-r1680942-to-2.4.x.txt
                   (trunk works plus CHANGES)
-     +1: rjung
+     +1: trawick
 
 
 PATCHES/ISSUES THAT ARE BEING WORKED