From: Christophe Jaillet Date: Sun, 4 Jun 2023 13:52:00 +0000 (+0000) Subject: Propose some easy backports to synch with trunk. X-Git-Tag: 2.4.58-rc1-candidate~128 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=14228c1f1d588a4d7eda1e0152f7e7467c904443;p=thirdparty%2Fapache%2Fhttpd.git Propose some easy backports to synch with trunk. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910221 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/STATUS b/STATUS index 03511b49a94..3cc0645ab7f 100644 --- a/STATUS +++ b/STATUS @@ -251,6 +251,20 @@ PATCHES PROPOSED TO BACKPORT FROM TRUNK: svn merge -c 1910157 ^/httpd/httpd/trunk . +1: icing + *) Easy patches: synch 2.4.x and trunk + - core: constify pointers in ap_expr lookup tables. ~1/2Kb moves to r/o text section + - core: Optimize performance in ap_normalize_path() + - core: Optimize code flow in log_backtrace() + - Fix a typo in README.cmake + - Add a missing 'be' in README.CHANGES + trunk patch: + https://svn.apache.org/r1877350 + https://svn.apache.org/r1894021 + https://svn.apache.org/r1906379 + https://svn.apache.org/r1908657 + https://svn.apache.org/r1908150 + 2.4.x patch: svn merge -c 1877350,1894021,1906379,1908657,1908150 ^/httpd/httpd/trunk . + +1: jailletc36, PATCHES/ISSUES THAT ARE BEING WORKED [ New entries should be added at the START of the list ]