You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by mi...@apache.org on 2013/05/23 16:33:43 UTC

svn commit: r1485734 - /httpd/httpd/branches/2.4.x/STATUS

Author: minfrin
Date: Thu May 23 14:33:43 2013
New Revision: 1485734

URL: http://svn.apache.org/r1485734
Log:
Promote.

Modified:
    httpd/httpd/branches/2.4.x/STATUS

Modified: httpd/httpd/branches/2.4.x/STATUS
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/STATUS?rev=1485734&r1=1485733&r2=1485734&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Thu May 23 14:33:43 2013
@@ -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