]> granicus.if.org Git - apache/commitdiff
p[romote
authorJim Jagielski <jim@apache.org>
Fri, 27 Apr 2012 13:06:05 +0000 (13:06 +0000)
committerJim Jagielski <jim@apache.org>
Fri, 27 Apr 2012 13:06:05 +0000 (13:06 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1331411 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 8e4cdd90574c038369dfb66643feafcdc529774e..b2bbd2565567912b3a47428549d9af1833d61507 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -88,16 +88,6 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
-
-PATCHES PROPOSED TO BACKPORT FROM TRUNK:
-  [ New proposals should be added at the end of the list ]
-
-  * mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
-    (PR 53023)
-    Patch: http://svn.apache.org/viewvc?view=revision&revision=1309602
-    (applies cleanly to 2.4.x)
-    +1: nd
-
   * mod_proxy_fcgi: Report errors to the client
     PR: 52879
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311172
@@ -113,13 +103,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4 patch: Trunk patch works
     +1: sf, jorton, jim
 
-  * mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
-    Add some logging and an assert for a case that should not happen.
-    PR: 53048
-    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311183
-    2.4 patch: Trunk patch works
-    +1: sf
-
   * mod_lua: Log better error message if parsing of a script fails (including
     the line number of a syntax error!).
     Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1305586
@@ -131,6 +114,22 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
     2.4 patch: Trunk patch works
     +1: sf, jorton, jim
 
+PATCHES PROPOSED TO BACKPORT FROM TRUNK:
+  [ New proposals should be added at the end of the list ]
+
+  * mod_rewrite: Fix RewriteCond integer checks to be parsed correctly.
+    (PR 53023)
+    Patch: http://svn.apache.org/viewvc?view=revision&revision=1309602
+    (applies cleanly to 2.4.x)
+    +1: nd
+
+  * mod_authz_core: Fix parsing of Require arguments in <AuthzProviderAlias>.
+    Add some logging and an assert for a case that should not happen.
+    PR: 53048
+    Trunk patch: http://svn.apache.org/viewvc?view=revision&revision=1311183
+    2.4 patch: Trunk patch works
+    +1: sf
+
   * log_server_status: Bring Perl style forward to the present, use
     standard modules, update for new format of server-status output.
     Trunk patch: http://people.apache.org/~rbowen/log_server_status.trunk.patch