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

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

Log Message:
Chamges 6.1.5-7:
* The black channel offset was incorrectly computed when compositing causing
  a seg-fault (bug report from Arfune).
* Under extremely rare conditions the GIF coder had a memory leak.
* Moved image list advancement to after the progress monitor call in
  QuantizeImages() (bug report by Tim Hunter).
* The display program no longer exits after the first image.
* The JP2 coders no longer interprets the first channel as an opacity channel.
* The VID coder no longer generates a fault (bug report from Arfune).
* CMYK Postscript with a subimage specification no longer returns a grayscale
  image (bug report from Arfune).
* Handle image settings with MogrifyImageInfo() method.
* GNS contributed QueryMultilineTypeMetrics().  Its like QueryTypeMetrics()
  but returns the maximum text width and height for multiple lines of text.
* Treat -channel as a setting in the command line programs.


To generate a diff of this commit:
cvs rdiff -r1.22 -r1.23 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.26 -r1.27 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.32 -r1.33 pkgsrc/graphics/ImageMagick/distinfo

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