]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Only describe functional/user-visible changes in CHANGES, svn
authorJoe Orton <jorton@apache.org>
Wed, 12 Jun 2019 10:07:51 +0000 (10:07 +0000)
committerJoe Orton <jorton@apache.org>
Wed, 12 Jun 2019 10:07:51 +0000 (10:07 +0000)
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

CHANGES

diff --git a/CHANGES b/CHANGES
index 41a054168de9d2b253a3cd621a78ee686c05cc7b..7be2bef86f81a9bee504021c73c6d3686455ca66 100644 (file)
--- 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