]> granicus.if.org Git - apache/commitdiff
(forgotten promotion)
authorJeff Trawick <trawick@apache.org>
Tue, 28 Jan 2014 18:49:23 +0000 (18:49 +0000)
committerJeff Trawick <trawick@apache.org>
Tue, 28 Jan 2014 18:49:23 +0000 (18:49 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1562152 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 44f5180a8db9edd337470b55916fc67117da7b1f..863409fdcbfd6041a56d7ab814dba465004e0c41 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -98,6 +98,14 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+   * mod_rewrite: Don't loop forever if the [N] flag isn't making progress.
+     trunk patch http://svn.apache.org/r1556206
+     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-rewrite-maxrounds.diff
+                  (incl bump to 32k)
+     +1: covener, jim, trawick
+     trawick: can you clarify here the plan for "If backported, probably increase
+              the hard-coded limit to 32k from 10k."?
+     covener: updated proposal to include bump to 32k
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -152,15 +160,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     +1: covener, jim
     (I could be convinced to flip the default here, but I think it's too late)
 
-   * mod_rewrite: Don't loop forever if the [N] flag isn't making progress.
-     trunk patch http://svn.apache.org/r1556206
-     2.4.x patch: http://people.apache.org/~covener/patches/httpd-2.4.x-rewrite-maxrounds.diff
-                  (incl bump to 32k)
-     +1: covener, jim, trawick
-     trawick: can you clarify here the plan for "If backported, probably increase
-              the hard-coded limit to 32k from 10k."?
-     covener: updated proposal to include bump to 32k
-
    * mod_slotmem_shm: Remove wonky and dangerous code that knows about APR
      internals. We work fine w/o it anyway at this stage.
      trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1561385