diff options
author | Stefan Eissing <icing@apache.org> | 2018-12-18 14:45:25 +0100 |
---|---|---|
committer | Stefan Eissing <icing@apache.org> | 2018-12-18 14:45:25 +0100 |
commit | 0fd7ff752093c960110b06d1e0133736488ab2f4 (patch) | |
tree | bbf2ed7e027d3f93e89878a0dea5c1fe15852f1e /CHANGES | |
parent | core: Fix incorrect substitution of env vars in directives containing multipl... (diff) | |
download | apache2-0fd7ff752093c960110b06d1e0133736488ab2f4.tar.xz apache2-0fd7ff752093c960110b06d1e0133736488ab2f4.zip |
*) mod_md: incorrect behaviour when synchronizing ongoing ACME challenges
have been fixed. [Michael Kaufmann, Stefan Eissing]
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1849174 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'CHANGES')
-rw-r--r-- | CHANGES | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -1,6 +1,9 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_md: incorrect behaviour when synchronizing ongoing ACME challenges + have been fixed. [Michael Kaufmann, Stefan Eissing] + *) core: Incorrect values for environment variables are substituted when multiple environment variables are specified in a directive. [Hank Ibell] |