From: Yann Ylavic Date: Thu, 25 Jun 2020 11:21:37 +0000 (+0000) Subject: Follow up to r1879179: CHANGES entry. X-Git-Tag: 2.5.0-alpha2-ci-test-only~1332 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=114421d22f84d53089007d7ca73ce3282657552f;p=thirdparty%2Fapache%2Fhttpd.git Follow up to r1879179: CHANGES entry. git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/trunk@1879180 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 0ae7ba816f2..2ef98d168d1 100644 --- a/CHANGES +++ b/CHANGES @@ -1,6 +1,10 @@ -*- coding: utf-8 -*- Changes with Apache 2.5.1 + *) mod_ssl: Fix a race condition and possible crash when using a proxy client + certificate (SSLProxyMachineCertificateFile). + [Armin Abfalterer ] + *) mod_proxy: recognize parameters from ProxyPassMatch workers with dollar substitution, such that they apply to the backend connection. Note that connection reuse is disabled by default to avoid compatibility issues.