X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=ChangeLog;h=4d78c5c157fd1f5f28373ba5bc0e08bb987c3488;hb=501b648ee40f804228c76fddc02ca479c75666f3;hp=0e02cba29f096a9b646190bdc3a5e98850a967dc;hpb=9d90edc602d446c70833e18e6136b06e43265164;p=imagemagick diff --git a/ChangeLog b/ChangeLog index 0e02cba29..4d78c5c15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,80 @@ +2017-07-02 7.0.6-1 Glenn Randers-Pehrson + * Reject PNG file that is too small (under 60 bytes) to contain + a valid image + +2017-06-22 7.0.6-1 Glenn Randers-Pehrson + * Stop a memory leak in read_user_chunk_callback() (reference + https://github.com/ImageMagick/ImageMagick/issues/517). + +2017-06-10 7.0.6-0 Cristy + * Release ImageMagick version 7.0.6-0, GIT revision 20194:b0c0d00:20170611. + +2017-06-10 7.0.6-0 Glenn Randers-Pehrson + * coders/png.c: Accept exIf chunks whose data segment + erroneously begins with "Exif\0\0". + +2017-06-10 7.0.6-0 Cristy + * Introduce SetMagickSecurityPolicy() (MagickCore) and + MagickSetSecurityPolicy() (MagickWand) to set the ImageMagick security + policy (reference https://github.com/ImageMagick/ImageMagick/issues/407). + +2017-06-02 7.0.5-10 Cristy + * Release ImageMagick version 7.0.5-10, GIT revision 20155:38ebc02:20170602. + +2017-06-01 7.0.5-10 Glenn Randers-Pehrson + * Removed experimental PNG zxIF chunk support; the proposal is dead. + +2017-06-01 7.0.5-10 Cristy + * Fix choppy bitmap font rendering (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32071). + * The +opaque option is not longer a noop (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32081). + * Add support for 'hex:' property. + +2017-05-28 7.0.5-9 Cristy + * Release ImageMagick version 7.0.5-9, GIT revision 20113:8b67333:20170528. + +2017-05-28 7.0.5-9 Cristy + * Transient error validating the JPEG-2000 image format (reference + https://github.com/ImageMagick/ImageMagick/issues/501). + * Properly allocate DCM image colormap (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32063). + +2017-05-26 7.0.5-8 Cristy + * Release ImageMagick version 7.0.5-8, GIT revision 20099:870a016:20170526. + +2017-05-23 7.0.5-8 Cristy + * Improper allocation of memory for IM instances without threads (reference + https://github.com/ImageMagick/ImageMagick/issues/497). + * Delete corrupt image from list (reference + https://github.com/ImageMagick/ImageMagick/issues/500). + +2017-05-19 7.0.5-7 Cristy + * Release ImageMagick version 7.0.5-6, GIT revision 20078:7ce2d38:20170519. + +2017-05-15 7.0.5-7 Cristy + * Support various image operators for the compare utility (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=31938). + + 2017-05-12 7.0.5-6 Cristy + * Release ImageMagick version 7.0.5-6, GIT revision 20039:9371904:20170512. + +2017-05-10 7.0.5-6 John Cupitt + * Revise DICOM window and rescale handling (reference + https://github.com/ImageMagick/ImageMagick/pull/484) + 2017-05-06 7.0.5-6 Cristy * Restore the -alpha Shape option (reference https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31879). + * Fix transient PDF bug (reference + https://github.com/ImageMagick/ImageMagick/issues/463). + * The +opaque option now works on all channels (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31862). + * Ensure backwards compatibility for the -combine option (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31855). + * Check for EOF conditions for RLE image format. + * Reset histogram page geometry (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31920). 2017-04-24 7.0.5-5 Cristy * Release ImageMagick version 7.0.5-5, GIT revision 19915:12eec43:20170424.