summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Eissing <icing@apache.org>2019-11-05 11:23:00 +0100
committerStefan Eissing <icing@apache.org>2019-11-05 11:23:00 +0100
commit271918c415a820b4db927d4068a42449e26a9420 (patch)
tree7458379b46f9dd840a87857598d145495d923ce9
parent *) mod_md v2.2.3: (diff)
downloadapache2-271918c415a820b4db927d4068a42449e26a9420.tar.xz
apache2-271918c415a820b4db927d4068a42449e26a9420.zip
update after backport of mod_md
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869395 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--CHANGES10
1 files changed, 0 insertions, 10 deletions
diff --git a/CHANGES b/CHANGES
index 1d70effd02..b28b00a432 100644
--- a/CHANGES
+++ b/CHANGES
@@ -1,16 +1,6 @@
-*- coding: utf-8 -*-
Changes with Apache 2.5.1
- *) mod_md v2.2.3:
- - Configuring MDCAChallenges replaces any previous existing challenge configuration. It
- had been additive before which was not the intended behaviour. [@mkauf]
- - Fixing order of ACME challenges used when nothing else configured. Code now behaves as
- documented for `MDCAChallenges`. Fixes #156. Thanks again to @mkauf for finding this.
- - Fixing a potential, low memory null pointer dereference [thanks to @uhliarik].
- - Fixing an incompatibility with a change in libcurl v7.66.0 that added unwanted
- "transfer-encoding" to POST requests. This failed in directy communication with
- Let's Encrypt boulder server. Thanks to @mkauf for finding and fixing. [Stefan Eissing]
-
*) mod_proxy: Put mod_proxy_{connect,wstunnel} tunneling code in common in
proxy_util. [Yann Ylavic]