Dirk Stoecker 2014-05-31 09:33:26 +00:00 committed by Git OBS Bridge
parent ba8955798c
commit a71196958b

View File

@ -3,28 +3,18 @@ Sat May 31 08:44:29 UTC 2014 - opensuse@dstoecker.de
- update to 6.8.9-2
* Fixed some bugs in the PNG codec discovered by coverity analysis.
* The -fx equality operator returns a proper boolean result now (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25580).
* Permit spaces in the gradient color specification (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25614).
* Fix IdentifyImage() crash when image->magick member is null (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25615).
* The -format M and Y channels are no longer reversed (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25633).
* The -fx equality operator returns a proper boolean result now.
* Permit spaces in the gradient color specification.
* Fix IdentifyImage() crash when image->magick member is null.
* The -format M and Y channels are no longer reversed.
* Remove Makefile race condition where two targets attempt to install
magick-baseconfig.h (reference
http://git.buildroot.net/buildroot/commit/?id=7395ee9d3b88e45798143e05a28d6d4b51409130)
* Fix memory leak in BlobToStringInfo() (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25639).
* In certain cases, -adaptive-sharpen failed to sharpen (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=23211
magick-baseconfig.h
* Fix memory leak in BlobToStringInfo().
* In certain cases, -adaptive-sharpen failed to sharpen
* Bump major Magick++ library version.
* Added support for writing RLE compressed TGA files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=12335).
* Improved performance of parsing the xmp profile (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25612).
* Fixed detecting transparency in PSD files (reference
http://www.imagemagick.org/discourse-server/viewtopic.php?f=3&t=25634).
* Added support for writing RLE compressed TGA files.
* Improved performance of parsing the xmp profile.
* Fixed detecting transparency in PSD files.
-------------------------------------------------------------------
Sat May 31 07:10:06 UTC 2014 - coolo@suse.com