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 289ca5bb4cd6e75a51cffce9800c34f1441da0b9 Author: Bruno P. Kinoshita <ki...@apache.org> AuthorDate: Tue Jan 8 20:07:21 2019 +1300 IMAGING-220: add 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 d5088f5..d98a0f8 100644 --- a/src/changes/changes.xml +++ b/src/changes/changes.xml @@ -46,6 +46,9 @@ The <action> type attribute can be add,update,fix,remove. <body> <release version="1.0" date="TBA" description="First major release"> + <action issue="IMAGING-220" dev="kinow" type="fix"> + JpegDecoder takes a long time (+10s) to decode a bad JPEG + </action> <action issue="IMAGING-219" dev="kinow" type="fix"> Imaging gets stuck parsing a RGBE input file </action>