You are viewing a plain text version of this content. The canonical link for it is here.
Posted to cvs@httpd.apache.org by jo...@apache.org on 2021/12/17 09:52:08 UTC

svn commit: r1896091 - /httpd/httpd/branches/2.4.x/CHANGES

Author: jorton
Date: Fri Dec 17 09:52:08 2021
New Revision: 1896091

URL: http://svn.apache.org/viewvc?rev=1896091&view=rev
Log:
Tweak CHANGES wording on autoconf fix and credit jfclere. [skip ci]

Modified:
    httpd/httpd/branches/2.4.x/CHANGES

Modified: httpd/httpd/branches/2.4.x/CHANGES
URL: http://svn.apache.org/viewvc/httpd/httpd/branches/2.4.x/CHANGES?rev=1896091&r1=1896090&r2=1896091&view=diff
==============================================================================
--- httpd/httpd/branches/2.4.x/CHANGES [utf-8] (original)
+++ httpd/httpd/branches/2.4.x/CHANGES [utf-8] Fri Dec 17 09:52:08 2021
@@ -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.