From: Yann Ylavic Date: Tue, 17 May 2022 15:16:43 +0000 (+0000) Subject: Follow up to r1899858: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~337 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=33a129a042d228f9cb5b196615f4f70fb1c4f467;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1899858: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1900991 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/changes-entries/event_early_killed_children.txt b/changes-entries/event_early_killed_children.txt new file mode 100644 index 00000000000..db968c69775 --- /dev/null +++ b/changes-entries/event_early_killed_children.txt @@ -0,0 +1,2 @@ + *) MPM event: Restart chilren processes killed before idle maintenance. + PR 65769. [Yann Ylavic, Ruediger Pluem]