summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorxtraeme <xtraeme@pkgsrc.org>2004-06-23 00:59:19 +0000
committerxtraeme <xtraeme@pkgsrc.org>2004-06-23 00:59:19 +0000
commit2396acc57e8fce3582c519a7dcd0d39843181c3f (patch)
tree1f7dc5a3d7784822c502f54197df4c294e3c7f9a /doc
parentb290be6cc25701260dc4ee8e88444ce9124cfec1 (diff)
downloadpkgsrc-2396acc57e8fce3582c519a7dcd0d39843181c3f.tar.gz
Update graphics/ImageMagick to 6.0.2.7.
Changes: Bug fixes: * Fixed problem with relative filename wildcards (e.g. identify images/*.jpg) * DrawSetStrokeDashArray() now respects the number_elements argument. Performance improvements: * Don't open a loadable module if its already open. * Added anonymous memory-mapping to the pixel cache. This makes it possible for memory to be returned to the system after the image is destroyed. Utilities enhancements: * The display program now composites any transparent images on top of a checkered background to assist in visualizing any partial transparent pixels. Coder additions/improvments: * When an unknown property is encountered in the XCF coder, it enters a bogus loop that never terminates. Code/structure enhancements: * Introduce MagickBooleanType and MagickStatusType types of unsigned int. These types are 100% compatible with the existing API but removes ambiguity. Previously we got complaints that users did not realize that a return value of unsigned int in most cases meant a binary value (0/1). MagickStatusType is used for methods that return a bit mask. * Introduce MagickFalse and MagickTrue while we deprecate True/False. And more...
Diffstat (limited to 'doc')
-rw-r--r--doc/CHANGES3
1 files changed, 2 insertions, 1 deletions
diff --git a/doc/CHANGES b/doc/CHANGES
index a3ddcd41f7a..28bb4d9bb11 100644
--- a/doc/CHANGES
+++ b/doc/CHANGES
@@ -1,4 +1,4 @@
-$NetBSD: CHANGES,v 1.6281 2004/06/22 23:53:52 xtraeme Exp $
+$NetBSD: CHANGES,v 1.6282 2004/06/23 00:59:19 xtraeme Exp $
Changes to the packages collection and infrastructure in 2004:
@@ -3026,3 +3026,4 @@ Changes to the packages collection and infrastructure in 2004:
Added drivel-1.0.0 [jmmv 2004-06-22]
Added SpeedyCGI-2.2 [adrianp 2004-06-22]
Updated qpopper to 4.0.5nb4 [xtraeme 2004-06-22]
+ Updated ImageMagick to 6.0.2.7 [xtraeme 2004-06-23]