You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2019/06/12 10:07:51 UTC

svn commit: r1861102 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jorton
Date: Wed Jun 12 10:07:51 2019
New Revision: 1861102

URL: http://svn.apache.org/viewvc?rev=1861102&view=rev
Log:
Only describe functional/user-visible changes in CHANGES, svn
logs are sufficient for describing code cleanups.

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1861102&r1=1861101&r2=1861102&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Wed Jun 12 10:07:51 2019
@@ -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