]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Propose some easy backports to synch with trunk.
authorChristophe Jaillet <jailletc36@apache.org>
Sun, 4 Jun 2023 13:52:00 +0000 (13:52 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Sun, 4 Jun 2023 13:52:00 +0000 (13:52 +0000)
[skip ci]

git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1910221 13f79535-47bb-0310-9956-ffa450edef68

STATUS

diff --git a/STATUS b/STATUS
index 03511b49a94c043bd8638d9014ed138f70a0ecdb..3cc0645ab7f7227cf4390325fb1796c4e9e36911 100644 (file)
--- 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 ]