Easy vote + promote
authorChristophe Jaillet <jailletc36@apache.org>
Thu, 15 Mar 2018 20:09:39 +0000 (20:09 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Thu, 15 Mar 2018 20:09:39 +0000 (20:09 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1826859 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index e8d0c77ddf743b012ab5477ebd402622cff7103c..8ab61d814c61141e418bac41b4fb90d50d396b30 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -146,6 +146,13 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1812756 ^/httpd/httpd/trunk .
      +1: rjung, ylavic, covener
 
+  *) htpasswd/htdbm: report the right limit when get_password() overflows.
+     This brings 2.4.x passwd_common.c in sync with trunk.
+     trunk patch: http://svn.apache.org/r1781516
+     2.4.x patch: svn merge -c 1781516 ^/httpd/httpd/trunk .
+                  plus CHANGES
+     +1: rjung, covener, jailletc36
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -194,13 +201,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
                   minus second unrelated CHANGES entry
      +1: rjung, covener
 
-  *) htpasswd/htdbm: report the right limit when get_password() overflows.
-     This brings 2.4.x passwd_common.c in sync with trunk.
-     trunk patch: http://svn.apache.org/r1781516
-     2.4.x patch: svn merge -c 1781516 ^/httpd/httpd/trunk .
-                  plus CHANGES
-     +1: rjung, covener
-
   *) rotatelogs: Add an option to autocreate directories to rotatelogs.
      PR: 46669
      trunk patch: http://svn.apache.org/r1533810