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 1ec9014d Document recent updates [skip ci] 1ec9014d is described below commit 1ec9014d3bc7b1d1f6ef01ca37fb51e6fbb909ff Author: Sebb <s...@apache.org> AuthorDate: Wed Nov 1 17:34:26 2023 +0000 Document recent updates [skip ci] --- src/changes/changes.xml | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 93c3de1f..34e256f5 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -65,6 +65,17 @@ <body> <release version="1.2.1" date="202X-MM-DD" description="Minor release (Java 8, OpenSSL 1.1.1)"> <!-- FIX --> + <action issue="CRYPTO-171" type="fix" dev="sebb">openssl(2) not supported since Sierra on macOS M1</action> + <action type="fix" dev="sebb">pom.xml: copy compiler args for benchmarks</action> + <action type="fix" dev="sebb">pom.xml: don't install as defaultGoal</action> + <action type="fix" dev="sebb">pom.xml: change default to utf-8; drop stuff done in parent</action> + <action type="fix" dev="sebb">PMD: drop deprecated rules</action> + <action type="fix" dev="sebb">dlerror message can exceed 100 chars</action> + <action type="fix" dev="sebb">Makefile: restore commented out targets that are needed</action> + <action type="fix" dev="sebb">Makefile: add Mac-aarch64 to os_known_archs</action> + <action type="fix" dev="sebb">Makefile: ensure all known_os_archs have targets</action> + <action type="fix" dev="sebb">Makefile: arm64-apple-macos11 is not a valid OS_ARCH value</action> + <action type="fix" dev="sebb">Makefile: add target to show OS and ARCH settings</action> <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> @@ -77,6 +88,8 @@ <action dev="ggregory" type="fix" due-to="Gary Gregory">ChannelOutput.ChannelOutput(WritableByteChannel) now throws NullPointerException on null input.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">StreamOutput.StreamOutput(OutputStream, int) now throws NullPointerException on null input.</action> <!-- UPDATE --> + <action type="update" dev="sebb" due-to="Ludovic Henry">Dockerfile: Bump maven to 3.8.8 (previous no longer online)</action> + <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> </release>