summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-10-13 09:47:08 +0200
committerYann Ylavic <ylavic@apache.org>2017-10-13 09:47:08 +0200
commita4c7b5f4a85f9b1f231b927580c1ffe73cdbde57 (patch)
tree861cea3f44accdf720326cc82f55f7963aa4eb6a /CHANGES
parentEntry for 2.4.28 regression (r1808855 missing r1805195). (diff)
downloadapache2-a4c7b5f4a85f9b1f231b927580c1ffe73cdbde57.tar.xz
apache2-a4c7b5f4a85f9b1f231b927580c1ffe73cdbde57.zip
Follow up to r1809881: CHANGES entry.
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812075 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index feb13da24a..3294bfc75e 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) core: A signal received while stopping could have crashed the main
+ process. PR 61558. [Yann Ylavic]
+
*) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
in 2.4.28. [Jim Jagielski]