]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1822509: amend CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Thu, 8 Feb 2018 16:01:07 +0000 (16:01 +0000)
committerYann Ylavic <ylavic@apache.org>
Thu, 8 Feb 2018 16:01:07 +0000 (16:01 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1823575 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 34f8404d1082cb8df17b80704c52a49cd8f41bc2..95aa5fd97e2a64a53cdbe250b48f00a7e161a2f1 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -10,8 +10,10 @@ Changes with Apache 2.5.1
   *) mod_http2: removed obsolete stream detach code, no longer generating events
      in beam shutdown on pool destroy. [Stefan Eissing]
      
-  *) mod_slotmem_shm: Rework SHM reuse/deletion to fix races with graceful
-     restarts. PR 62044. [Yann Ylavic, Jim Jagielski]
+  *) mod_proxy_balancer,mod_slotmem_shm: Rework SHM reuse/deletion to not
+     depend on the number of restarts (non-Unix systems) and preserve shared
+     names as much as possible on configuration changes for SHMs and persisted
+     files.  PR 62044.  [Yann Ylavic, Jim Jagielski]
 
   *) mod_http2: discourage gzip/brotli content encoding on http2-status responses as
      they are inserted into the reponse when filters are already done. [Stefan Eissing]