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

STATUS

diff --git a/STATUS b/STATUS
index 91c3f4978f44d515caa03bfa30f26c29fe27a4b7..aba4d528b6f1df860b8ee91391349ed379754a90 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -97,6 +97,19 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+  * event: Use skiplist and fold in performance tweeks from trunk
+    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1451706
+                 http://svn.apache.org/viewvc?view=revision&revision=1517365
+                 http://svn.apache.org/viewvc?view=revision&revision=1529442
+    2.4.x patch: http://people.apache.org/~jim/patches/httpd-2.4-event-v3.patch
+    +1: jim, rjung, minfrin
+    trawick: needs something like r1529442 to disable event if APR 1.4.x is being used;
+             (since eventopt skiplist changes aren't proposed, r1529442 would need to
+             be tweaked)
+         jj: Done in v3 of patch
+         jj: Reminder: this patch has been running for a LONG time
+             on ASF infra...
+
 
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
@@ -122,19 +135,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
              necessary free cycles, I propose to include
              http://svn.apache.org/r1515162
 
-  * event: Use skiplist and fold in performance tweeks from trunk
-    trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1451706
-                 http://svn.apache.org/viewvc?view=revision&revision=1517365
-                 http://svn.apache.org/viewvc?view=revision&revision=1529442
-    2.4.x patch: http://people.apache.org/~jim/patches/httpd-2.4-event-v3.patch
-    +1: jim, rjung
-    trawick: needs something like r1529442 to disable event if APR 1.4.x is being used;
-             (since eventopt skiplist changes aren't proposed, r1529442 would need to
-             be tweaked)
-         jj: Done in v3 of patch
-         jj: Reminder: this patch has been running for a LONG time
-             on ASF infra...
-
   * ab: Check if malloc succeeded
     PR54344
     trunk: http://svn.apache.org/viewvc?view=revision&revision=1488492