Skip to content

Commit

Permalink
Document tweaks [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
sebbASF committed Dec 7, 2023
1 parent 8a4fb5b commit 979e2b2
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
1 change: 1 addition & 0 deletions pom.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand Down
8 changes: 4 additions & 4 deletions src/changes/changes.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>
Expand All @@ -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>
Expand Down

0 comments on commit 979e2b2

Please sign in to comment.