From: Yann Ylavic Date: Tue, 5 May 2015 13:07:25 +0000 (+0000) Subject: Vote and promote. X-Git-Tag: 2.2.30~130 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=62e44cb8a204aef0eb7e684a61bf1bf18f0dffda;p=thirdparty%2Fapache%2Fhttpd.git Vote and promote. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677816 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 5eeda16bfff..266b9573498 100644 --- 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