summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2018-05-02 13:32:22 +0200
committerYann Ylavic <ylavic@apache.org>2018-05-02 13:32:22 +0200
commite275cc3dc620310aa731b985645c36c787aed677 (patch)
tree5e69956caa14be8fe0cf553c23a368c928633f16 /CHANGES
parentFollow up to r1822537: replace static variable with pool userdata. (diff)
downloadapache2-e275cc3dc620310aa731b985645c36c787aed677.tar.xz
apache2-e275cc3dc620310aa731b985645c36c787aed677.zip
mod_proxy_html: Fix variable interpolation and memory allocation failure in ProxyHTMLURLMap.
Proposed by: Ewald Dieterich <ewald mailbox.org> Reviewed by: ylavic git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1830746 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 f55f0feea6..c9fc19f894 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,9 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) mod_proxy_html: Fix variable interpolation and memory allocation failure
+ in ProxyHTMLURLMap. [Ewald Dieterich <ewald mailbox.org>]
+
*) core: In ONE_PROCESS/debug mode, cleanup everything when exiting.
[Yann Ylavic]