From: Christophe Jaillet Date: Tue, 25 Jul 2023 20:15:03 +0000 (+0000) Subject: Remove a not that helpful backport summary on tiny things. X-Git-Tag: 2.4.58-rc1-candidate~60 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e90d26d0445ea5edcc21f6442547bc31e6ac0779;p=thirdparty%2Fapache%2Fhttpd.git Remove a not that helpful backport summary on tiny things. 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 --- diff --git a/CHANGES b/CHANGES index 8f573f28e7e..014bd7c58ba 100644 --- 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