Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 08/09/2004 11:50:08
Module Name:	pkgsrc
Committed By:	adam
Date:		Mon Aug  9 11:50:08 UTC 2004

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

Log Message:
Changes 6.0.4-3
  * PNG vulnerability fix.
  * Added YCbCr coder for raw Y, Cb, and Cr samples.
  * Fixed the -fx option operator precendence problem (+ and - should be the
    same precendence).
  * Rare memory corruption due to a JPEG comment (bug report by
    brundlefly76@hotma...).
  * The PerlMagick Evaluate() method no longer fails with an assertion error.
  * Restore -dSAFER for a more secure Ghostscript invocation.  The downside is
    we must copy the Postscript file to a temporary file otherwise we get a
    the ocassional invalidfileaccess fom Ghostscript.
  * Do not report image depth unless the -verbose or -format %z option is used
    with the identify program.
  * Center gravity now works when cropping by percent (e.g. -crop 75%).
  * Small memory leak on exception in the ImageToBlob() method.
  * %@ returns the image bounding box (e.g. identify -format %@ logo:).
  * Sync pixel cache when cloning an image-- just in case someone clones
    an image clone and accesses pixels with AcquireImagePixel() instead of
    GetImagePixels().


To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.17 -r1.18 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.22 -r1.23 pkgsrc/graphics/ImageMagick/distinfo

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