From: Yann Ylavic Date: Tue, 1 Mar 2016 13:53:41 +0000 (+0000) Subject: Follow up to r1711479 and r1733064: CHANGES entry. X-Git-Tag: 2.5.0-alpha~1980 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=832113fe3ab55af546e62afc27ed471aa29970dc;p=apache Follow up to r1711479 and r1733064: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1733068 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 4aba999939..199c7dd64b 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.0 + *) prefork: Initialize the POD when running in ONE_PROCESS (or -X) mode to + avoid a crash. [Jan Kaluza, Yann Ylavic] + *) core: fix a bug in directive processing. When used, the last 'ed variable was also withdrawn. PR 59019 [Christophe Jaillet]