SEARCH
NEW RPMS
DIRECTORIES
ABOUT
FAQ
VARIOUS
BLOG

 
 
Changelog for perl-PerlMagick-7.1.0.49-1.2.x86_64.rpm :

* Wed Sep 28 2022 Dirk Müller - update to 7.1.0.49:
* Fixed magnify confusing colorspaces other than linear-RGB.
* Mon Sep 12 2022 Dirk Müller - update to 7.1.0.48 upstream changelog: https://raw.githubusercontent.com/ImageMagick/Website/main/ChangeLog.md
* Tue Aug 30 2022 pgajdosAATTsuse.com- version update to 7.1.0.47 upstream changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
* Fri Aug 19 2022 pgajdosAATTsuse.com- version update to 7.1.0.46 upstream changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
* Tue Jul 26 2022 pgajdosAATTsuse.com- version update to 7.1.0.44 upstream changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md- modified patches % ImageMagick-library-installable-in-parallel.patch (refreshed)
* Mon Jul 11 2022 Dirk Müller - update to 7.1.0.42:
* incorrect pointer update when computing median AATT ImageMagick/ImageMagick#5298
* Added extra check because the flag was removed in 0.21-Beta1.
* the -transparent-color option accepts colornames AATT ImageMagick/ImageMagick#5297
* fix MVG stroke-opacity issues
* map channel parameter to pixel channel offset AATT ImageMagick/ImageMagick#5308
* beta release
* preserve input depth AATT ImageMagick/ImageMagick6#188
* update to latest automake/autoconf release
* recognize SVG file if it starts with whitespace AATT ImageMagick/ImageMagick#5294
* Removed unused stealth flag.
* Removed used path field.
* Removed unused target field.
* Removed unused exempt field.
* Added extra option to the skip spaces to the MagicInfo.
* Always start at the start of the string when comparing the magic value.
* cosmetic
* avoid OMP deadlock AATT ImageMagick/ImageMagick#5301
* prevent undefined shift
* prevent possible buffer overflow
* correct copy/paste error
* We need to free the stream ourselves when the call to FT_Open_Face fails.
* Added missing call to DestroyString.
* MVG requires seekable stream
* Added extra malloc method to avoid early calls to the policy checks on Windows.
* Removed defines.
* Only check for dll\'s in non static build.
* Set the client name and path earlier.
* fix background opacity rounding AATT ImageMagick/ImageMagick#5264
* empty result on conversion from tiff to pdf AATT ImageMagick/ImageMagick#5256
* Corrected patch that was made for #5256.
* Pass negative interline_spacing to pango
* Also check extension to fix possible stack overflow.
* eliminate possible buffer overflow
* set group 4 photometric to min-is-white
* dasharray requires non-zero values
* eliminate compiler warning
* only permit one rows/columns keyword
* Moved allocation back to the correct spot to avoid bypassing SetImageExtent.
* Also restore setting quantum_info to null.
* eliminate uninitialized value warning
* Make sure all text strings are freed when realloc fails.
* Reset primitive_info inside RenderMVGContent because this address could point to another address.
* Always check if .text is set instead.
* eliminate uninitialized alpha pixel
* recognize read-mask & write-mask for -channel option
* eliminate compiler warning
* fix scrambled image AATT ImageMagick/ImageMagick#5291
* yikes, misspelled \'level\'
* Fixed possible memory leak.
* support floating point formats
* initialize date:precision in private TimerComponentGenesis() method
* check for -1 is not required
* refactor date:precision flow
* eliminate compiler warning
* correct formulation of the phash normalization
* phash normalization is conventional RMS calculation
* only check shread count once
* add private ShredMagickMemory() method to hide contents of memory buffers before they are relinquished
* system:shred value has precedence over MAGICK_SHRED_PASSES
* support shredding memory pools
* update memory pointer
* Silenced warning.
* Corrected documentation.
* first pass is fast for performance, second is crytographically strong
* recommend shred value of 1 for performance reasons
* only set the # of shred passes one time
* if enabled, shred streams
* unmap mapped pixels
* default mapped member to false
* don\'t shred streaming pixels
* rework shred passes
* optimize performance
* change per lint advisement
* typecast per lint advisement
* eliminate compiler warning
* eliminate lint warnings
* eliminate lint warnings
* support date:timestamp property
* eliminate lint warnings
* set timestamp from image->timestamp member
* eliminate lint warnings
* support MAGICK_DATE_PRECISION and registrydateprecision defines
* support registry:precision define
* need at least one policy defined
* eliminate lint warnings
* note, system:precision is deprecated
* eliminate icc compiler warnings
* eliminate icc compiler warnings
* eliminate compiler warning
* Reverted incorrect patch when doing auto-orient of an image that is right-top or left-bottom.#
* Corrected conversion from flip to Orientation.
* Only close the file blob when gzopen is successful (#5233).
* Added method to add utf8 support for gzopen on Windows.
* Only parse SOURCE_DATE_EPOCH once.
* Restored check that did not seem to be necessary.
* Whitespace
* Limit the value of min_channels in the PSDInfo inside the tiff coder to make it possible to read images with a lot of meta channels
* Make sure that the creation and modification date have the same value in both places and added option to override this (pdf:create-epoch and pdf:modify-epoch)
* Added option to specify the creator (pdf:creator) and use that as xap:CreatorTool instead.
* Added WritePDFValue method that can be reused to write other values.
* Use the new method to write the other values.
* Added option to specify the keywords (pdf:keywords) and use that as pdf:Keywords in the xmp profile.
* Only check if magick is PDFA once.
* Added option to specify the subject (pdf:subject).
* Also fix incorrect fclose for bzlib.
* collect VICAR properties
* fix improper close when opening zipped file
* Restored setting the file to NULL
* Also remove date:timestamp when stripping the image.
* Tue Jun 07 2022 Dirk Müller - update version to 7.1.0.37
* Support Unicode MP4 filenames
* set pass when webp:target-size or webp:target-psnr are set to fix #4931
* Corrected rotation angle for right-top and left-bottom in auto-orient. see the upstream changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
* Tue May 31 2022 pgajdosAATTsuse.com- version update to 7.1.0.36 see the upstream changelog: https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
* Wed May 18 2022 Paolo Stivanin - version update to 7.1.0.35 see the upstream changelog:
* https://github.com/ImageMagick/Website/blob/main/ChangeLog.md
* Tue May 10 2022 pgajdosAATTsuse.com- version update to 7.1.0.33 see the upstream changelog:
* https://github.com/ImageMagick/Website/blob/main/ChangeLog.md- modified patches % ImageMagick-configuration-SUSE.patch (refreshed) % ImageMagick-library-installable-in-parallel.patch (refreshed)
* Tue Apr 19 2022 Dirk Müller - version update to 7.1.0.30:
* Remove unused EXPLICIT_TEMPLATE_INSTANTIATION
* Fixes #4985: 4e+26 is outside the range of representable values of type \'unsigned long\' at- fix typo on update-alternatives call
* Sun Apr 17 2022 Christian Boltz - drop ImageMagick-s390-disable-tests.patch - the tests no longer fail
* Thu Apr 07 2022 pgajdosAATTsuse.com- version update to 7.1.0.29 see ChangeLog.md for details (https://github.com/ImageMagick/ImageMagick/blob/main/ChangeLog.md)
* Wed Mar 23 2022 Dirk Müller - update to 7.1.0.28:
* support 10-bit AVIF
* fix PS and EPS %%BoundingBox not being parsed
* fix stack based buffer overflow in _TIFFVGetField (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=42549)
* fix heap buffer overflow in dcm image reading (https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=45640)
* Tue Mar 15 2022 pgajdosAATTsuse.com- version update to 7.1.0.27 see ChangeLog.md for details (https://github.com/ImageMagick/ImageMagick/blob/main/ChangeLog.md)
* Thu Feb 24 2022 pgajdosAATTsuse.com- version update to 7.1.0.26
* unrecognized color as the color is used before it is defined (reference https://github.com/ImageMagick/ImageMagick/issues/4843).
* optimized performance of thumbnail resizing algorithm (reference https://github.com/ImageMagick/ImageMagick/discussions/4755).
* Mon Feb 21 2022 pgajdosAATTsuse.com- version update to 7.1.0.25
* incontinuity in straight segment of polyline (reference https://github.com/ImageMagick/ImageMagick/issues/4837).
* Mon Feb 14 2022 Dirk Müller - update to 7.1.0.24:
* optimize reading of XPM properties.
* the GIF Netscape block must appear immediately after the global color table.
* Mon Feb 07 2022 pgajdosAATTsuse.com- version update to 7.1.0.23
* limit recursion when reading the VID image format.
* improperly resizing memory due to errant check (reference https://github.com/ImageMagick/ImageMagick/issues/4807).
* https://github.com/ImageMagick/ImageMagick/issues/4790 [bsc#1195321]
* Wed Feb 02 2022 pgajdosAATTsuse.com- version update to 7.1.0.22
* limit colorname length to avoid possible DoS
* restore MPRI URI in SVG
* PDF now shows the correct Unicode title (reference https://github.com/ImageMagick/ImageMagick/issues/4771).
* optimize Fx image statistics (reference https://github.com/ImageMagick/ImageMagick/discussions/4533).
* Support seamless blending of a foreground and background image.
* Support saliency blending of a foreground and background image.
* Support QOI image format.
* Perist frame delay when converting APNG to Webp (reference https://github.com/ImageMagick/ImageMagick/issues/4704).
* -fx performance increase by one or two orders of magnitude (reference https://github.com/ImageMagick/ImageMagick/discussions/4533).
* Add support for formatted text (reference https://github.com/ImageMagick/ImageMagick/discussions/4515).
* Thu Dec 30 2021 Dirk Müller - update to 7.1.0.19:
* support -integral option.
* possible DoS for certain SVG constructs (reference https://github.com/ImageMagick/ImageMagick/issues/4626).
* Tue Dec 21 2021 Dirk Müller - update to 7.1.0.18:
* support face index for font collections, e.g. msgothic.ttc[1].
* Improved adjustment of page offset when resizing an image.
* Sat Dec 11 2021 Dirk Müller - update to 7.1.0.17:
* set threads to 1 when using ASAN to avoid false positive memory leaks.
* Wed Nov 24 2021 Dirk Müller - update to 7.1.0.16:
* Fixed an OpenCL build problem.
* Added support for reading extra channels in a PSD file (reference
* Fix alpha channel calculation of arithmetic divide compose operator.
* Mon Nov 15 2021 pgajdosAATTsuse.com- version update to 7.1.0.14
* Support \'#\' modifier to aspect ratio geometry (e.g., 3:2#).
* The profile of a PSD file will no longer be copied to all the images, only the first returned image will contain the profile. To re-enable the old behavior add -define psd:replicate-profile=true.
* Sat Nov 13 2021 Dirk Müller - update to 7.1.0.13:
* Fix stack overflow when parsing malicious ps image file
* Fix connected component abort trap
* Fix possible unitialized values
* Fix stack overflow when parsing malicious tiff image file
* Sat Oct 16 2021 Dirk Müller - update to 7.1.0.10:
* improved algorithm for automatic calculation of pointsize for caption and labels.
* support -auto-orient option in the identify utlity.
* Mon Oct 04 2021 pgajdosAATTsuse.com- previous version updates fixed also: CVE-2018-10805,CVE-2018-11624,CVE-2018-11625,CVE-2018-12599,CVE-2018-12600, CVE-2018-14434,CVE-2018-14435,CVE-2018-14436,CVE-2018-14437,CVE-2018-16323, CVE-2018-16328,CVE-2018-16329,CVE-2018-16412,CVE-2018-16413,CVE-2018-16640, CVE-2018-16641,CVE-2018-16642,CVE-2018-16643,CVE-2018-16644,CVE-2018-16645, CVE-2018-17966,CVE-2018-18024,CVE-2018-18544,CVE-2018-20467,CVE-2019-10650, CVE-2019-11007,CVE-2019-11008,CVE-2019-11470,CVE-2019-11472,CVE-2019-11505, CVE-2019-11506,CVE-2019-11597,CVE-2019-11598,CVE-2019-12974,CVE-2019-12975, CVE-2019-12976,CVE-2019-12977,CVE-2019-12978,CVE-2019-12979,CVE-2019-13133, CVE-2019-13134,CVE-2019-13135,CVE-2019-13136,CVE-2019-13137,CVE-2019-13295, CVE-2019-13296,CVE-2019-13297,CVE-2019-13298,CVE-2019-13299,CVE-2019-13300, CVE-2019-13301,CVE-2019-13302,CVE-2019-13303,CVE-2019-13304,CVE-2019-13305, CVE-2019-13306,CVE-2019-13307,CVE-2019-13308,CVE-2019-13309,CVE-2019-13310, CVE-2019-13311,CVE-2019-13391,CVE-2019-13454,CVE-2019-14980,CVE-2019-14981, CVE-2019-15139,CVE-2019-15140,CVE-2019-15141,CVE-2019-16708,CVE-2019-16709, CVE-2019-16710,CVE-2019-16711,CVE-2019-16712,CVE-2019-16713,CVE-2019-19948, CVE-2019-19949,CVE-2019-7175,CVE-2019-7395,CVE-2019-7396,CVE-2019-7397, CVE-2019-7398,CVE-2019-9956,CVE-2020-19667,CVE-2020-25664,CVE-2020-25665, CVE-2020-25666,CVE-2020-25674,CVE-2020-25675,CVE-2020-25676,CVE-2020-27560, CVE-2020-27750,CVE-2020-27751,CVE-2020-27752,CVE-2020-27753,CVE-2020-27754, CVE-2020-27755,CVE-2020-27756,CVE-2020-27757,CVE-2020-27758,CVE-2020-27759, CVE-2020-27760,CVE-2020-27761,CVE-2020-27762,CVE-2020-27763,CVE-2020-27764, CVE-2020-27765,CVE-2020-27766,CVE-2020-27767,CVE-2020-27768,CVE-2020-27769, CVE-2020-27770,CVE-2020-27771,CVE-2020-27772,CVE-2020-27773,CVE-2020-27774, CVE-2020-27775,CVE-2020-27776,CVE-2020-29599,CVE-2021-20241,CVE-2021-20311, CVE-2021-20312,CVE-2021-20313,CVE-2021-20241,CVE-2021-20243,CVE-2021-20244, CVE-2021-20246 (bsc#1094741,bsc#1094742,bsc#1094745,bsc#1095812,bsc#1096200,bsc#1096203, bsc#1098545,bsc#1098546,bsc#1102003,bsc#1102004,bsc#1102005,bsc#1102007, bsc#1106254,bsc#1106855,bsc#1106857,bsc#1106858,bsc#1106989,bsc#1106996, bsc#1107604,bsc#1107609,bsc#1107612,bsc#1107616,bsc#1107618,bsc#1107619, bsc#1110746,bsc#1111069,bsc#1111072,bsc#1113064,bsc#1120381,bsc#1124365, bsc#1124366,bsc#1124367,bsc#1124368,bsc#1128649,bsc#1130330,bsc#1131317, bsc#1132054,bsc#1132060,bsc#1133204,bsc#1133205,bsc#1133498,bsc#1133501, bsc#1136732,bsc#1138464,bsc#1139884,bsc#1139885,bsc#1139886,bsc#1140100, bsc#1140102,bsc#1140103,bsc#1140104,bsc#1140105,bsc#1140106,bsc#1140110, bsc#1140111,bsc#1140501,bsc#1140513,bsc#1140520,bsc#1140534,bsc#1140538, bsc#1140543,bsc#1140545,bsc#1140547,bsc#1140549,bsc#1140552,bsc#1140554, bsc#1140664,bsc#1140665,bsc#1140666,bsc#1140667,bsc#1140668,bsc#1140669, bsc#1140673,bsc#1141171,bsc#1146065,bsc#1146068,bsc#1146211,bsc#1146212, bsc#1146213,bsc#1151781,bsc#1151782,bsc#1151783,bsc#1151784,bsc#1151785, bsc#1151786,bsc#1159861,bsc#1160369,bsc#1161194,bsc#1178067,bsc#1179103, bsc#1179202,bsc#1179208,bsc#1179212,bsc#1179221,bsc#1179223,bsc#1179240, bsc#1179244,bsc#1179260,bsc#1179268,bsc#1179269,bsc#1179276,bsc#1179278, bsc#1179281,bsc#1179285,bsc#1179311,bsc#1179312,bsc#1179313,bsc#1179315, bsc#1179317,bsc#1179321,bsc#1179322,bsc#1179327,bsc#1179333,bsc#1179336, bsc#1179338,bsc#1179339,bsc#1179343,bsc#1179345,bsc#1179346,bsc#1179347, bsc#1179361,bsc#1179362,bsc#1179397,bsc#1179753,bsc#1182335,bsc#1184624, bsc#1184626,bsc#1184627,bsc#1184628,bsc#1182335,bsc#1182336,bsc#1182325, bsc#1182337)
* Mon Oct 04 2021 pgajdosAATTsuse.com- version update to 7.1.0.9:
* Squash a dump truck load of VisualStudio compiler warnings.
* improved algorithm for automatic calculation of word breaks and pointsize for caption and labels.
* improve wrapping between words and within words (reference https://github.com/ImageMagick/ImageMagick/discussions/4227).- added patches disable Contrast test for i586 on SLE 15 + ImageMagick-filter.t-disable-Contrast.patch
* Mon Sep 20 2021 pgajdosAATTsuse.com- version update to 7.1.0.8
* Check for `null` in InvokeDelegate() (reference https://github.com/ImageMagick/ImageMagick/issues/4225).
* Fixed incorrect check when module is used as the domain in policy.xml that could allow the use of a disabled module. (reference https://github.com/ImageMagick/ImageMagick/security/advisories/GHSA-qvhr-jj4p-j2qr).
* Prevent color reduction merging into one color (reference https://github.com/ImageMagick/ImageMagick/issues/4059)
* Tweak the bilevel image type (reference https://github.com/ImageMagick/ImageMagick/issues/4121).
* Converting from LAB to RGB leads to wrong colors (reference https://github.com/ImageMagick/ImageMagick/issues/4105).
* Added option (-dng:read-thumbnail=true) to read the thumbnail of a raw Image and store it as a profile called dng:thumbnail.
* Heap-based buffer overflow in TIFF coder (alert from Hunter Mitchell).
* Grayscale image write optimization.
* Mon Jul 26 2021 Dirk Müller - update to 7.1.0.4:
* trim no longer returns an empty image on 1-pixel width input (reference https://github.com/ImageMagick/ImageMagick/issues/3896).
* remove virtual canvas offset from difference image.
* Added option to set the pixel format option of ffmpeg when reading a video file with -define video:pixel-format=.
* system() is not supported under IOS.
* accelerate subimage-search with FFT\'s (contributed by Fred).
* malloc() corruption fix
* Added option to set the vsync option of ffmpeg when reading or writing a video file with -define video:vsync=.
* Mon Jun 21 2021 pgajdosAATTsuse.com- version update to 7.1.0.0 [bsc#1187501]
* SVG no longer hangs when handling class in (reference https://github.com/ImageMagick/ImageMagick/issues/3818).
* Bump minor version (reference https://github.com/ImageMagick/ImageMagick/issues/3768)
* Raise exception for invalid compose:args geometry (reference https://github.com/ImageMagick/ImageMagick/issues/3765).
* Added support for reading and writing 16-bit jxl images.- modified sources % baselibs.conf
* Tue May 25 2021 pgajdosAATTsuse.com- version update to 7.0.11.13
* Fixed reading and writing the XMP chunk in a WebP image (reference https://github.com/ImageMagick/ImageMagick/discussions/3617).
* label and caption sanity check is too conservative.
* Mon May 10 2021 pgajdosAATTsuse.com- version update to 7.0.11.12
* The HEIC depth image will now only be read when the define heic:depth-image is true.
* -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520).
* Thu May 06 2021 pgajdosAATTsuse.com- version update to 7.0.11.11
* FL32 no longer returns scambled results (reference https://github.com/ImageMagick/ImageMagick/issues/3614).
* Ashlar pseudo-image format no longer crops labels in last row of tiles by default (reference https://github.com/ImageMagick/ImageMagick/issues/3618).
* Optimize CompareImageBounds().
* Check image is not NULL before dereferencing.
* eliminate uninitialized value
* Differences in computing linear gray (reference https://github.com/ImageMagick/ImageMagick/issues/3571).
* added support for pdf:author, pdf:producer and pdf:title when writing a PDF file.
* Thu Apr 29 2021 Ben Greiner - force --with-fftw delegate support. FFTW3 is a BuildRequirement but not detected automatically.
* Tue Apr 13 2021 pgajdosAATTsuse.com- version update to 7.0.11.7
* constrain sub-image list.
* -layers optimize no longer produces broken output (reference https://github.com/ImageMagick/ImageMagick/issues/3520).
* Tue Apr 06 2021 Dirk Müller - udpate to 7.0.11.6:
* fix portable Windows build.
* Wed Mar 31 2021 pgajdosAATTsuse.com- version update to 7.0.11.5
* OpenCL will be disable by default, use the environment variable MAGICK_OCL_DEVICE to turn it on or select the device to use.- modified patches % ImageMagick-library-installable-in-parallel.patch (refreshed)
* Sat Mar 27 2021 Dirk Müller - update to 7.0.11.4:
* support caption:split define (reference
* avoid an omp deadlock with policy string
* Sun Mar 14 2021 Dirk Müller - update to 7.0.11.3:
* Eliminate multiple division by zero exceptions (reference https://github.com/ImageMagick/ImageMagick/issues/3339 and others).
* Use -define filename:literal=true to bypass interpretting embedded formatting characters and instead use the filename literally.
* decode HEIC images in sRGB instead of YCbCr.
* Division by zero error is possible if crafty file sets film-gamma property
* Check for overflow in thumbnail coder
* Prevent compiler from optimizing out buffer clearing in cipher
* Clone properties from image stack.
* Set overall image depth statistic in Composite channel.
* Tue Feb 23 2021 pgajdosAATTsuse.com- version update to 7.0.11.1
* bump minor version #
* allow reading multichannel PSD files with 1 or 2 channels.
* respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212).
* Tue Feb 16 2021 pgajdosAATTsuse.com- version update to 7.0.11.0
* bump minor version #
* allow reading multichannel PSD files with 1 or 2 channels.
* respect masks when computing SSIM metric (reference https://github.com/ImageMagick/ImageMagick/discussions/3212).- build against libraw [bsc#1182229]
* Tue Feb 09 2021 pgajdosAATTsuse.com- version update to 7.0.10.62
* -trim not working as expected (reference https://github.com/ImageMagick/ImageMagick/discussions/3172).
* possible undefined behavior (reference https://github.com/ImageMagick/ImageMagick/issues/3195).
* sanitize buggy ascender and descender values (reference https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=980202).
* dng:decode element in delegates.xml quoted incorrectly (reference https://github.com/ImageMagick/ImageMagick/issues/3156).
* Extract GPS info from TIFF images (reference https://github.com/ImageMagick/ImageMagick/issues/3167).
* Revert tieing MagickFloatType to double (reference https://github.com/ImageMagick/ImageMagick/pull/2832).
* revert configure script for validating JXL delegate library.
* the distributed pixel cache now properly deserializes the image attributes.
* Sun Jan 24 2021 Dirk Müller - update to 7.0.10.59:
* strip EXIF marker from profile
* add --enable-opencl to the configure command-line to enable OpenCL support.
* generate histograms by comparing pixel components rather than color
* Sun Jan 17 2021 Dirk Müller - update to 7.0.10.58:
* identify the convex hull and minimum bounding box attributes of an image with the -define identify:convex-hull=true define.
* set the quality to 100 to produce lossless HEIC images (reference https://github.com/ImageMagick/ImageMagick/pull/3116).
* properly identify SVG images (reference https://github.com/ImageMagick/ImageMagick/issues/3117).
* duplicate operator: inverse range parameter working again (reference https://github.com/ImageMagick/ImageMagick/issues/3113).
* Fix rounding error for CSS colors on i686 (reference https://tracker.debian.org/pkg/imagemagick).
* additional checks to prevent integer overflow.
* Fix rounding error for CSS colors (reference https://github.com/ImageMagick/ImageMagick6/issues/129).
* Mon Jan 04 2021 pgajdosAATTsuse.com- version update to 7.0.10.55
* revert changes to the default max width/height of image.
* replaced jxl coder with an implementation that uses the jpeg-xl reference library.
* added -define trim:edges=(north,east,south,west) that can be used to trim a single or multiple edges.
* Fri Jan 01 2021 Chris Coutinho - Add libheif dependency to support HEIC file formats
* Mon Dec 28 2020 pgajdosAATTsuse.com- version update to 7.0.10.53
* CSS colors no longer require commas.
* eliminate possible arthimetic overflow (reference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=28849)
* support display-p3, Adobe-98, and Pro-photo colorspaces
* read/write 1024 colors Sixel images (reference https://github.com/ImageMagick/ImageMagick/discussions/3018).
* return alpha bytes with stream utility (reference https://github.com/ImageMagick/ImageMagick/discussions/2862).
* percentage -border in x no longer adds one pixel border in y (reference https://github.com/ImageMagick/ImageMagick/issues/2978).
* reduce time to identify PDF/PS/XPS/PCL image width/height (reference https://github.com/ImageMagick/ImageMagick/discussions/2993).
* revert patch to ready gray alpha TIFF image.- modified patches % ImageMagick-configuration-SUSE.patch (refreshed)
* Tue Dec 15 2020 pgajdosAATTsuse.com- version update to 7.0.10.49
* correct previous patch to read planar RGB TIFF images.
* Repair unit test failures (reference https://github.com/ImageMagick/ImageMagick/issues/2959).
* support YAML image format.
* use generic TIFF read method for LZW-compressed strips (reference https://github.com/ImageMagick/ImageMagick/discussions/2935).
* possible TIFF related-heap buffer overflow (alert & POC by Hardik Shah).
* set default system font in policy.xml configuration file.
* support portable float map format 16-bit half.- modified patches % ImageMagick-configuration-SUSE.patch (refreshed)
* Thu Dec 03 2020 pgajdosAATTsuse.com- version update to 7.0.10.45
* added support for the farbfeld format (reference https://github.com/ImageMagick/ImageMagick/discussions/2664).
* specify the bilateral neighbor as width/height rather than radius/sigma.
* correct reading of first row in TIFF decoder.
* correct rotation parameter for SVG transform.
* Tue Nov 24 2020 pgajdosAATTsuse.com- version update to 7.0.10.43
* add padding to AcquirePolicyString().
* revert memory patch to avert possible thread lock.
* add support for FilmLight FL32 image format.
* remove Linux shell artifact from Windows delegate configuration file.
* fix shell injection vulnerability via the -authenticate option (reference alexAATTcure...).
* support DPX 4:2:2 sampling.
* Release ImageMagick version 7.0.10-38 GIT revision 17815:bf51a3f1f:20201114
* add image settings support to -fx.
* better support for TIFF YCbCr photometric.
* verify TTF glyph format before dereferencing (reference https://bugs.chromium.org/p/oss-fuzz/issues/detail?id=26932).
* force single HEIC image per container.
* Release ImageMagick version 7.0.10-37 GIT revision 17780:47a8392ef:20201107
* check and report if profile is corrupt.
* do not add entropy based on mkstemp() unique filename.
* Tue Nov 03 2020 pgajdosAATTsuse.com- version update to 7.0.10.35
* Prefer ffmpeg over avconv.
* Support median image statistic and median property.
* Add -extend option to {display,animate,import}.- modified patches % ImageMagick-configuration-SUSE.patch (refreshed)
* Tue Oct 13 2020 pgajdosAATTsuse.com- version update to 7.0.10.34
* check for linux-compatible sendfile().
* Mon Oct 05 2020 pgajdosAATTsuse.com- version update to 7.0.10.33
* miscellaneous clean-up.
* enable WMF for module build.
* writing PDF requires a seekable stream.
* Mon Sep 28 2020 Dirk Mueller - update to 7.0.10.31:
* Add support for APNG (specify explicitly, e.g. apng:animate.png).
* Add support for WEBM.
* Fixed registry lookup of GhostScript that now writes the patch version to the registry
* Add endian support to JSON coder.
* Regression: MapCache type cache allocation skipped
* Some DCM images include a thumbnail
* Mon Sep 14 2020 Dirk Mueller - update to 7.0.10.29:
* Eliminate infinite loop for certain SVG styles
* Add version element to JSON file format
* Enabled support for AVIF encoding on Windows.
* Clip path in 8bim profile is updated when the image is extended.- remove ImageMagick-set-correct-colorspace.patch, ImageMagick-inkscape-commandilne.patch (upstream)
* Mon Aug 31 2020 pgajdosAATTsuse.com- added patches fix inkscape commandline [bsc#1174272] + ImageMagick-inkscape-commandilne.patch
* Mon Aug 31 2020 pgajdosAATTsuse.com- fix bsc#1106272- added patches fix https://github.com/ImageMagick/ImageMagick/commit/029fb3425ecf82e8b30c060e38a135d1d3e76bb3 + ImageMagick-set-correct-colorspace.patch
* Mon Aug 31 2020 pgajdosAATTsuse.com- version update to 7.0.10.28
* Distorted clip path after -extent (reference https://github.com/ImageMagick/ImageMagick/issues/2414).
* Paths in Photoshop EPS files are corrupted on conversion (reference https://github.com/ImageMagick/ImageMagick/issues/2413).
* Tue Aug 11 2020 pgajdosAATTsuse.com- version update to 7.0.10.27
* fix regression when detecting the libz delegate library.
* Add animated webp blend method support (reference https://github.com/ImageMagick/ImageMagick/pull/2351).
* Add support for OpenRaster (.ora) image format (reference https://github.com/ImageMagick/ImageMagick/pull/2342).
* Paths in Photoshop EPS files are no longer corrupted (reference https://github.com/ImageMagick/ImageMagick/issues/2380).
* Tue Aug 04 2020 pgajdosAATTsuse.com- version update to 7.0.10.25
* Remove UseCIEColor setting from PDF code as its use is not recommended.
* Update to the latest documentation.
* To preserve compression of input image with the tiff encoder use: - define tiff:preserve-compression=true.
* Add support for the -white-balance command-line option.
* Discover hidden files when globbing (e.g.
*.jpg) (reference https://github.com/ImageMagick/ImageMagick/discussions/2239).
* New inverse-log evaluate operator.
* Ensure that float is valid in ClampToQuantum() (reference https://github.com/ImageMagick/ImageMagick/pull/2219).
* New pseudo-image format, ashlar, e.g. convert
*.jpg -resize 320x320 ashlar:canvas.png).
* Tue Jun 30 2020 pgajdosAATTsuse.com- version update to 7.0.10.22
* fix wrapping of caption (reference https://github.com/ImageMagick/ImageMagick/issues/2178).
* sanity check of affine matrix when drawing.
* Fri Jun 26 2020 pgajdosAATTsuse.com- version update to 7.0.10.21
* new image property, %N, only report the # of frames in an image sequence, just once rather than on a per frame basis
* problems converting CMYK to RGB regression (reference https://github.com/ImageMagick/ImageMagick6/issues/83)
* Added support for 32 bit zip with prediction format to the PSD decoder (reference https://github.com/ImageMagick/ImageMagick/issues/455).
* Fix out-of-bounds vulnerability when reading sixel images (reference https://github.com/ImageMagick/ImageMagick/issues/2143).
* Fix incorrect parsing of font family list (reference https://github.com/ImageMagick/ImageMagick/issues/2153).
* Improve checking for write failures (reference https://github.com/ImageMagick/ImageMagick/pull/2081).
* Thu Jun 11 2020 pgajdosAATTsuse.com- version update to 7.0.10.18
* Colorspace change will remove ICC profile (reference https://github.com/ImageMagick/ImageMagick6/issues/82).
* Mon Jun 08 2020 pgajdosAATTsuse.com- version update to 7.0.10.17
* Free up memory after a ICC profile is removed.
* Mon Jun 01 2020 pgajdosAATTsuse.com- version update to 7.0.10.16
* Don\'t check for incompatible ICC profiles when writing PDF images, instead the user is expected to provide compatible image colorspaces or strip the ICC profile with, for example, the -strip option.
* Clipping was not returning expected results (reference https://github.com/ImageMagick/ImageMagick/discussions/2061).
* Don\'t write a ICC profile to PDF if the image is gray (reference https://github.com/ImageMagick/ImageMagick/issues/2070).
* Tue May 19 2020 pgajdosAATTsuse.com- use --quiet option to update-alternatives [bsc#1171431]
* Mon May 18 2020 pgajdosAATTsuse.com- version update to 7.0.10.13
* Black artefacts during quantization (reference https://github.com/ImageMagick/ImageMagick/discussions/2007#discussioncomment-13546).
* Tue May 12 2020 pgajdosAATTsuse.com- version update to 7.0.10.11
* Disable \"random\" OpenCL kernel. Previously the work load was distributed but each started with the same random seed.
* Finished implementation of -distort rigid-affine.
* Enable threaded PNG coder.
* Mon May 04 2020 pgajdosAATTsuse.com- version update to 7.0.10.10
* Correction to allocate a colormap of the maximum colors when color reducing an image sequence.
* Write to stdout for mp4:-.
* Allocate a colormap of the maximum colors when color reducing an image sequence.
* Label was not centered properly (reference https://github.com/ImageMagick/ImageMagick/issues/1879).
* Some configure --with-method-prefix methods were missing (reference https://github.com/ImageMagick/ImageMagick/issues/1912).
* Fix erroneous \"insufficient image data\" exception (reference https://github.com/ImageMagick/ImageMagick/issues/1883).
* Fix an unconditional jump for the XPM coder (reference https://github.com/ImageMagick/ImageMagick/issues/1895).
* Improve unrotate value returned by the minimum bounding box (thanks to Fred Weinhaus).
* Default inkscape delegate to version 0.92 (reference https://github.com/ImageMagick/ImageMagick/discussions/1880).
* Set monochrome image depth to 1 for Group4 compression.
* The X max attribute for certain fonts is zero (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
* Multi-value of jp2:quality does not work (reference https://github.com/ImageMagick/ImageMagick/issues/1873).
* Return EPS & TIFF images from the EPT image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37781).
* Mon Mar 30 2020 pgajdosAATTsuse.com- version update to 7.0.10.3
* The -charcoal option should ignore the alpha channel.
* Fix numerical instability issue when drawing lines
* Improve mono font rendering (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37723).
* Wed Mar 25 2020 pgajdosAATTsuse.com- version update to 7.0.10.2
* Fixed another sizing issue with the label coder when pointsize is set.
* Respect explicit image filename modified (e.g. png24:im.png) (reference https://github.com/ImageMagick/ImageMagick/issues/1835).
* Add support for returning the minimum bounding box of an image with the %[minimum-bounding-box] property.
* Stroked dash array render properly again.
* Fri Mar 20 2020 pgajdosAATTsuse.com- version update to 7.0.10.1
* Add support for returning the convex hull of an image with the %[canvas-hull] property.
* Added option to specify the preferred version when writing a PDF file with - define pdf:version=version (e.g. 1.7).
* Do not throw exception on empty draw path (reference https://github.com/ImageMagick/ImageMagick/issues/974).
* Fix possible buffer overflow in ComplexImages().
* SVG to MVG requires transforms to appear before clipping paths (reference https://github.com/ImageMagick/ImageMagick/issues/1860).
* Mon Mar 09 2020 pgajdosAATTsuse.com- version update to 7.0.10.0
* Label text no longer gets cut-off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37621).
* Prevent heap overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1857).
* Mon Mar 02 2020 pgajdosAATTsuse.com- version update to 7.0.9.27
* Make sure we can grok this Fx expression: 1- -2.
* Do not advance when substituting a NULL string.
* Correct alpha for named colors in the Q32 non-HDRI build.
* Write Group4 compressed image as a single strip.
* No percent sign in lab() color.
* Introducing the -color-threshold command-line option.
* Handle out of range HDRI values for -statistic option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37589).
* Fix improper casting when computing image signature (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37594).
* Mon Feb 24 2020 pgajdosAATTsuse.com- version update to 7.0.9.25
* Adapt to a change in command-line options in the SVG inkscape delegate.
* No percent sign in lab() color.
* Support connected-components:eccentricity-threshold, connected-components:major-axis-threshold, connected-components:minor-axis-threshold, connected-components:angle-threshold.
* Set the alpha channel if the write mask is not enabled.
* Corrected ellipse orientation when computing image moments.
* Mon Feb 17 2020 pgajdosAATTsuse.com- version update to 7.0.9.23
* Report gray(127.5) as gray(50%).
* Support -define connected-components:perimeter-threshold=min-max
* Mon Feb 10 2020 pgajdosAATTsuse.com- version update to 7.0.9.22
* More work on connect components, e.g. keep-colors, remove-colors, keep-topids.
* Initialize mutex before locking if its not already initialized.
* Support 24-bit TIFF images.
* Mon Feb 03 2020 pgajdosAATTsuse.com- version update to 7.0.9.21
* Support additional connected components defines.
* Refresh cache morphology when writing MPC images.
* Mon Jan 27 2020 pgajdosAATTsuse.com- version update to 7.0.9.19
* Alpha draw primitive no longer returns a parser exception.
* Support 32-bit tiled TIFF images.
* New -connected-component options (reference https://imagemagick.org/script/connected-components.php).
* Make PNG creation reproducible (reference https://github.com/ImageMagick/ImageMagick/pull/1270).
* Refactor uninitialize variable patch for -fx \"while(,)\" expression.
* Tue Jan 21 2020 pgajdosAATTsuse.com- version update to 7.0.9.17
* Allow larger negative interline spacing (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=37391).
* Conditional compile for huge xml pages for RSVG delegate library.
* Put \"width\" property in the PNG namespace (reference https://github.com/ImageMagick/ImageMagick/issues/1833).
* -combine -colorspace sRGB no longer returns grayscale output (reference https://github.com/ImageMagick/ImageMagick/issues/1835).
* Support Jzazbz colorspace (contributed by snibgo AATT http://im.snibgo.com/jzazbz.htm).
* Tue Jan 14 2020 pgajdosAATTsuse.com- version update to 7.0.9.16
* Fixed three failing Magick.NET unit tests.
* Also support svg:xml-parse-huge when using librsvg.
* Optimize -evaluate-sequence option (reference https://github.com/ImageMagick/ImageMagick/issues/1824).
* Support Fx do() iterator.
* `magick -size 100x100 xc:black black.pnm` no longer creates a white image (reference https://github.com/ImageMagick/ImageMagick/issues/1817).
* setjmp/longjmp in jpeg.c no longer trigger undefind behavior (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37379).
* Permit compositing in the CMYK colorspace (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37368).
* Wed Jan 08 2020 pgajdosAATTsuse.com- version update to 7.0.9.14
* Support extended Fx assignment operators (e.g.
*=, /=, ++, --, etc.)
* Support Fx for() iterator.
* Optimize Fx performance.
* Ensure circle.rb renders the same for IMv6 and IMv7
* Thu Jan 02 2020 pgajdosAATTsuse.com- version update to 7.0.9.13
* xc:white no longer creates a black PNM image (reference https://github.com/ImageMagick/ImageMagick/issues/1817).
* Sync pixel cache for -kmeans option.
* Thread -kmeans option.
* PSD: only set the alpha channel when type is not 0.
* Fix Lab to custom profile (CMYK or RGB) conversion bug (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37318).
* Fix Build failure with MinGW-w64 (reference https://github.com/ImageMagick/ImageMagick6/issues/67).
* Inject image profile properties immediately after the image is read.
* Replace pseudo-random number generator with a Xoshiro generator.
* The -layers optimize option requires a fully transparent previous image.
* Some clang releases do not support _aligned_alloc().
* Support -kmeans command-line option.
* The -layers optimize option requires a fully transparent previous image.
* Fri Dec 20 2019 pgajdosAATTsuse.com- version update to 7.0.9.9
* Build file clean-up (reference https://github.com/ImageMagick/ImageMagick/pull/1798).
* Improve semaphore handling AATT https://github.com/ImageMagick/ImageMagick/pull/1798).
* Introduce HeapOverflowSanityCheckGetExtent() method (reference https://github.com/ImageMagick/ImageMagick/pull/1798).
* The -layers optimize option requires a fully transparent previous image.
* Thu Dec 12 2019 pgajdosAATTsuse.com- version update to 7.0.9.8
* -type bilevel behavior restored, it creates a black and white image.
* Support Pocketmod image format, e.g. convert -density 300 pages?.pdf pocketmod:organize.pdf
* Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).
* Update documentation.- deleted patches - ImageMagick-targa.patch (upstreamed)
* Wed Nov 27 2019 pgajdosAATTsuse.com- version update to 7.0.9.6
* Increase the maximum number of bezier coordinates (reference https://github.com/ImageMagick/ImageMagick/issues/1784).
* Santize \"\'\" from SHOW and WIN delegates under Linux, \'\"\\\' for Windows (thanks to Enzo Puig).
* Correct for TGA orientation (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=34757).
* The result for -compose Copy -extent on a MYK image is CMYK (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=37118).
* Fix potential buffer overflow when reading a fax image (alert from Justin).
* Support dng:use-camera-wb option.- added patches https://github.com/ImageMagick/ImageMagick/issues/1792 + ImageMagick-targa.patch
* Wed Nov 20 2019 pgajdosAATTsuse.com- version update to 7.0.9.5
* Ensure Ascii85 compression is thread safe.
* Santize \';\' from SHOW and WIN delegates.
* Add exception parameter to CMS transform methods.
* Output exception there is an attempt to perform an operation not allowed by the security policy
* JPEG and JPG are aliases in coder security policy.
* Fixed numerous issues posted to GitHub
* Wed Oct 30 2019 pgajdosAATTsuse.com- version update to 7.0.9.1
* Fixed numerous issues posted to GitHub (reference https://github.com/ImageMagick/ImageMagick/issues).
* Support trim:background-color define for -trim option.- modified sources % baselibs.conf
* Mon Oct 07 2019 pgajdosAATTsuse.com- version update to 7.0.8.68
* Support animated WebP encoding/decoding (reference https://github.com/ImageMagick/ImageMagick/pull/1708).
* Text stroke cut off (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=36829).
* Adds support for lossless JPEG1 recompression (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36828).
* line endings renedered as empty boxes (reference https://github.com/ImageMagick/ImageMagick/issues/1704).
* Mon Sep 23 2019 pgajdosAATTsuse.com- version update to 7.0.8.66
* Support compound statements in FX while() (reference https://github.com/ImageMagick/ImageMagick/issues/1701).
* Eliminate fault when trace delegate is not available.
* Properly distinquish linear and non-linear gray colorspaces (reference https://github.com/ImageMagick/ImageMagick/issues/1680).
* Support XPM symbolic (reference https://github.com/ImageMagick/ImageMagick/issues/1684).
* DilateIntensity is channel independent (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36641).
* Mon Sep 02 2019 pgajdosAATTsuse.com- version update to 7.0.8.63
* Properly identify the DNG and AI image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36581).
* Added option to limit the maximum point size with -define caption:max-pointsize=pointsize.
* Corrected JP2 numresolution calculation (reference: https://github.com/ImageMagick/ImageMagick/issues/1673)
* Wed Aug 21 2019 pgajdosAATTsuse.com- version update to 7.0.8.61
* Issue with -background and -swirl (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36512).
* Enable reading EXR image file from stdin.
* Module is a reserved keyword for C++ 20 (reference https://github.com/ImageMagick/ImageMagick/issues/1650).
* Improve GetNextToken() performance.
* Heap-buffer-overflow in Postscript coder (reference https://github.com/ImageMagick/ImageMagick/issues/1644).
* The -alpha shape option nondeteministic under OpenMP (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396).
* Correction to the ModulusAdd and ModulusSubtract composite op (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36413).
* Mon Jul 22 2019 pgajdosAATTsuse.com- version update to 7.0.8.56
* Unexpected -alpha shape results (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36396).
* Converting from PDF to PBM inverts the image (reference https://github.com/ImageMagick/ImageMagick/issues/1643).
* Heap-buffer overflow (reference https://github.com/ImageMagick/ImageMagick/issues/1641
* PerlMagick test suite passes again (reference https://github.com/ImageMagick/ImageMagick/issues/1640)
* resolve division by zero (reference https://github.com/ImageMagick/ImageMagick/issues/1629).
* introducing MagickLevelImageColors() MagickWand method.
* Transient problem with text placement with gravity (reference https://github.com/ImageMagick/ImageMagick/issues/1633).
* Support TIM2 image format (reference https://github.com/ImageMagick/ImageMagick/pull/1571).
* For -magnify option, specify an alternative scaling method with -define magnify:method=method, choose from these methods: eagle2X, eagle3X, eagle3XB, epb2X, fish2X, hq2X, scale2X (default), scale3X, xbr2X.
* Mon Jul 15 2019 pgajdosAATTsuse.com- version update to 7.0.8.53
* Fix -fx parsing issue (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36314).
* Eliminate buffer overflow in TranslateEvent() (reference https://github.com/ImageMagick/ImageMagick/issues/1621).
* Clone rather than copy X window name/icon.
* Optimize PDF reader.
* Mon Jun 24 2019 pgajdosAATTsuse.com- version update to 7.0.8.50
* Added support for reading all images from a HEIC image (reference https://github.com/ImageMagick/ImageMagick/issues/1391).
* Heap-buffer-overflow in MagickCore/fourier.c (reference https://github.com/ImageMagick/ImageMagick/issues/1588).
* Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Tue Jun 18 2019 pgajdosAATTsuse.com- disable indirect reads [bsc#1138425] (https://imagemagick.org/script/security-policy.php)- modified patches % ImageMagick-configuration-SUSE.patch (refreshed)
* Wed Jun 12 2019 pgajdosAATTsuse.com- version update to 7.0.8.49
* Add support for RGB565 image format (reference https://imagemagick.org/discourse-server/viewtopic.php?f=2&t=36078).
* Use user defined allocator instead of `malloc` (reference https://github.com/ImageMagick/ImageMagick6/pull/49/).
* Add static decorator to accelerator kernels (reference https://github.com/ImageMagick/ImageMagick/issues/1366).
* Mon Jun 03 2019 pgajdosAATTsuse.com- version update to 7.0.8.48
* Fix transient convolution bug.- deleted patches - ImageMagick-montage.t-failing.patch (upstreamed)
* Tue May 28 2019 pgajdosAATTsuse.com- version update to 7.0.8.47
* Support 16 and 32 bit tiled float TIFF images.
* Convolve morphology alpha channel fix (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=36086).
* Text improvements to the internal SVG renderer.- disable failing averageImages test for i586- modified patches disable also PCL [bsc#1136183] % ImageMagick-configuration-SUSE.patch- added patches https://github.com/ImageMagick/ImageMagick/issues/1580 + ImageMagick-montage.t-failing.patch
* Mon May 27 2019 pgajdosAATTsuse.com- version update to 7.0.8.46
* Return HEIC images in the sRGB colorspace.
* Fix image signatures to ensure they are Q-depth invariant (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=35970).
* Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Mon May 13 2019 pgajdosAATTsuse.com- version update to 7.0.8.44
* Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Mon Apr 29 2019 pgajdosAATTsuse.com- version update to 7.0.8.42
* Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Tue Apr 23 2019 pgajdosAATTsuse.com- version update to 7.0.8.41
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Honor SOURCE_DATE_EPOCH environment variable (reference https://github.com/ImageMagick/ImageMagick/pull/1496/).
* Standardize on UTC time for any image format timestamp.
* Add MagickAutoThresholdImage(), MagickCannyEdgeImage(), MagickComplexImages(), MagickConnectedComponentsImage(), MagickHoughLineImage(), MagickKuwaharaImage(), MagickLevelizeImageColors(), MagickLevelImageColors(), MagickMeanShiftImage(), MagickPolynomialImage(), MagickRangeThresholdImage(), MagickSetSeed(), MagickWaveletDenoiseImage() methods to MagickWand API.
* Tue Apr 23 2019 mvetterAATTsuse.com-bsc#1133110 - Remove jasper dependency from ImageMagick
* Tue Apr 16 2019 pgajdosAATTsuse.com- version update to 7.0.8.40
* Fixed a number of issues (reference https://imagemagick.org/discourse-server/viewforum.php?f=3).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* The -layers option compared pixels inocorrectly as opacity rather than alpha.
* The -preview raise option now returns expected results.
* Initialise ghostscript instances with NULL (reference https://github.com/ImageMagick/ImageMagick/pull/1538).
* Modulo off by one patch for -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).
* Thu Apr 04 2019 pgajdosAATTsuse.com- version update to 7.0.8.37
* Fixed -virtual-pixel option (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35789).
* -draw image DstOver is now responsive to the composite operator (reference https://imagemagick.org/discourse-server/viewtopic.php?f=1&t=35650).
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Mon Mar 18 2019 pgajdosAATTsuse.com- added temporary %pretrans to ImageMagick-config-upstream and ImageMagick-config-SUSE [bsc#1122033comment#37]
* Mon Mar 18 2019 pgajdosAATTsuse.com- version update to 7.0.8.34
* Associate one lock with each resource.
* Report exception if opening TIFF did not work out.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Wed Mar 13 2019 Petr Gajdos - update to 7.0.8-33
* Fix SVG conversion infinite loop (reference https://imagemagick.org/discourse-server/viewtopic.php?f=3&t=35591).
* Initialize primitive drawing structure after resizing.
* Fix out-of-boundary LocaleLowerCase() AATT https://github.com/ImageMagick/ImageMagick/issues/1495
* -trim is no longer sensitive to the image virtual canvas.
* Mon Mar 04 2019 pgajdosAATTsuse.com- update to 7.0.8-30
* Support define to remove additional background from an image during a trim, e.g. -define trim:percent-background=0% -trim.
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- deleted patches - ImageMagick-montage.t.patch (upstreamed)
* Thu Feb 28 2019 pgajdosAATTsuse.com- provide two new (conflicting) packages with configuration [bsc#1122033]:
* ImageMagick-config-upstream - provides configuration provided by upstream (no restrictions)
* ImageMagick-config-SUSE (preferred) - provides configuration provided by SUSE (with security restrictions) and use update-alternatives for selecting configurations.- remove code for < 1315- deleted patches - ImageMagick-disable-insecure-coders.patch (renamed)- added patches + ImageMagick-configuration-SUSE.patch
* Tue Feb 19 2019 pgajdosAATTsuse.com- updated to 7.0.8-28
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).- deleted patches - ImageMagick-test-FITS.patch (upstreamed)- deleted sources - input.fits (not needed)- added patches https://github.com/ImageMagick/ImageMagick/issues/1484 + ImageMagick-montage.t.patch
* Mon Feb 11 2019 Petr Gajdos - update to 7.0.8-27:
* Mod patch to properly handle subimage ranges (e.g. image.gif[2-3]).- added ImageMagick-test-FITS.patch and input.fits temporarily https://github.com/ImageMagick/ImageMagick/issues/1478- remove ImageMagick-clamp-after-edge.patch, it is solved another way (see [bsc#1106415c#10])
* Thu Feb 07 2019 Petr Gajdos - update to 7.0.8-26:
* Fixed a number of issues (reference https://github.com/ImageMagick/ImageMagick/issues).
* Thu Jan 31 2019 infoAATTpaolostivanin.com- update to 7.0.8-25:
* Eliminate spurious font warning (#1458)
* Support HEIC EXIF & XMP profiles.- changelog for 7.0.8-24:
* Support -clahe option real clip limit
* ShadeImage() kernels can return negative pixels, clamp to range (#1319)
* Annotate with negative offsets no longer renders slanted text
* Mon Jan 14 2019 Petr Gajdos - clamp after edge [bsc#1106415] + ImageMagick-clamp-after-edge.patch
* Mon Jan 07 2019 Petr Gajdos - update to 7.0.8-23:
* CacheInfo destructor must be aligned in DestroyPixelStream().
* Support negative rotations in a geometry (e.g. -10x-10+10+10).
* Return expected canvas offset after a crop with gravity.
* Fri Dec 28 2018 Petr Gajdos - update to 7.0.8-21:
* Check to ensure SeekBlob() offset can be represented in an off_t.
* Cube image format returns a HALD image.
* CLAHE tiles overlapped are now centered relative to the image.
* Wed Dec 19 2018 Petr Gajdos - update to 7.0.8-17:
* Support -clahe clip limit with percentages (e.g. -clahe 50x50%+128+3).
* Tue Dec 11 2018 Petr Gajdos - update to 7.0.8-16:
* Add support for -clahe clip limit with percentages (e.g. -clahe 2x2+128+3%)
* Check for modulo underflow.
* Change SVG default DPI to 96 from 90 to meet recommendation of SVG2 & CSS.
* Added support for the -clahe option: contrast limited adaptive histogram equalization.
* Added support for GIMP 2.10 files (reference https://github.com/ImageMagick/ImageMagick/pull/1381).
* Wed Oct 31 2018 Petr Gajdos - update to 7.0.8-14:
* Adding coder headers with magic.xml will no longer be supported.
* Adding coder aliases with coder.xml will no longer be supported.
* fixing oss-fuzz issues
* Mon Oct 22 2018 Petr Gajdos - asan_build: build ASAN included- debug_build: build more suitable for debugging
* Wed Oct 03 2018 Petr Gajdos - allow writing PS, PS2, PS3, XPS, EPS and PDF, disable reading only by default security policy [bsc#1105592c#32]
* Mon Oct 01 2018 Petr Gajdos - also disable EPS coder in default policy.xml [bsc#1105592] [bsc#1109976#c7]
* Mon Sep 24 2018 Petr Gajdos - update to 7.0.8-12:
* Added support for arithmetic coding to the jpeg encoder: - define jpeg:arithmetic-coding=true.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Mon Sep 03 2018 pgajdosAATTsuse.com- update to 7.0.8-11:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Add support for \"module\" security policy.
* Wed Aug 22 2018 pgajdosAATTsuse.com- disable PS, PS2, PS3, XPS and PDF coders in default policy.xml [bsc#1105592]
* Fri Aug 17 2018 pgajdosAATTsuse.com- update to 7.0.8-10:
* Added dcraw coder (dcraw:img.cr2) that can be used to force the use of the dcraw delegate when libraw is the default raw delegate.
* Restored thread support for the HEIC coder.
* ThumbnailImage function no longer reveals sensitive information (reference https://github.com/ImageMagick/ImageMagick/issues/1243).- remove upstreamed ImageMagick-filter.t.patch
* Mon Aug 06 2018 pgajdosAATTsuse.com- update to 7.0.8-9:
* XBM coder leaves the hex image data uninitialized if hex value of the pixel is negative.
* More improvements to SVG text handling.
* New -range threshold option that combines hard and soft thresholding.
* Non-HDRI ScaleLongToQuantum() private method no longer adds a half interval.
* Fixed memset() negative-size-param (reference https://github.com/ImageMagick/ImageMagick/issues/1217).
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- fixed tests by ImageMagick-filter.t.patch https://github.com/ImageMagick/ImageMagick/issues/1241
* Tue Jul 17 2018 pgajdosAATTsuse.com- enable i586 tests again, except t/montage.t
* Mon Jul 16 2018 pgajdosAATTsuse.com- update to 7.0.8-6:
* Improve SVG support for tspan element.
* Add support for -fx image.extent.
* Fixed a few potential memory leaks.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Support %B property, the image file size without any decorations.
* Mon Jul 02 2018 kstreitovaAATTsuse.com- use \"BuildRequires: p7zip-full\" for TW as 7za binary needed by ImageMagick was moved to this package (see bsc#899627 for more details about this change)
* Tue Jun 26 2018 pgajdosAATTsuse.com- update to 7.0.8-3:
* Apply translate component of SVG transform rotate.
* More robust SVG text handling.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Fixed an issue with stroke and label
* Wed Jun 13 2018 pgajdosAATTsuse.com- update to 7.0.8-0:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Heap buffer overflow fix (reference https://github.com/ImageMagick/ImageMagick/issues/1156).
* Boundary issues with -gamma option when HDRI is enabled (reference https://github.com/ImageMagick/ImageMagick/issues/1151).
* Properly initialize SVG color style.
* A SVG rectangle with a width and height of 1 is a point.
* Fixed memory corruption for MVG paths.- consider test to be completely broken on i586, removing: - ImageMagick-relax-filter.t.patch - ImageMagick-tests.tap-attributes.patch
* Mon May 21 2018 pgajdosAATTsuse.com- update to 7.0.7-34:
* Added support for reading eXIf chunks to the PNG coder.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Improved clip / composite mask handling.
* Restore SetImageAlpha() behavior.
* Fix -clip and -mask options.- fixes [bsc#1093395]
* Fri May 11 2018 pgajdosAATTsuse.com- update to 7.0.7-31:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Missing break when checking \"compliance\" element.- removed upstreamed ImageMagick-draw-circle-primitive.patch
* Wed May 02 2018 pgajdosAATTsuse.com- instead of disabling test, apply upstream fix introduced few minutes after upstream report was made - ImageMagick-filter.t-primitive-circle.patch + ImageMagick-draw-circle-primitive.patch
* Wed May 02 2018 pgajdosAATTsuse.com- update to 7.0.7-29:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- turn off drawing primitive \'circle\' test: + ImageMagick-filter.t-primitive-circle.patch- dropped patches (upstreamed): - ImageMagick-CVE-2018-9135.patch - ImageMagick-write.t-pict.patch
* Wed Apr 11 2018 pgajdosAATTsuse.com- security update (webp.c)
* CVE-2018-9135 [bsc#1087825] + ImageMagick-CVE-2018-9135.patch
* Tue Apr 10 2018 pgajdosAATTsuse.com- consider urw-base35-fonts [bsc#1088463]
* Tue Apr 10 2018 tchvatalAATTsuse.com- Drop buildrequire on mupdf-devel-static, there is only one occurance in all makefiles mentioning MUPDF_LIBS and it is always empty- Format with minimal run of spec-cleaner
* Use license
* Sort BRs alphabetically
* Thu Apr 05 2018 fcrozatAATTsuse.com- Remove BuildRequires on dcraw, it is not needed at buildtime.
* Wed Apr 04 2018 pgajdosAATTsuse.com- do not run tests on i586 at all
* Mon Mar 26 2018 pgajdosAATTsuse.com- update to 7.0.7-28:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts- tesuite still fails, however: https://github.com/ImageMagick/ImageMagick/issues/1058- added ImageMagick-write.t-pict.patch- added ImageMagick-tests.tap-attributes.patch
* Mon Mar 19 2018 pgajdosAATTsuse.com- update to 7.0.7-27:
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts.- remove ImageMagick-remove-test.tap-attributes.patch as the perl testsuite fails in bunch of tests anyway. Waiting for results of the upstream bug (https://github.com/ImageMagick/ImageMagick/issues/1019)
* Fri Mar 16 2018 pgajdosAATTsuse.com- added ImageMagick-remove-test.tap-attributes.patch, removes failing test on i586 https://github.com/ImageMagick/ImageMagick/issues/1019
* Wed Mar 14 2018 pgajdosAATTsuse.com- update to 7.0.7-26
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Mon Mar 05 2018 pgajdosAATTsuse.com- update to 7.0.7-25
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Wed Feb 28 2018 pgajdosAATTsuse.com- update to 7.0.7-24
* Do not refer to page in OptimizeLayerFrames (reference https://github.com/ImageMagick/ImageMagick/pull/987).
* PerlMagick unit tests pass again.
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).- removed upstreamed - ImageMagick-write.t-PICT-signature.patch - ImageMagick-montage.t-directory-exception.patch
* Fri Feb 23 2018 pgajdosAATTsuse.com- upstream fixes the test by changing the signature - ImageMagick-820e636.patch + ImageMagick-write.t-PICT-signature.patch
* Wed Feb 21 2018 pgajdosAATTsuse.com- update to 7.0.7.23
* Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz).
* Add list-length policy to limit the maximum image sequence length.- added patches + ImageMagick-montage.t-directory-exception.patch + ImageMagick-820e636.patch
* Mon Feb 19 2018 crrodriguezAATTopensuse.org- Add explicit buildrequires on: pkgconfig(libwebpmux), pkgconfig(cairo), pkgconfig(fontconfig), pkgconfig(libpng), pkgconfig(x11), pkgconfig(xext), pkgconfig(zlib). all of them direct build dependencies but not included in the spec file
* Wed Jan 31 2018 roAATTsuse.de- update context for ImageMagick-s390-disable-tests.patch
* Wed Jan 24 2018 pgajdosAATTsuse.com- update to 7.0.7.22
* Support aspect ratio geometry, e.g. -crop 3:2.
* Add support for reading the HEIC image format (reference https://github.com/ImageMagick/ImageMagick/issues/507).
* Fixed numerous memory leaks, credit to OSS Fuzz.
* Tue Jan 09 2018 pgajdosAATTsuse.com- update to 7.0.7.21
* Fix some enum values in the OpenCL code.
* Fixed numerous memory leaks.
* Check for webpmux library version 0.4.4.
* Fix heap use after free error.
* Fix error reading multi-layer XCF image file.
* Fix possible stack overflow in WEBP reader.
* Tue Jan 02 2018 schwabAATTsuse.de- enable ImageMagick-s390-disable-tests.patch also for ppc, ppc64
 
ICM