Skip to content

Commit cc7438c

Browse files
committed
Move update actions to the end
1 parent e2c5487 commit cc7438c

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

src/changes/changes.xml

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -97,6 +97,13 @@
9797
<action dev="ggregory" type="fix" due-to="Gary Gregory">SecureRandom in JavaCryptoRandom is not seeded.</action>
9898
<action dev="ggregory" type="fix" due-to="Gary Gregory">Fix SpotBugs [ERROR] Medium: Unread field: org.apache.commons.crypto.jna.OpenSslJnaCipher.IV_LENGTH; should this field be static? [org.apache.commons.crypto.jna.OpenSslJnaCipher] At OpenSslJnaCipher.java:[line 80] SS_SHOULD_BE_STATIC.</action>
9999
<action dev="ggregory" type="fix" due-to="Gary Gregory">Pick up maven-antrun-plugin version from parent POM org.apache:apache.</action>
100+
<!-- ADD -->
101+
<action type="add" dev="sebb">Added support for OpenSSL 3.0, 3.1, 3.2</action>
102+
<action type="add" dev="sebb">Implement OpenSSL_version_num for JNA</action>
103+
<action issue="CRYPTO-177" type="add" dev="sebb">Cipher and Random Factory classes don't include JNA</action>
104+
<action issue="CRYPTO-172" type="add" dev="sebb" due-to="Ludovic Henry">Add support for Linux-riscv64 #264</action>
105+
<action issue="CRYPTO-174" type="add" dev="sebb">Allow override of SSL library name for Windows</action>
106+
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
100107
<!-- UPDATE -->
101108
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump commons-parent from 56 to 81 #323, #369, #380, #382, #389, #393, #398, #405.</action>
102109
<action type="update" dev="sebb" due-to="Ludovic Henry, Gary Gregory">Bump Apache Maven in Dockerfile files from 3.8.8 to 3.9.9.</action>
@@ -108,13 +115,6 @@
108115
<action type="update" dev="ggregory" due-to="Dependabot">Bump commons-io:commons-io from 2.15.1 to 2.19.0 #321, #325, #388, #413.</action>
109116
<action type="update" dev="ggregory" due-to="Dependabot">Bump org.apache.commons:commons-lang3 from 3.14.0 to 3.18.0 #362, #373, #383, #475.</action>
110117
<action type="update" dev="ggregory" due-to="Dependabot, Gary Gregory">Bump org.codehaus.mojo:taglist-maven-plugin from 3.1.0 to 3.2.1 #403.</action>
111-
<!-- ADD -->
112-
<action type="add" dev="sebb">Added support for OpenSSL 3.0, 3.1, 3.2</action>
113-
<action type="add" dev="sebb">Implement OpenSSL_version_num for JNA</action>
114-
<action issue="CRYPTO-177" type="add" dev="sebb">Cipher and Random Factory classes don't include JNA</action>
115-
<action issue="CRYPTO-172" type="add" dev="sebb" due-to="Ludovic Henry">Add support for Linux-riscv64 #264</action>
116-
<action issue="CRYPTO-174" type="add" dev="sebb">Allow override of SSL library name for Windows</action>
117-
<action type="add" dev="ggregory" due-to="Gary Gregory">Add Maven property project.build.outputTimestamp for build reproducibility.</action>
118118
</release>
119119
<release version="1.2.0" date="2023-01-14" description="Minor release (Java 8, OpenSSL 1.1.1)">
120120
<!-- FIX -->

0 commit comments

Comments
 (0)