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 2015/02/21 01:55:48 UTC

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

Author: minfrin
Date: Sat Feb 21 00:55:48 2015
New Revision: 1661262

URL: http://svn.apache.org/r1661262
Log:
Vote and 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=1661262&r1=1661261&r2=1661262&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Sat Feb 21 00:55:48 2015
@@ -125,6 +125,12 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: trunk works + CHANGES
      +1: covener, minfrin, ylavic
 
+   * mod_authn_dbd: Precedence issue. Fix the error message logged in case of
+     error while querying the database.
+     trunk patch: http://svn.apache.org/r1658567
+     2.4.x patch: trunk works
+     +1: jailletc36, mrumph, minfrin
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -321,12 +327,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      2.4.x patch: http://people.apache.org/~jailletc36/backport11-v2.patch
      +1: jailletc36
 
-   * mod_authn_dbd: Precedence issue. Fix the error message logged in case of
-     error while querying the database.
-     trunk patch: http://svn.apache.org/r1658567
-     2.4.x patch: trunk works
-     +1: jailletc36, mrumph
-
    * mod_proxy_ajp: Forward SSL protocol name (from SSL_PROTOCOL).
      Forthcoming Tomcat versions know how to extract it and will
      provide it as a servlet request attribute.