]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Vote + promote [skip ci].
authorYann Ylavic <ylavic@apache.org>
Tue, 30 Jun 2020 12:50:38 +0000 (12:50 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 30 Jun 2020 12:50:38 +0000 (12:50 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1879365 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index f422ec769676ea580f40b6736c8d2dc51252d1e9..bad46539699dd226cfca2aafba760bef34325bf0 100644 (file)
--- a/STATUS
+++ b/STATUS
@@ -171,6 +171,14 @@ PATCHES ACCEPTED TO BACKPORT FROM TRUNK:
      2.4.x patch: svn merge -c 1877829,1877830 ^/httpd/httpd/trunk .
     +1: covener, ylavic, rpluem
 
+  *) Replace apr_psprintf with apr_pstrcat where the format strings only
+     contain %s to improve efficiency. Leave out error messages as they
+     are not on a crtical code path and error message become less readable
+     when taking out the format specifiers.
+     trunk patch: http://svn.apache.org/1862270
+     2.4.x patch: svn merge -c 1862270 ^/httpd/httpd/trunk .
+     +1: minfrin, rpluem, ylavic
+
 
 PATCHES PROPOSED TO BACKPORT FROM TRUNK:
   [ New proposals should be added at the end of the list ]
@@ -233,15 +241,6 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK:
      jailletc36: CHANGES could also be looked at if it makes sense to update the terminology
                  also here
 
-  *) Replace apr_psprintf with apr_pstrcat where the format strings only
-     contain %s to improve efficiency. Leave out error messages as they
-     are not on a crtical code path and error message become less readable
-     when taking out the format specifiers.
-     trunk patch: http://svn.apache.org/1862270
-     2.4.x patch: svn merge -c 1862270 ^/httpd/httpd/trunk .
-     +1: minfrin, rpluem
-
-
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]