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 92ea5348 Recategorize entry
92ea5348 is described below
commit 92ea5348d3d106f722827b1aeaa836b63d057577
Author: Gary Gregory <[email protected]>
AuthorDate: Mon Apr 15 08:21:57 2024 -0400
Recategorize entry
---
src/changes/changes.xml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index a65787d0..28cb3eed 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -49,10 +49,10 @@ The <action> type attribute can be add,update,fix,remove.
<release version="1.0.0-alpha5" date="YYYY-MM-DD" description="The
1.0.0-alpha5 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>
<!-- UPDATE -->
<action dev="ggregory" type="update" due-to="Dependabot">Bump
org.apache.commons:commons-parent from 67 to 69 #382.</action>
<action dev="ggregory" type="update" due-to="Dependabot">Bump
commons-io:commons-io from 2.16.0 to 2.16.1 #385.</action>
- <action issue="IMAGING-351" dev="kinow" type="update" due-to="Stefan
Oltmann, Gary Lucas, Charles Hope">Fix ExifRewriterRoundtripTest that was
disabled.</action>
</release>
<release version="1.0.0-alpha4" date="2024-03-30" description="The
1.0.0-alpha4 release requires Java 8.">
<!-- FIX -->