From: Yann Ylavic Date: Wed, 29 Aug 2018 14:00:10 +0000 (+0000) Subject: Follow up to r1835845 and r1839571: CHANGES entry. X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ed0904539af43c657eb89ead842c99ed5520e659;p=apache Follow up to r1835845 and r1839571: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1839583 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0dfe56d11c..8b545aa423 100644 --- 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]