]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
Follow up to r1899777: CHANGES entry [skip ci].
authorYann Ylavic <ylavic@apache.org>
Tue, 12 Apr 2022 17:43:20 +0000 (17:43 +0000)
committerYann Ylavic <ylavic@apache.org>
Tue, 12 Apr 2022 17:43:20 +0000 (17:43 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1899786 13f79535-47bb-0310-9956-ffa450edef68

changes-entries/event_note_child_stopped.txt [new file with mode: 0644]

diff --git a/changes-entries/event_note_child_stopped.txt b/changes-entries/event_note_child_stopped.txt
new file mode 100644 (file)
index 0000000..ba477ac
--- /dev/null
@@ -0,0 +1,2 @@
+  *) MPM event: Fix accounting of active/total processes on ungraceful restart,
+     PR 66004 (follow up to PR 65626 from 2.4.52).  [Yann Ylavic]