]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorYann Ylavic <ylavic@apache.org>
Tue, 5 May 2015 13:07:25 +0000 (13:07 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 5 May 2015 13:07:25 +0000 (13:07 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677816 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 5eeda16bfffd78259030338a980cebd43f3b8a59..266b9573498fa3d43b9023d0bdb19fed36ed74b4 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -139,6 +139,11 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      rjung: Adjust compatibility note in docs.
      ylavic: Done, thanks.
 
+  * mod_log_config: Add new format flag for requestion duration in milliseconds
+    trunk patch: http://svn.apache.org/r1675533
+    2.2.x patch: https://people.apache.org/~breser/httpd/2.2.x/patches/httpd-2.2.x-req_duration_milliseconds.patch (modulo CHANGES)
+    +1: breser, druggeri, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -188,11 +193,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.2.x patch: trunk works (modulo CHANGES)
      +1: ylavic, wrowe
 
-  * mod_log_config: Add new format flag for requestion duration in milliseconds
-    trunk patch: http://svn.apache.org/r1675533
-    2.2.x patch: https://people.apache.org/~breser/httpd/2.2.x/patches/httpd-2.2.x-req_duration_milliseconds.patch (modulo CHANGES)
-    +1: breser, druggeri
-
    * mod_dav: Avoid some work that is unnecessary and often very time consuming.
      This helps mitigate Subversion issue #4531:
      http://subversion.tigris.org/issues/show_bug.cgi?id=4531