]> granicus.if.org Git - apache/commitdiff
Bumps. Yes - this - a clean 2.2 proposal please, TIA
authorWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 May 2015 07:11:42 +0000 (07:11 +0000)
committerWilliam A. Rowe Jr <wrowe@apache.org>
Fri, 22 May 2015 07:11:42 +0000 (07:11 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1681011 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index c78839632e7d4038adcee651258839c9487dc42b..379154d47d63d1da21d978059604b4add3c03db8 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -113,6 +113,21 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works (modulo CHANGES)
      +1: ylavic, minfrin, jkaluza, wrowe
 
+  *) mod_log_config: instead of using the dedicated pattern format "%M" for
+     duration milliseconds, overload the existing "%T" to choose the time
+     precision ("%{s}T" for seconds, "%{ms}T" for milliseconds and
+     "%{us}T" for microseconds). The existing %T and %D without precision
+     are kept for compatibility. The previously introduced "%M" is removed,
+     it has not yet been released.
+     Format pattern characters are rare, so we should only use a new one
+     if an existing one isn't a good fit.
+     trunk patch: http://svn.apache.org/r1680895
+                  http://svn.apache.org/r1680900
+                  http://svn.apache.org/r1680942
+     2.4.x patch: http://people.apache.org/~trawick/mod_log_config-r1680895-r1680900-r1680942-to-2.4.x.txt
+                  (trunk works plus CHANGES)
+     +1: trawick, ylavic, wrowe
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -263,21 +278,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      http://people.apache.org/~trawick/OCSP-stapling-1679032-1679192-1680276.txt
      +1: trawick
 
-  *) mod_log_config: instead of using the dedicated pattern format "%M" for
-     duration milliseconds, overload the existing "%T" to choose the time
-     precision ("%{s}T" for seconds, "%{ms}T" for milliseconds and
-     "%{us}T" for microseconds). The existing %T and %D without precision
-     are kept for compatibility. The previously introduced "%M" is removed,
-     it has not yet been released.
-     Format pattern characters are rare, so we should only use a new one
-     if an existing one isn't a good fit.
-     trunk patch: http://svn.apache.org/r1680895
-                  http://svn.apache.org/r1680900
-                  http://svn.apache.org/r1680942
-     2.4.x patch: http://people.apache.org/~trawick/mod_log_config-r1680895-r1680900-r1680942-to-2.4.x.txt
-                  (trunk works plus CHANGES)
-     +1: trawick, ylavic
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED