]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Mon, 5 Oct 2009 00:15:50 +0000 (00:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Mon, 5 Oct 2009 00:15:50 +0000 (00:15 +0000)
ImageMagick.spec
coders/pdf.c
coders/ps2.c
coders/ps3.c
config/configure.xml
libtool
magick/version.h
version.sh

index 49c19a36c13e9defbb56b7b1e5036e1e7d0bc379..e9ec1c53bfa307620b1dc348ae3cc6a52eaf0c41 100644 (file)
@@ -1,5 +1,5 @@
 %define VERSION  6.5.6
-%define Patchlevel  9
+%define Patchlevel  8
 
 Name:           ImageMagick
 Version:        %{VERSION}
index 8fbbb321e30bfc9fcb584fad5667c71111fea2af..2f8e39529c362d103f8b8b862417eafe35460246 100644 (file)
@@ -869,6 +869,7 @@ static MagickBooleanType Huffman2DEncodeImage(const ImageInfo *image_info,
   unsigned char
     *group4;
 
+  status=MagickTrue;
   write_info=CloneImageInfo(image_info);
   (void) CopyMagickString(write_info->filename,"GROUP4:",MaxTextExtent);
   (void) CopyMagickString(write_info->magick,"GROUP4",MaxTextExtent);
index d51e73c7866b60b0979e334ab9286390aabfd476..523049dc94a32cdcb32788919a522adbf98a8da5 100644 (file)
@@ -198,6 +198,7 @@ static MagickBooleanType Huffman2DEncodeImage(const ImageInfo *image_info,
   unsigned char
     *group4;
 
+  status=MagickTrue;
   write_info=CloneImageInfo(image_info);
   (void) CopyMagickString(write_info->filename,"GROUP4:",MaxTextExtent);
   (void) CopyMagickString(write_info->magick,"GROUP4",MaxTextExtent);
index 1103fd3fee5879b35ecea2cc25da8689e90a60f8..c43acbe2ea24060634a37c11eaf0edb1d0c57150 100644 (file)
@@ -209,6 +209,7 @@ static MagickBooleanType Huffman2DEncodeImage(const ImageInfo *image_info,
   unsigned char
     *group4;
 
+  status=MagickTrue;
   write_info=CloneImageInfo(image_info);
   (void) CopyMagickString(write_info->filename,"GROUP4:",MaxTextExtent);
   (void) CopyMagickString(write_info->magick,"GROUP4",MaxTextExtent);
index 0e9862c55b009d312143aea350d2e40b19886b2f..415fe067f45f490d82597cdc51b6283dc0b7b63b 100644 (file)
@@ -8,7 +8,7 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x656"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,5,6,9"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,5,6,8"/>
   <configure name="RELEASE_DATE" value="2009-10-04"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index fa2e69b11baf80542124d54318926018d822a69f..62a31fc1816c57a691eae1bcfedb8985294d61f5 100755 (executable)
--- a/libtool
+++ b/libtool
@@ -1,7 +1,7 @@
 #! /bin/sh
 
 # libtool - Provide generalized library-building support services.
-# Generated automatically by config.status (ImageMagick) 6.5.6-9
+# Generated automatically by config.status (ImageMagick) 6.5.6-8
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index ca05fe71bcfda346c882dc8dff11eec00f793b54..64c45b6104028f09cb1799af52a1342ea4f542ac 100644 (file)
@@ -30,7 +30,7 @@ extern "C" {
 #define MagickLibVersion  0x656
 #define MagickLibVersionText  "6.5.6"
 #define MagickLibVersionNumber  2,0,0
-#define MagickLibSubversion  "-9"
+#define MagickLibSubversion  "-8"
 #define MagickReleaseDate  "2009-10-04"
 #define MagickChangeDate   "20091003"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
index ceb46d7a715e5eadd11bdd83736a405d1c24b67f..916ec0d822e2ed08f94781f026aa4b2a60891f44 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.5.6'
 PACKAGE_LIB_VERSION="0x656"
-PACKAGE_RELEASE="9"
+PACKAGE_RELEASE="8"
 PACKAGE_LIB_VERSION_NUMBER="6,5,6,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"