You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by gg...@apache.org on 2022/03/19 16:10:26 UTC

[commons-crypto] branch master updated: Update chanegs.xml for recent fixes.

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

ggregory 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 44e9343  Update chanegs.xml for recent fixes.
44e9343 is described below

commit 44e9343e1d32390363cdfe9cf948248542a2ae97
Author: Gary Gregory <ga...@gmail.com>
AuthorDate: Sat Mar 19 12:10:24 2022 -0400

    Update chanegs.xml for recent fixes.
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 41d5478..1acfc4f 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -66,6 +66,9 @@
       <action issue="CRYPTO-154" type="fix">License header should be plain a comment #113.</action>
       <action                    type="fix" dev="ggregory" due-to="Arturo Bernal">Fix PMD warning and don't init to defaults #128.</action>
       <action                    type="fix" dev="ggregory" due-to="Arturo Bernal">Minor changes #135.</action>
+      <action                    type="fix" dev="ggregory" due-to="Gary Gregory">Port from pre-Java 8 javah tool to Java 8 and up javac with the -h option.</action>
+      <action                    type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 11.</action>
+      <action                    type="fix" dev="ggregory" due-to="Gary Gregory">Fix build on Java 17.</action>
       <!-- UPDATE -->
       <action                    type="update" dev="ggregory" due-to="Gary Gregory">Update commons.jacoco.version 0.8.5 to 0.8.6 (Fixes Java 15 builds).</action>
       <action issue="CRYPTO-155" type="update" due-to="Arturo Bernal">Minor improvement #115, #125.</action>