From: Yann Ylavic Date: Fri, 18 May 2018 17:18:19 +0000 (+0000) Subject: Follow up to r1831869: update CHANGES entry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d94193819708a34a6b75e2a2fe447cc1aac13318;p=apache Follow up to r1831869: update CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1831872 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index bc1ad81e01..6b44afb4fc 100644 --- a/CHANGES +++ b/CHANGES @@ -2,7 +2,7 @@ Changes with Apache 2.5.1 *) mod_slotmem_shm: Add generation number to shm filename to fix races - with graceful restarts. PR 62044. [Jim Jagielski, Yann Ylavic] + with graceful restarts. PRs 62044 and 62308. [Jim Jagielski, Yann Ylavic] *) mod_rewrite: Only create the global mutex used by "RewriteMap prg:" when this type of map is present in the configuration. PR62311.