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 2020/06/29 15:51:34 UTC

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

Author: minfrin
Date: Mon Jun 29 15:51:34 2020
New Revision: 1879338

URL: http://svn.apache.org/viewvc?rev=1879338&view=rev
Log:
Propose and vote.

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=1879338&r1=1879337&r2=1879338&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/STATUS (original)
+++ httpd/httpd/branches/2.4.x/STATUS Mon Jun 29 15:51:34 2020
@@ -232,6 +232,15 @@ 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
+
+
 
 PATCHES/ISSUES THAT ARE BEING WORKED
   [ New entries should be added at the START of the list ]