This is an automated email from the ASF dual-hosted git repository. kinow pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/commons-imaging.git
commit b6b4e9c739ffc22fa0cdad3d54dd203682a47960 Author: Bruno P. Kinoshita <[email protected]> AuthorDate: Mon Sep 13 09:12:56 2021 +1200 [IMAGING-312] Corrected handling of ExtraSamples tag --- src/changes/changes.xml | 3 +++ 1 file changed, 3 insertions(+) diff --git a/src/changes/changes.xml b/src/changes/changes.xml index 51b56ff..e32cce0 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -147,6 +147,9 @@ The <action> type attribute can be add,update,fix,remove. <action issue="IMAGING-266" dev="kinow" type="fix" due-to="Gary Lucas"> Read integer data from GeoTIFFS </action> + <action issue="IMAGING-312" dev="kinow" type="fix" due-to="Gary Lucas"> + Corrected handling of ExtraSamples tag + </action> </release> <release version="1.0-alpha2" date="2020-08-01" description="Second 1.0 alpha release"> <action issue="IMAGING-258" dev="kinow" type="update" due-to="Gary Lucas">
