Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 04/21/2004 13:49:09
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed Apr 21 13:49:09 UTC 2004

Modified Files:
	pkgsrc/graphics/ImageMagick: Makefile.common PLIST distinfo

Log Message:
Changes 6.0.0:
    * MagickWand API, a higher level C interface to the ImageMagick methods.
    * Increased stability.  The library was checked and cross-checked with
      splint and valgrind to eliminate security vulnerabilities and common
      programming mistakes as well as ensure no memory leaks.
    * A new -fx option to apply a mathematical expression to an image list from
      the command line.
    * Algorithms were improved to reduce processing requirements resulting in a
      significant speed-up over previous releases.
    * All regression tests pass at Q8, Q16, and Q32 on a variety of platforms
      including Linux, Solaris, FreeBSD, Mac OS X, and Windows.
    * The composite methods have been corrected to precisely conform to the
      SVG standard.
    * New image comparison utility, `compare'.
    * Better support for CMYK image workflow.
    * New string handling methods to help prevent potential buffer overflow
      problems.
    * Error reporting has more detail to help identify the cause of a
      particular problem.
    * Bug fixes


To generate a diff of this commit:
cvs rdiff -r1.8 -r1.9 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.13 -r1.14 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.18 -r1.19 pkgsrc/graphics/ImageMagick/distinfo

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.