Subject: CVS commit: pkgsrc/graphics/ImageMagick
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 05/19/2004 14:11:28
Module Name:	pkgsrc
Committed By:	adam
Date:		Wed May 19 14:11:28 UTC 2004

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

Log Message:
Changes 6.0.1-3:
* DrawSetStrokeDashArray() now respects the number_elements argument
* Since the WMF coder has Wand dependancies we only enable this coder when
  both WMF is available and module support enabled
* Some XCF tiles were not being read properly
* Fixed memory leak in EPT coder
* Fixed memory leak in DestroyImage()
* Close Windows registry when no longer needed
* RelinquishUniqueFileResource() was not freeing file resource properly
* Free the ImageInfo structure allocated by CloneImageInfo() in the
  WriteImages() method
* EPT images cannot support blobs
* Fixed temporary file resource limit leak in RelinquishUniqueFileResource()
* ConvolveImageChannel() incorrectly initialized non-selected channels to 0
* Added Cisco IP phone image format (write only)


To generate a diff of this commit:
cvs rdiff -r1.117 -r1.118 pkgsrc/graphics/ImageMagick/Makefile
cvs rdiff -r1.9 -r1.10 pkgsrc/graphics/ImageMagick/Makefile.common
cvs rdiff -r1.14 -r1.15 pkgsrc/graphics/ImageMagick/PLIST
cvs rdiff -r1.7 -r0 pkgsrc/graphics/ImageMagick/buildlink2.mk
cvs rdiff -r1.19 -r1.20 pkgsrc/graphics/ImageMagick/distinfo

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