]> granicus.if.org Git - apache/commitdiff
Vote, promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 14 Sep 2013 14:08:01 +0000 (14:08 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 14 Sep 2013 14:08:01 +0000 (14:08 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1523247 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index d3e26eec4478dbe6f5ed0b7943a08ebb66b32ddf..5f5b633b37b5e101a3c2185c8ea0b7394ad643ff 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -164,6 +164,20 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
     2.4.x patch: trunk patch works
     +1: trawick, covener, humbedooh
 
+  * Easy votes: sync 2.4 and trunk
+       - Avoid some memory allocation and work when TRACE1 is not activated
+       - fix typo in include guard
+       - indent
+       - No need to lower the string before removing the path, it is just a waste of time...
+       - Save a few cycles
+    trunk patch: http://svn.apache.org/r1451478
+                 http://svn.apache.org/r1514215
+                 http://svn.apache.org/r1452195
+                 http://svn.apache.org/r1517025
+                 http://svn.apache.org/r1517045
+    2.4.x patch: trunk patch works
+    +1: jailletc36, jim, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -238,20 +252,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4.x patch: http://people.apache.org/~jim/patches/httpd-2.4-skiplist.patch
     +1: jim, druggeri
 
-  * Easy votes: sync 2.4 and trunk
-       - Avoid some memory allocation and work when TRACE1 is not activated
-       - fix typo in include guard
-       - indent
-       - No need to lower the string before removing the path, it is just a waste of time...
-       - Save a few cycles
-    trunk patch: http://svn.apache.org/r1451478
-                 http://svn.apache.org/r1514215
-                 http://svn.apache.org/r1452195
-                 http://svn.apache.org/r1517025
-                 http://svn.apache.org/r1517045
-    2.4.x patch: trunk patch works
-    +1: jailletc36, jim
-   
   * mpm_unix: Add ap_mpm_podx_* implementation to avoid code duplication
     and align w/ trunk.
     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1409214