From: Yann Ylavic Date: Thu, 21 May 2015 14:32:39 +0000 (+0000) Subject: Be (possibly) more precise/clear. X-Git-Tag: 2.2.30~91 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=6cc097293a9251fff72eedf9f49f824fadec4eed;p=thirdparty%2Fapache%2Fhttpd.git Be (possibly) more precise/clear. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1680889 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 70c47460f21..858841328ff 100644 --- a/STATUS +++ b/STATUS @@ -201,8 +201,8 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: %D (unchanged) and %{s}D, %{ms}D and %{us}D (seconds, milliseconds, microseconds) syntax if there is some interest in it. trawick: +1 to rjung's idea; excellent plan - ylavic: +1 too, but maybe use %{fmt}T instead? We either "loose" %T or %D - since %{s} = %T and %{ms} = %D, T for Time (taken) is maybe more meaningful? + 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? * mpm_winnt service.c: Accept utf-8 service names/descriptions for i18n. trunk patches: http://svn.apache.org/r1611165