Commit 8b7acef6 authored by Yann Ylavic's avatar Yann Ylavic
Browse files

Vote and promote.

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.2.x@1677816 13f79535-47bb-0310-9956-ffa450edef68
parent 6f84f60c
Loading
Loading
Loading
Loading
+5 −5
Original line number Diff line number Diff line
@@ -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