You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by ki...@apache.org on 2019/06/07 00:57:48 UTC

[commons-imaging] branch master updated: IMAGING-130: changes.xml entry

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


The following commit(s) were added to refs/heads/master by this push:
     new e9f975a  IMAGING-130: changes.xml entry
e9f975a is described below

commit e9f975a8eb487369211dc83a84cd618c2214c2da
Author: Bruno P. Kinoshita <ki...@users.noreply.github.com>
AuthorDate: Fri Jun 7 12:56:34 2019 +1200

    IMAGING-130: changes.xml entry
---
 src/changes/changes.xml | 3 +++
 1 file changed, 3 insertions(+)

diff --git a/src/changes/changes.xml b/src/changes/changes.xml
index 4322bf0..0b28c6a 100644
--- a/src/changes/changes.xml
+++ b/src/changes/changes.xml
@@ -45,6 +45,9 @@ The <action> type attribute can be add,update,fix,remove.
   </properties>
   <body>
     <release version="1.0-alpha2" date="2019-??-??" description="Second 1.0 alpha release">
+      <action issue="IMAGING-130" dev="kinow" type="fix" due-to="Michael Sommerville">
+        Reading of some GIF images throws java.io.IOException: AddStringToTable: codes: 4096 code_size: 12
+      </action>
       <action issue="IMAGING-228" dev="kinow" type="add">
         Remove private method PhotometricInterpreterLogLuv#cube by Math.pow
       </action>