From: Joe Orton Date: Wed, 12 Jun 2019 10:07:51 +0000 (+0000) Subject: Only describe functional/user-visible changes in CHANGES, svn X-Git-Tag: 2.4.40~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa7c70e5bee8a32ab8eb40e24a9cc81b5e378217;p=thirdparty%2Fapache%2Fhttpd.git Only describe functional/user-visible changes in CHANGES, svn logs are sufficient for describing code cleanups. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1861102 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 41a054168de..7be2bef86f8 100644 --- a/CHANGES +++ b/CHANGES @@ -4,18 +4,7 @@ Changes with Apache 2.4.40 *) mod_proxy_http: forward 100-continue, and minimize race conditions when reusing backend connections. PR 60330. [Yann Ylavic, Jean-Frederic Clere] - *) Easy patches: synch 2.4.x and trunk - - core: 80 chars - - http_core: Clean-uo and style. No functional change overall - - http_core: One more style fix in ap_process_http_async_connection() - - mod_mime: Fix a cppcheck warning - - mod_proxy_ajp: Fix a harmless clang warning - - suexec: avoid a potential sprintf overflow - - mod_headers: This is harmless, but this really should be an 'echo_do *' - - core: Fix typo - - core: Update a comment about the 'PATCH' HTTP command - - mod_proxy_balancer: Fix some HTML syntax issues - [Christophe Jaillet] + *) mod_proxy_balancer: Fix some HTML syntax issues. [Christophe Jaillet] *) When using mod_status with the Event MPM, report the number of requests associated with an active connection in the "ACC" field. Previously