X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=ChangeLog;h=4d78c5c157fd1f5f28373ba5bc0e08bb987c3488;hb=501b648ee40f804228c76fddc02ca479c75666f3;hp=cedf176114c7b04a4e53e2a97ad0d012bfc3e210;hpb=bf5013951703c49fe53aa8d21459920c33e30071;p=imagemagick diff --git a/ChangeLog b/ChangeLog index cedf17611..4d78c5c15 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,153 @@ +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. + +2017-03-26 7.0.5-5 Cristy + * Minimize buffer copies to improve OpenCL performance. + * Morphology thinning is no longer a no-op (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31650). + * Patch two PCD writer problems, corrupt output and dark pixels (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=3164). + * Support ICC based PDF's (reference + https://github.com/ImageMagick/ImageMagick/issues/417). + * Fix improper EPS clip path rendering (reference + http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31722). + +2017-03-24 7.0.5-4 Cristy + * Release ImageMagick version 7.0.5-4, GIT revision 19754:350fff3:20170324. + +2017-03-21 7.0.5-4 Cristy + * Respect -loop option for animate -window (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31619). + +2017-03-17 7.0.5-3 Cristy + * Release ImageMagick version 7.0.5-3, GIT revision 19741:070c3fb:20170317. + +2017-03-14 7.0.5-3 Cristy + * Support namespaces for the security policy. + * Support the -authenticate option for PDF (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31530). + +2017-03-11 7.0.5-2 Cristy + * Release ImageMagick version 7.0.5-2, GIT revision 19696:da91a7c:20170311. + +2017-03-06 7.0.5-2 Cristy + * Respect throttle policy (reference + https://github.com/ImageMagick/ImageMagick/issues/393). + * Return proper minima / maxima (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31377). + +2017-03-03 7.0.5-1 Cristy + * Release ImageMagick version 7.0.5-1, GIT revision 19662:b7f455a:20170303. + +2017-02-21 7.0.5-1 Cristy + * Fix Spurious memory allocation message (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31438). + * Identical images should return inf for PSNR (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=31487). + +2017-02-20 7.0.5-0 Cristy + * Release ImageMagick version 7.0.5-0, GIT revision 19616:505fea9:20170220. + +2017-02-20 7.0.5-0 Cristy + * Fix transient bug with -separate option (reference + https://github.com/ImageMagick/ImageMagick/issues/385). + +2017-02-18 7.0.4-10 Cristy + * Release ImageMagick version 7.0.4-10, GIT revision 19608:fe757a2:20170218. + +2017-02-18 7.0.4-10 Dirk Lemstra + * Fixed fd leak for webp coder (reference + https://github.com/ImageMagick/ImageMagick/pull/382) + +2017-02-15 7.0.4-10 Cristy + * Prevent random pixel data for corrupt JPEG image (bug report from + Hirokazu Moriguchi, Sony). + * Restore -mattecolor option. + * Support pixel-cache and shred security policies. + * Bump Magick++ SO. Previously a global replace changed matteColor to + alphaColor. + +2017-02-14 7.0.4-9 Cristy + * Release ImageMagick version 7.0.4-9, GIT revision 19580:d474b37:20170214. + 2017-02-14 7.0.4-9 Cristy * Revert patch that did not set update trait on alpha channel.