Commit 59800254 authored by Joe Orton's avatar Joe Orton
Browse files

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
parent 0b8bffb6
Loading
Loading
Loading
Loading
+1 −12
Original line number Diff line number Diff line
@@ -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