You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@apr.apache.org by rj...@apache.org on 2016/02/07 15:45:41 UTC

svn commit: r1728971 - /apr/apr-util/branches/1.5.x/CHANGES

Author: rjung
Date: Sun Feb  7 14:45:41 2016
New Revision: 1728971

URL: http://svn.apache.org/viewvc?rev=1728971&view=rev
Log:
Add CHANGES entry for OpenSSL 1.1.0 support.

Modified:
    apr/apr-util/branches/1.5.x/CHANGES

Modified: apr/apr-util/branches/1.5.x/CHANGES
URL: http://svn.apache.org/viewvc/apr/apr-util/branches/1.5.x/CHANGES?rev=1728971&r1=1728970&r2=1728971&view=diff
==============================================================================
--- apr/apr-util/branches/1.5.x/CHANGES [utf-8] (original)
+++ apr/apr-util/branches/1.5.x/CHANGES [utf-8] Sun Feb  7 14:45:41 2016
@@ -1,6 +1,9 @@
                                                      -*- coding: utf-8 -*-
 Changes with APR-util 1.5.5
 
+  *) apr_crypto_openssl: Add support for OpenSSL 1.1.0.
+     [Rainer Jung]
+
   *) apr_crypto_nss: Explicitly declare key sizes when using NSS. Not all
      versions of NSS detect key sizes correctly, leading to test failures.
      [Graham Leggett]