summaryrefslogtreecommitdiffstats
path: root/CHANGES
diff options
context:
space:
mode:
authorYann Ylavic <ylavic@apache.org>2020-04-22 18:30:58 +0200
committerYann Ylavic <ylavic@apache.org>2020-04-22 18:30:58 +0200
commit48aa76e1fce1a670b68a5dc288b2d8d7a96aa237 (patch)
treef71f3a1f969dd977d4f42352ff5f495283d47c67 /CHANGES
parent* modules/filters/mod_proxy_html.c: Fix proxy_html_conf.bufsz (diff)
downloadapache2-48aa76e1fce1a670b68a5dc288b2d8d7a96aa237.tar.xz
apache2-48aa76e1fce1a670b68a5dc288b2d8d7a96aa237.zip
config: allow for environment variable substitution fallback to default value.
Make ap_resolve_env() handle the ${VAR?=default value} syntax, and update docs. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1876835 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r--CHANGES4
1 files changed, 4 insertions, 0 deletions
diff --git a/CHANGES b/CHANGES
index 53a0f8e5a0..bc24d2408f 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,6 +1,10 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
+ *) config: Allow for environment variable substitution with default value,
+ for when the variable is not defined, using format ${VAR?=default value}.
+ [Yann Ylavic]
+
*) mod_http2: Fixed regression that no longer set H2_STREAM_ID and H2_STREAM_TAG.
PR64330 [Stefan Eissing]