]> granicus.if.org Git - imagemagick/commitdiff
(no commit message)
authorcristy <urban-warrior@git.imagemagick.org>
Tue, 22 Dec 2009 21:15:23 +0000 (21:15 +0000)
committercristy <urban-warrior@git.imagemagick.org>
Tue, 22 Dec 2009 21:15:23 +0000 (21:15 +0000)
ChangeLog
ImageMagick.spec
config/configure.xml
libtool
magick/image.c
magick/version.h
version.sh

index 4f598352e39a3f066a1a44b8f09c3c5d10527fce..f083f828bbb883cdd5d2134571c17e8bac175699 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,3 @@
-2009-12-22  6.5.8-9 Cristy  <quetzlzacatenango@image...>
-  * The -strip option strips an image of all profiles, comments, and properties.
-
 2009-12-20  6.5.8-8 Cristy  <quetzlzacatenango@image...>
   * JPEG does not grok the HSL colorspace.
 
index 620b0e60f6b3b55b795e3b26749c9cc3afdfdd29..432230356239d034c0d2de151c2934f7d86855ab 100644 (file)
@@ -1,5 +1,5 @@
 %define VERSION  6.5.8
-%define Patchlevel  8
+%define Patchlevel  9
 
 Name:           ImageMagick
 Version:        %{VERSION}
index b5fa13c02ef7faae27133d3a4f395460a771aa3a..a9d37734e16d155b6d37097268ef7ec42a7afa61 100644 (file)
@@ -8,8 +8,8 @@
 <configuremap>
   <configure name="NAME" value="ImageMagick"/>
   <configure name="LIB_VERSION" value="0x658"/>
-  <configure name="LIB_VERSION_NUMBER" value="6,5,8,8"/>
-  <configure name="RELEASE_DATE" value="2009-12-21"/>
+  <configure name="LIB_VERSION_NUMBER" value="6,5,8,9"/>
+  <configure name="RELEASE_DATE" value="2009-12-22"/>
   <configure name="CONFIGURE" value="./configure "/>
   <configure name="PREFIX" value="/usr/local"/>
   <configure name="EXEC-PREFIX" value="/usr/local"/>
diff --git a/libtool b/libtool
index d8f4dc9295473b0213418c2bc34cdba5f7a71c32..53c46803cf89287abfc641b50da89e879502fb56 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.8-8
+# Generated automatically by config.status (ImageMagick) 6.5.8-9
 # Libtool was configured on host magick.imagemagick.org:
 # NOTE: Changes made to this file will be lost: look at ltmain.sh.
 #
index 4f875bd41a64cafe9a430bb2b0c6f8f672378abc..c4480b3ef09dce7aaa63bfdd4ed11b6479c9dc24 100644 (file)
@@ -3757,7 +3757,7 @@ MagickExport VirtualPixelMethod SetImageVirtualPixelMethod(const Image *image,
 %                                                                             %
 %%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%%
 %
-%  StripImage() strips an image of all profiles, comments, and properties.
+%  StripImage() strips an image of all profiles and comments.
 %
 %  The format of the StripImage method is:
 %
@@ -3774,7 +3774,7 @@ MagickExport MagickBooleanType StripImage(Image *image)
   if (image->debug != MagickFalse)
     (void) LogMagickEvent(TraceEvent,GetMagickModule(),"...");
   DestroyImageProfiles(image);
-  DestroyImageProperties(image);
+  DeleteImageProperty(image,"comment");
   return(MagickTrue);
 }
 \f
index 2b6f973fe06d3b59a71953980612e4417fb6b108..913c97a64182e4bed7683c9fc7ee74d5dcb46b59 100644 (file)
@@ -30,8 +30,8 @@ extern "C" {
 #define MagickLibVersion  0x658
 #define MagickLibVersionText  "6.5.8"
 #define MagickLibVersionNumber  2,0,1
-#define MagickLibSubversion  "-8"
-#define MagickReleaseDate  "2009-12-21"
+#define MagickLibSubversion  "-9"
+#define MagickReleaseDate  "2009-12-22"
 #define MagickChangeDate   "20091220"
 #define MagickAuthoritativeURL  "http://www.imagemagick.org"
 #define MagickHomeURL  "file:///usr/local/share/doc/ImageMagick-6.5.8/index.html"
index 47a1ab96b3f61e877449b7b7f28847c04408e6d3..b6462591b7abaa059f38dc075d7971ae12d63a67 100644 (file)
@@ -12,7 +12,7 @@ PACKAGE_NAME='ImageMagick'
 # PACKAGE_NAME (e.g. "1.0.0").
 PACKAGE_VERSION='6.5.8'
 PACKAGE_LIB_VERSION="0x658"
-PACKAGE_RELEASE="8"
+PACKAGE_RELEASE="9"
 PACKAGE_LIB_VERSION_NUMBER="6,5,8,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE=`date +%F`
 PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"