]> granicus.if.org Git - apache/commitdiff
promote
authorEric Covener <covener@apache.org>
Thu, 23 May 2013 13:38:34 +0000 (13:38 +0000)
committerEric Covener <covener@apache.org>
Thu, 23 May 2013 13:38:34 +0000 (13:38 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1485704 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 24bc7727be46acc22bf70c9aac381214cbe49430..391409102dac5285eef64963232b75d7eb427d8a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,16 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
+      trunk patch: http://svn.apache.org/r1476621
+      2.4.x patch: trunk patch works (minus CHANGES)
+      +1: minfrin, jim, covener
+
+    * core: speed up (for common cases) and reduce memory usage of ap_escape_logitem
+      This should save 70-100 bytes in the request pool for a default config.
+      trunk patch: http://svn.apache.org/r1485409
+      2.4.x patch: trunk works
+      +1: jailletc36, jim, covener
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -192,11 +202,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk patch works (minus CHANGES)
       +1: minfrin, jim
 
-    * mod_dav: Ensure URI is correctly uriencoded on return. PR 54611
-      trunk patch: http://svn.apache.org/r1476621
-      2.4.x patch: trunk patch works (minus CHANGES)
-      +1: minfrin, jim, covener
-
     * mod_dav: PROPPATCH delete (svn propdel) silently discards errors.
       PR 53525
       trunk patch: http://svn.apache.org/r1476627
@@ -348,12 +353,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk works, modulo CHANGES
       +1: minfrin
 
-    * core: speed up (for common cases) and reduce memory usage of ap_escape_logitem
-      This should save 70-100 bytes in the request pool for a default config.
-      trunk patch: http://svn.apache.org/r1485409
-      2.4.x patch: trunk works
-      +1: jailletc36, jim, covener
-
     * mod_dav: Sending a MERGE request against a URI handled by mod_dav_svn with
       the source href (sent as part of the request body as XML) pointing to a
       URI that is not configured for DAV will trigger a segfault.