X-Git-Url: https://granicus.if.org/sourcecode?a=blobdiff_plain;f=ChangeLog;h=7e621e60dded7c7fb3f28246170e7b6a4b86f5fe;hb=f083093a79e61a9bbe541b62a7b1694ec8199f98;hp=2efd0218ea5b9da40f651b1e144badae122f9b49;hpb=02a83ef303a3217265af4d1eef7892cbae70b7ac;p=imagemagick diff --git a/ChangeLog b/ChangeLog index 2efd0218e..7e621e60d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,5 +1,202 @@ +2017-09-05 7.0.7-1 Dirk Lemstra + * Added -define tiff:write-layers=true to add support for writing layered + tiff files. + +2017-09-03 7.0.7-0 Cristy + * Release ImageMagick version 7.0.7-0, GIT revision 20996:2f8ac2203:20170903. + +2017-08-28 7.0.7-0 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + * Don't overwrite symbolic links when the shred policy is enabled. + +2017-08-27 7.0.6-10 Cristy + * Release ImageMagick version 7.0.6-10, GIT revision 20920:9940c367a:20170827. + +2017-08-27 7.0.6-10 Cristy + * Support -metric ssim, structual similarity index. + +2017-08-26 7.0.6-10 Dirk Lemstra + * Fixed thread safety issue inside the pango and librsvg decoder + (reference: https://github.com/dlemstra/Magick.NET/issues/91). + +2017-08-20 7.0.6-9 Cristy + * Release ImageMagick version 7.0.6-9, GIT revision 20860:3f307d8ad:20170820. + +2017-08-18 7.0.6-9 Glenn Randers-Pehrson + * Fixed bug with writing tIME chunk when timezone has a negative offset + (reference: https://github.com/ImageMagick/ImageMagick/issues/685) + +2017-08-18 7.0.6-8 Cristy + * Release ImageMagick version 7.0.6-8, GIT revision 20838:e2eb79427:20170818. + +2017-08-14 7.0.6-7 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + * Support CubicSpline resize filter. Define the lobes with the + -define filter:lobes={2,3,4} (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=32506). + * Prevent assertion failure when creating PDF thumbnail (reference + https://github.com/ImageMagick/ImageMagick/issues/674). + +2017-08-12 7.0.6-7 Cristy + * Release ImageMagick version 7.0.6-7, GIT revision 20799:0db4d8a16:20170812. + +2017-08-12 7.0.6-7 Cristy + * Improve EPS aliasing (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32497). + +2017-08-11 7.0.6-7 Dirk Lemstra + * Added a new option called 'dds:fast-mipmaps' (reference + https://github.com/ImageMagick/ImageMagick/issues/558) + * The mipmaps of a dds image can now be created from a list of images with + -define dds:mipmaps=fromlist (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=2&t=30236). + +2017-08-10 7.0.6-6 Cristy + * Release ImageMagick version 7.0.6-6, GIT revision 20775:061d0fa25:20170810. + +2017-08-10 7.0.6-6 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + +2017-08-10 7.0.6-6 Glenn Randers-Pehrson + * tests/validate.c: Show the reason for failures in the test logs, + if available. + +2017-08-03 7.0.6-6 Glenn Randers-Pehrson + * Put UTC time in the PNG tIME chunk instead of local time (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32447). + +2017-08-02 7.0.6-5 Cristy + * Release ImageMagick version 7.0.6-5, GIT revision 20715:26b28d50a:20170802. + +2017-08-01 7.0.6-5 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + +2017-07-29 7.0.6-5 Glenn Randers-Pehrson + * Properly set image->colorspace in the PNG decoder (previously + it was setting image->gamma, but only setting image->colorspace + for grayscale and gray-alpha images. Reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32418). + * Fix improper use of NULL in the JNG decoder (CVE-2017-11750, Reference + https://github.com/ImageMagick/ImageMagick/issues/632). + * Added "-define png:ignore-crc" option to PNG decoder. When you know + your image has no CRC or ADLER32 errors, this can speed up decoding. + It is also helpful in debugging bug reports from "fuzzers". + +2017-07-29 7.0.6-5 Cristy + * Off by one error for gradient coder (reference + https://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=32416), + https://github.com/ImageMagick/ImageMagick/issues/612). + +2017-07-28 7.0.6-4 Cristy + * Release ImageMagick version 7.0.6-4, GIT revision 20657:4e81160d6:20170728. + +2017-07-24 7.0.6-4 Cristy + * YUV coder no longer renders streaks (reference + https://github.com/ImageMagick/ImageMagick/issues/612). + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues) including + https://github.com/ImageMagick/ImageMagick/issues/618 (CVE-2017-12676). + * coders/png.c: Initialized quantum_scanline and quantum_info + to prevent a bad free (reference + https://github.com/ImageMagick/ImageMagick/issues/621). + +2017-07-25 7.0.6-4 Glenn Randers-Pehrson + * Removed write_chunk_from_profile() from coders/png.c because it has + not worked at least since version 6.7.6. + * Removed many redundant checks before RelinquishMagickMemory(), which + is safe to call with a NULL argument. + * Added experimental PNG orNT chunk, to store image->orientation. + * Removed vpAg chunk write support (we are now writing caNv instead). + +2017-07-24 7.0.6-3 Cristy + * Release ImageMagick version 7.0.6-3, GIT revision 20598:cc9c43b44:20170724. + +2017-07-23 7.0.6-3 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + +2017-07-23 7.0.6-3 Glenn Randers-Pehrson + * Fix memory leaks when reading a malformed JNG image: + https://github.com/ImageMagick/ImageMagick/issues/600 (CVE-2017-13141), + https://github.com/ImageMagick/ImageMagick/issues/602 (CVE-2017-12565). + +2017-07-21 7.0.6-2 Cristy + * Release ImageMagick version 7.0.6-2, GIT revision 20549:62fcf3d96:20170721. + +2017-07-19 7.0.6-2 Cristy + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + * The -monochrome option no longer returns a blank canvas (reference + https://github.com/ImageMagick/ImageMagick/issues/594). + * coders/png.c: fixed memory leak of quantum_info (CVE-2017-11539, reference + https://github.com/ImageMagick/ImageMagick/issues/582 + * coders/png.c: fixed NULL dereference when trying to write an empty MNG + (CVE-2017-11522, reference + https://github.com/ImageMagick/ImageMagick/issues/586). + +2017-07-15 7.0.6-2 Glenn Randers-Pehrson + * Added caNv, eXIf, and pHYs to the list of PNG chunks to be removed + by the "-strip" option. + +2017-07-15 7.0.6-1 Cristy + * Release ImageMagick version 7.0.6-1, GIT revision 20447:c2a315e10:20170715. + +2017-07-13 7.0.6-1 Glenn Randers-Pehrson + * Implemented PNG eXIf chunk support. + +2017-07-08 7.0.6-1 Cristy + * Support new -auto-threshold option. OTSU and Triangle methods are + currently supported. Look for the Kapur method in the next release. + * Fixed numerous memory leaks (reference + https://github.com/ImageMagick/ImageMagick/issues). + * Don't use variable float_t / double_t, bump SO (reference + https://github.com/ImageMagick/ImageMagick/issues/510). + * Support DNG images with libraw delegate library. + +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. + * Reject JPEG file that is too small (under 107 bytes) to contain + a valid image. + * Reject JNG file that is too small (under 147 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, + CVE 2017-11310). + +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-8, GIT revision 20113:8b67333:20170528. + * 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