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/08/29 14:00:10 UTC

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

Author: ylavic
Date: Wed Aug 29 14:00:10 2018
New Revision: 1839583

URL: http://svn.apache.org/viewvc?rev=1839583&view=rev
Log:
Follow up to r1835845 and r1839571: CHANGES entry.

Modified:
    httpd/httpd/trunk/CHANGES

Modified: httpd/httpd/trunk/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/trunk/CHANGES?rev=1839583&r1=1839582&r2=1839583&view=diff
==============================================================================
--- httpd/httpd/trunk/CHANGES [utf-8] (original)
+++ httpd/httpd/trunk/CHANGES [utf-8] Wed Aug 29 14:00:10 2018
@@ -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]