You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by se...@apache.org on 2023/11/21 19:51:44 UTC

(commons-crypto) branch master updated: Completed [skip ci]

This is an automated email from the ASF dual-hosted git repository.

sebb pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/commons-crypto.git


The following commit(s) were added to refs/heads/master by this push:
     new b3a14bfd Completed [skip ci]
b3a14bfd is described below

commit b3a14bfdd853162f6833a92ee2b86d8ac08d44da
Author: Sebb <se...@apache.org>
AuthorDate: Tue Nov 21 19:51:39 2023 +0000

    Completed [skip ci]
---
 src/changes/changes.xml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 63dbf067..971ada1a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -65,6 +65,7 @@
   <body>
     <release version="1.2.1" date="202X-MM-DD" description="Minor release (Java 8, OpenSSL 1.1.1)">
       <!-- FIX -->
+      <action issue="CRYPTO-175" type="fix" dev="sebb">JNA tests rely on JNI code</action>
       <action issue="CRYPTO-178" type="fix" dev="sebb">OpenSslCryptoRandom.isNativeCodeEnabled() throws if library cannot be loaded</action>
       <action issue="CRYPTO-173" type="fix" dev="sebb">docker build does not work on macOS M1</action>
       <action issue="CRYPTO-167" type="fix" dev="sebb">cannot use THROW to report missing env</action>