You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by yl...@apache.org on 2023/03/20 18:30:53 UTC

svn commit: r1908588 - /apr/apr/trunk/CHANGES

Author: ylavic
Date: Mon Mar 20 18:30:53 2023
New Revision: 1908588

URL: http://svn.apache.org/viewvc?rev=1908588&view=rev
Log:
Follow to r1908433: CHANGES entry.

Modified:
    apr/apr/trunk/CHANGES

Modified: apr/apr/trunk/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr/trunk/CHANGES?rev=1908588&r1=1908587&r2=1908588&view=diff
==============================================================================
--- apr/apr/trunk/CHANGES [utf-8] (original)
+++ apr/apr/trunk/CHANGES [utf-8] Mon Mar 20 18:30:53 2023
@@ -1,6 +1,7 @@
                                                      -*- coding: utf-8 -*-
 Changes for APR 2.0.0
 
+  *) apr_crypto_openssl: Compatibility with OpenSSL 3.  [Yann Ylavic]
 
   *) apr-1-config: Fix crosscompiling detection in apr-1-config. PR 66510
      [Ruediger Pluem]