diff options
author | adam <adam@pkgsrc.org> | 2004-11-22 16:28:24 +0000 |
---|---|---|
committer | adam <adam@pkgsrc.org> | 2004-11-22 16:28:24 +0000 |
commit | 8d9d0e28373372320481d816da383e8d814a34b0 (patch) | |
tree | 617f08f128eef002ff2a3b61c04fe7307036759b /graphics/ImageMagick/Makefile.common | |
parent | 059a6f2175d4b09570434f2e81d510c80e208393 (diff) | |
download | pkgsrc-8d9d0e28373372320481d816da383e8d814a34b0.tar.gz |
Changes 6.1.5-2:
* 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).
Diffstat (limited to 'graphics/ImageMagick/Makefile.common')
-rw-r--r-- | graphics/ImageMagick/Makefile.common | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/graphics/ImageMagick/Makefile.common b/graphics/ImageMagick/Makefile.common index 3b475a412f4..6cdddd55e6e 100644 --- a/graphics/ImageMagick/Makefile.common +++ b/graphics/ImageMagick/Makefile.common @@ -1,7 +1,7 @@ -# $NetBSD: Makefile.common,v 1.21 2004/11/16 09:39:51 adam Exp $ +# $NetBSD: Makefile.common,v 1.22 2004/11/22 16:28:24 adam Exp $ -IM_MAJOR_VER= 6.1.4 -IM_MINOR_VER= 3 +IM_MAJOR_VER= 6.1.5 +IM_MINOR_VER= 2 IM_MAJOR_LIB_VER= ${IM_MAJOR_VER} .if (${IM_MINOR_VER} != NONE) |