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-imaging.git
The following commit(s) were added to refs/heads/master by this push: new 998f4c88 Updates for the next release 998f4c88 is described below commit 998f4c88c16a5916846c434724833f96cfd6418c Author: Gary D. Gregory <garydgreg...@gmail.com> AuthorDate: Wed Apr 30 18:00:19 2025 +0000 Updates for the next release --- src/changes/changes.xml | 11 ++++++++--- 1 file changed, 8 insertions(+), 3 deletions(-) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 9de269d8..8bacfcea 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,7 +46,12 @@ The <action> type attribute can be add,update,fix,remove. <title>Apache Commons Imaging Release Notes</title> </properties> <body> - <release version="1.0.0-alpha6" date="2025-04-27" description="The 1.0.0-alpha6 release requires Java 8."> + <release version="1.0.0-alpha7" date="YYYY-MM-DD" description="This release requires Java 8."> + <!-- FIX --> + <!-- ADD --> + <!-- UPDATE --> + </release> + <release version="1.0.0-alpha6" date="2025-04-27" description="This release requires Java 8."> <!-- FIX --> <action dev="ggregory" type="fix" due-to="Gary Gregory">Replace Locale.ENGLISH with Locale.ROOT processing file names.</action> <action dev="ggregory" type="fix" due-to="Gary Gregory">Fix PMD UnnecessaryFullyQualifiedName.</action> @@ -76,7 +81,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="remove" due-to="Dependabot">Rename method BinaryFunctions.head() to copyOfStart() like Arrays.</action> <action dev="ggregory" type="remove" due-to="Dependabot">Replace BinaryFunctions.startsWith(byte[], BinaryConstant) with BinaryConstant.isStartOf(byte[]).</action> </release> - <release version="1.0.0-alpha5" date="2024-04-15" description="The 1.0.0-alpha5 release requires Java 8."> + <release version="1.0.0-alpha5" date="2024-04-15" description="This release requires Java 8."> <!-- FIX --> <action issue="IMAGING-319" dev="kinow" type="fix" due-to="Stefan Oltmann, Gary Lucas">Fix EXIF metadata is discarded when updating offsets (wrong calculation).</action> <action issue="IMAGING-351" dev="kinow" type="fix" due-to="Stefan Oltmann, Gary Lucas, Charles Hope">Fix ExifRewriterRoundtripTest that was disabled.</action> @@ -87,7 +92,7 @@ The <action> type attribute can be add,update,fix,remove. <action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #411.</action> <action dev="ggregory" type="update" due-to="Dependabot">Bump org.codehaus.mojo:taglist-maven-plugin from 3.0.0 to 3.1.0 #411.</action> </release> - <release version="1.0.0-alpha4" date="2024-03-30" description="The 1.0.0-alpha4 release requires Java 8."> + <release version="1.0.0-alpha4" date="2024-03-30" description="This release requires Java 8."> <!-- FIX --> <action issue="IMAGING-335" dev="ggregory" type="fix" due-to="Dominik Stadler, Gary Gregory"> NullPointerException in App2Segment.getIccBytes when parsing a broken JPEG file.