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