]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Ready to rock.
authorRainer Jung <rjung@apache.org>
Fri, 22 May 2015 08:09:38 +0000 (08:09 +0000)
committerRainer Jung <rjung@apache.org>
Fri, 22 May 2015 08:09:38 +0000 (08:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1681030 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index dcaa9380d561531bdb693835b76d00c444298285..ee53251a1ca42546e9b238daf8d7891eb72108c4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -115,27 +115,15 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.2.x patch: http://people.apache.org/~wrowe/httpd-2.2-utf8-servicename.patch
      +1: wrowe, gsmith
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
    * mod_log_config: Add new format flag for requestion duration in milliseconds
      trunk patch: http://svn.apache.org/r1675533
      2.2.x patch: http://people.apache.org/~ylavic/httpd-2.2.x-mod_log_config-time_taken_fmt.patch
                   (modulo CHANGES)
-     +1: ylavic, wrowe
-     rjung: I know this was already committed to 2.4 although not yet released,
-            but: wouldn't it be better to overload the existing %D with %{ms}D
-            to save the precious "M". We slowly run out of chars for access log
-            patterns. I'd be willing to provide a patch for trunk/2.4/2.2 with
-            the %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 already either "lose"
-             %T or %D since %{s} = %T and %{us} = %D, T for Time (taken) is
-             maybe more meaningful?
-     rjung: It seems most prefer the %{...}T variant. I'll switch to that.
-     ylavic: OK, merged the below proposal with this one. breser vote discared.
+     +1: ylavic, wrowe, rjung
+
+
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
 
    * mod_proxy: use the original (non absolute) form of the request-line's URI
      for requests embedded in CONNECT payloads used to connect SSL backends via