]> git.ipfire.org Git - thirdparty/apache/httpd.git/commitdiff
update after backport of mod_md
authorStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:23:00 +0000 (10:23 +0000)
committerStefan Eissing <icing@apache.org>
Tue, 5 Nov 2019 10:23:00 +0000 (10:23 +0000)
git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869395 13f79535-47bb-0310-9956-ffa450edef68

CHANGES

diff --git a/CHANGES b/CHANGES
index 1d70effd0288eb55f6c66a492ed82a367fccfdf8..b28b00a432d7458456438c1f6f10a3176da5ec4c 100644 (file)
--- 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]