You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by yl...@apache.org on 2018/02/08 16:01:07 UTC

svn commit: r1823575 - /httpd/httpd/trunk/CHANGES

Author: ylavic
Date: Thu Feb  8 16:01:07 2018
New Revision: 1823575

URL: http://svn.apache.org/viewvc?rev=1823575&view=rev
Log:
Follow up to r1822509: amend CHANGES entry.


Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1823575&r1=1823574&r2=1823575&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Thu Feb  8 16:01:07 2018
@@ -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]