]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose.
authorRainer Jung <rjung@apache.org>
Thu, 21 May 2015 15:35:34 +0000 (15:35 +0000)
committerRainer Jung <rjung@apache.org>
Thu, 21 May 2015 15:35:34 +0000 (15:35 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680912 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 2687247dee9e82d6f9ac11351b6679f30c4b258b..f5beb1cc69a8d9ac676eec5d0ac3d0ea659cbff5 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -185,6 +185,7 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      trawick: +1 to rjung's idea; excellent plan
      ylavic: +1 too, but maybe use %{fmt}T instead?  We already either "loose" %T or %D
              since %{s} = %T and %{us} = %D, T for Time (taken) is maybe more meaningful?
+     rjung: I already went with %D (*d*uration) ... See the proposed backport further down.
 
    * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n.
      trunk patches: http://svn.apache.org/r1611165
@@ -208,6 +209,21 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   (trunk works but the patch includes a CHANGES entry relative to 2.2.x only)
      +1: ylavic, rjung
 
+  *) 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
+     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
+                  (trunk works plus CHANGES)
+     2.2.x patch: http://people.apache.org/~rjung/patches/httpd-2.2.x-mod_log_config-duration_units.patch
+     +1: rjung
+
 
 PATCHES/ISSUES THAT ARE STALLED