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 d3786856 Added riscv64 support [skip ci]
d3786856 is described below
commit d3786856f8f94d27f41f1aff6bb927ae4338175c
Author: Sebb <[email protected]>
AuthorDate: Sat Nov 4 12:30:59 2023 +0000
Added riscv64 support [skip ci]
---
src/changes/changes.xml | 2 ++
1 file changed, 2 insertions(+)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a170cf18..22d0f708 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -92,6 +92,8 @@
<action type="update" dev="sebb">Tests: show details
of crypt library actually loaded</action>
<action type="update" dev="ggregory"
due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 64
#225.</action>
<action type="update" dev="ggregory" due-to="Gary
Gregory">Bump com.sun.xml.bind:jaxb-impl from 2.3.7 to 2.3.8.</action>
+ <!-- ADD -->
+ <action type="add" dev="sebb" due-to="Ludovic
Henry">CRYPTO-172: Add support for Linux-riscv64 #264</action>
</release>
<release version="1.2.0" date="2023-01-14" description="Minor release
(Java 8, OpenSSL 1.1.1)">
<!-- FIX -->