From: Stefan Eissing Date: Tue, 5 Nov 2019 10:23:00 +0000 (+0000) Subject: update after backport of mod_md X-Git-Tag: 2.5.0-alpha2-ci-test-only~1829 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=271918c415a820b4db927d4068a42449e26a9420;p=thirdparty%2Fapache%2Fhttpd.git update after backport of mod_md git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1869395 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 1d70effd028..b28b00a432d 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]