]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Remove a not that helpful backport summary on tiny things.
authorChristophe Jaillet <jailletc36@apache.org>
Tue, 25 Jul 2023 20:15:03 +0000 (20:15 +0000)
committerChristophe Jaillet <jailletc36@apache.org>
Tue, 25 Jul 2023 20:15:03 +0000 (20:15 +0000)
Credit Yann who did most of the job in optimizing send_brigade_nonblocking()

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

CHANGES

diff --git a/CHANGES b/CHANGES
index 8f573f28e7e7390bdbd0ae91c5ecdf65acd1e059..014bd7c58bac9a0d54f81858a92d986bad0725d0 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -9,16 +9,7 @@ Changes with Apache 2.4.58
      is modified. The 'NoChange' parameter mimics 2.2.x behavior.
      PR 45023, PR 39727. [Eric Covener]
 
-  *) core: Optimize send_brigade_nonblocking(). [Christophe Jaillet]
-
-  *) 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
-     [Christophe Jaillet]
+  *) core: Optimize send_brigade_nonblocking(). [Yann Ylavic, Christophe Jaillet]
 
 Changes with Apache 2.4.57