]> granicus.if.org Git - apache/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 8 Dec 2012 22:54:59 +0000 (22:54 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 8 Dec 2012 22:54:59 +0000 (22:54 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1418778 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index eaa51b7200855471d6d46bb3e3ba679d1a5ad8e2..06971ccde2da3d495970d12e98f92ec5a6966bfb 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -91,6 +91,13 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.
+     Make ap_pregcomp() abort if out of memory. This raises the minimum
+     PCRE requirement to version 6.0, released in 2005.
+     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1343109
+     2.4.x patch: trunk patch works
+     +1: jim, sf, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -215,13 +222,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      +1: jim, druggeri
      druggeri note: Docs notes on new elements would be nice for quick reference
 
-   * core: Make ap_regcomp() return AP_REG_ESPACE if out of memory.
-     Make ap_pregcomp() abort if out of memory. This raises the minimum
-     PCRE requirement to version 6.0, released in 2005.
-     trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1343109
-     2.4.x patch: trunk patch works
-     +1: jim, sf
-
    * util: make varbuf functions treat AP_VARBUF_UNKNOWN consistently
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1359884
      2.4.x patch: trunk patch works