summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2017-10-12 21:43:57 +0200
committerYann Ylavic <ylavic@apache.org>2017-10-12 21:43:57 +0200
commitd8ca3f9cac692f45df51e5883b2cce65c185ba06 (patch)
treee83ddac24a74b284275a3ac15d64d599a59335e6
parentAdd optional _RAW suffix to SSL_*_DN_xx attribute names, allowing (diff)
downloadapache2-d8ca3f9cac692f45df51e5883b2cce65c185ba06.tar.xz
apache2-d8ca3f9cac692f45df51e5883b2cce65c185ba06.zip
Entry for 2.4.28 regression (r1808855 missing r1805195).
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1812004 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to '')
-rw-r--r--CHANGES3
1 files changed, 3 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index cf1adcb779..feb13da24a 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.0
+ *) mod_proxy: Fix regression for non decimal loadfactor parameter introduced
+ in 2.4.28. [Jim Jagielski]
+
*) mod_md: v1.0.0, new config directive 'MDNotifyCmd' to hook in a program when Managed
Domains have obtained/renewed their certificates successfully. [Stefan Eissing]