]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote and promote.
authorGraham Leggett <minfrin@apache.org>
Sat, 21 Feb 2015 00:55:48 +0000 (00:55 +0000)
committerGraham Leggett <minfrin@apache.org>
Sat, 21 Feb 2015 00:55:48 +0000 (00:55 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1661262 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 0bb97ed150e1a37015bf1e04be16a47b95054fff..4978e614e9475b41b8ed77c1695bfe3162041b1a 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -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.