From: Rainer Jung Date: Thu, 21 May 2015 15:35:34 +0000 (+0000) Subject: Propose. X-Git-Tag: 2.2.30~89 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=dfd6a4938923cf0df894ef05645a789b983d7495;p=thirdparty%2Fapache%2Fhttpd.git Propose. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680912 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 2687247dee9..f5beb1cc69a 100644 --- 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