From: Christophe Jaillet Date: Sun, 18 Apr 2021 19:05:08 +0000 (+0000) Subject: Add a change entry X-Git-Tag: 2.4.47~28 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=56a91b78f3062dd53a322adaf3884063dd4dc5c8;p=thirdparty%2Fapache%2Fhttpd.git Add a change entry [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1888924 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index f6ffa714e50..a82459d08f8 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,8 @@ -*- coding: utf-8 -*- Changes with Apache 2.4.47 + *) mod_lua: Add support to Lua 5.4 [Joe Orton, [Giovanni Bechis, Ruediger Pluem] + *) MPM event/worker: Fix possible crash in child process on early signal delivery. PR 64533. [Ruediger Pluem]