]> granicus.if.org Git - apache/commitdiff
Promote.
authorGraham Leggett <minfrin@apache.org>
Thu, 23 May 2013 14:33:43 +0000 (14:33 +0000)
committerGraham Leggett <minfrin@apache.org>
Thu, 23 May 2013 14:33:43 +0000 (14:33 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1485734 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 38cdaa57681893352ab0e10ed39391fbb142d729..861ea821a3658ddfca4f3405827579c55b9e2b69 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -90,6 +90,12 @@ RELEASE SHOWSTOPPERS:
 PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
   [ start all new proposals below, under PATCHES PROPOSED. ]
 
+    * mod_authn_file, mod_authz_groupfile: remove an unused and undocumented
+      "standard" optional parameter for 'AuthGroupFile' and 'AuthUserFile'
+      trunk patch: http://svn.apache.org/r1484398
+      2.4.x patch: trunk works, modulo CHANGES
+      +1: jailletc36, covener, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -325,12 +331,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
       2.4.x patch: trunk works
       +1: minfrin, jim
 
-    * mod_authn_file, mod_authz_groupfile: remove an unused and undocumented
-      "standard" optional parameter for 'AuthGroupFile' and 'AuthUserFile'
-      trunk patch: http://svn.apache.org/r1484398
-      2.4.x patch: trunk works, modulo CHANGES
-      +1: jailletc36, covener, minfrin
-
     * mod_deflate: Remove assumptions as to when an EOS bucket might arrive.
       Gracefully step aside if the body size is zero.
       trunk patch: http://svn.apache.org/r1484832