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 979e2b2e Document tweaks [skip ci]
979e2b2e is described below

commit 979e2b2ef28f4cf4294908cb6244b3519417b931
Author: Sebb <s...@apache.org>
AuthorDate: Thu Dec 7 00:05:19 2023 +0000

    Document tweaks [skip ci]
---
 pom.xml                 | 1 +
 src/changes/changes.xml | 8 ++++----
 2 files changed, 5 insertions(+), 4 deletions(-)

diff --git a/pom.xml b/pom.xml
index 4ddf7d68..d0f4173e 100644
--- a/pom.xml
+++ b/pom.xml
@@ -135,6 +135,7 @@ The following provides more details on the included 
cryptographic software:
     <commons.release.desc>(Java 8 or above)</commons.release.desc>
     <!-- The RC version used in the staging repository URL. -->
     <commons.rc.version>RC1</commons.rc.version>
+    <!-- The release to be used by japicmp for checking binary compatibility 
-->
     <commons.bc.version>1.2.0</commons.bc.version>
     <commons.componentid>crypto</commons.componentid>
     <commons.module.name>org.apache.commons.crypto</commons.module.name>
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4c7a09c8..b9297988 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -63,7 +63,7 @@
    -->
 
   <body>
-    <release version="1.2.1" date="202X-MM-DD" description="Minor release 
(Java 8, OpenSSL 1.1.1)">
+    <release version="1.2.1" date="202X-MM-DD" description="Minor release 
(minimum Java 8 and OpenSSL 1.1.1)">
       <!-- FIX -->
       <action issue="CRYPTO-158" type="fix" due-to=" Juan F Arjona" 
dev="sebb">Illegal reflective access</action>
       <action issue="CRYPTO-179" type="fix" dev="sebb">Crash on macOS with 
default crypto library</action>
@@ -86,9 +86,9 @@
       <action                    type="fix" dev="ggregory" due-to="Martin 
Wittlinger">Refactor: Unnecessary toString() call #224.</action>
       <action dev="ggregory"     type="fix" due-to="step-security-bot, Gary 
Gregory">[StepSecurity] Harden GitHub builds #228, #234.</action>
       <action dev="ggregory"     type="fix" due-to="Martin Wiesner">Fixes 
grammar and typos in Javadoc #233.</action>
-      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
OpenSslJna.OpenSslJna().</action>
-      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
Crypto.Crypto().</action>
-      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
AES.AES().</action>
+      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
OpenSslJna constructor so it can be made private later.</action>
+      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
Crypto constructor so it can be made private later.</action>
+      <action dev="ggregory"     type="fix" due-to="Gary Gregory">Deprecate 
AES constructor so it can be made private later.</action>
       <action issue="CRYPTO-169" type="fix" dev="ggregory" due-to="L. C. 
Hsieh, Yang Jie, Gary Gregory">Add protection for the 
ExceptionInInitializerError scenario to the 
CryptoRandomFactory#getCryptoRandom(Properties) method #258.</action>
       <action dev="ggregory"     type="fix" due-to="Gary 
Gregory">ChannelInput.ChannelInput(ReadableByteChannel) now throws 
NullPointerException on null input.</action>
       <action dev="ggregory"     type="fix" due-to="Gary 
Gregory">StreamInput.StreamInput(InputStream, int) now throws 
NullPointerException on null input.</action>

Reply via email to