From: Joe Orton Date: Fri, 17 Dec 2021 09:52:08 +0000 (+0000) Subject: Tweak CHANGES wording on autoconf fix and credit jfclere. [skip ci] X-Git-Tag: 2.4.53-rc1-candidate~124 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=f80dcd27fe65a39126766d29ca682dd98172f69f;p=thirdparty%2Fapache%2Fhttpd.git Tweak CHANGES wording on autoconf fix and credit jfclere. [skip ci] git-svn-id: https://svn.apache.org/repos/asf/httpd/httpd/branches/2.4.x@1896091 13f79535-47bb-0310-9956-ffa450edef68 --- diff --git a/CHANGES b/CHANGES index 12ad612d5cb..6a5d29d697c 100644 --- a/CHANGES +++ b/CHANGES @@ -5,8 +5,8 @@ Changes with Apache 2.4.52 have an http(s) scheme, and that the ones to be forward proxied have a hostname, per HTTP specifications. [Ruediger Pluem, Yann Ylavic] - *) OpenSSL autoconf detection improvement: pick up openssl.pc in the - specified openssl path. [Joe Orton] + *) configure: OpenSSL detection will now use pkg-config data from + .../lib64/ within the --with-ssl path. [Jean-Frederic Clere] *) mod_proxy_connect, mod_proxy: Do not change the status code after we already sent it to the client.