]> granicus.if.org Git - apache/commitdiff
Follow up to r1835845 and r1839571: CHANGES entry.
authorYann Ylavic <ylavic@apache.org>
Wed, 29 Aug 2018 14:00:10 +0000 (14:00 +0000)
committerYann Ylavic <ylavic@apache.org>
Wed, 29 Aug 2018 14:00:10 +0000 (14:00 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839583 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 0dfe56d11c09347819323bca3a3b966e80bd30f6..8b545aa423559c451be202133b7044fc3a5eff3c 100644 (file)
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
                                                          -*- coding: utf-8 -*-
 Changes with Apache 2.5.1
 
+  *) MPMs: Initialize all runtime/asynchronous objects on a dedicated pool and
+     before signals handling to avoid lifetime issues on restart or shutdown.
+     PR 62658. [Yann Ylavic]
+
   *) core: Add StrictHostCheck to allow ucnonfigured hostnames to be
      rejected. [Eric Covener]