From: cristy Date: Sun, 28 Nov 2010 21:27:53 +0000 (+0000) Subject: (no commit message) X-Git-Tag: 7.0.1-0~8439 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=e98012ee0f5a9c9cf2315c1d203ad6ec1aeb5db5;p=imagemagick --- diff --git a/ChangeLog b/ChangeLog index d7509d35f..56bc0deb2 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,4 +1,4 @@ -2010-11-27 6.6.6-0 Cristy +2010-11-27 6.6.6-1 Cristy * Add support for -evaluate-sequence median. 2010-11-26 6.6.6-0 Glenn Randers-Pehrson diff --git a/ImageMagick.spec b/ImageMagick.spec index 1d8116d97..ecabc32e4 100644 --- a/ImageMagick.spec +++ b/ImageMagick.spec @@ -1,5 +1,5 @@ %global VERSION 6.6.6 -%global Patchlevel 1 +%global Patchlevel 2 Name: ImageMagick Version: %{VERSION} diff --git a/QuickStart.txt b/QuickStart.txt index 5d8c31cc2..08b3ca70c 100644 --- a/QuickStart.txt +++ b/QuickStart.txt @@ -28,15 +28,15 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: Set the MAGICK_HOME environment variable to the path where you extracted the ImageMagick files. For example - export MAGICK_HOME="$HOME/ImageMagick-6.6.5" + export MAGICK_HOME="$HOME/ImageMagick-6.6.6" On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable: - export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.5/lib" + export LD_LIBRARY_PATH="$HOME/ImageMagick-6.6.6/lib" On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable: - export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.5/lib" + export DYLD_LIBRARY_PATH="$HOME/ImageMagick-6.6.6/lib" Now, test ImageMagick to see if it is working @@ -45,7 +45,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: To install PerlMagick type - cd ImageMagick-6.6.5/PerlMagick + cd ImageMagick-6.6.6/PerlMagick perl Makefile.PL make make install @@ -68,10 +68,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: loads them if found: $MAGICK_CONFIGURE_PATH - $MAGICK_HOME/lib/ImageMagick-6.6.5/config - $MAGICK_HOME/share/ImageMagick-6.6.5/config + $MAGICK_HOME/lib/ImageMagick-6.6.6/config + $MAGICK_HOME/share/ImageMagick-6.6.6/config $HOME/.magick/ - /lib/ImageMagick-6.6.5/ + /lib/ImageMagick-6.6.6/ / Font Files @@ -81,10 +81,10 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: order, and loads them if found: $MAGICK_CONFIGURE_PATH - $MAGICK_HOME/lib/ImageMagick-6.6.5/config - $MAGICK_HOME/share/ImageMagick-6.6.5/config + $MAGICK_HOME/lib/ImageMagick-6.6.6/config + $MAGICK_HOME/share/ImageMagick-6.6.6/config $HOME/.magick/ - /lib/ImageMagick-6.6.5/ + /lib/ImageMagick-6.6.6/ / $MAGICK_FONT_PATH @@ -95,23 +95,23 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install: and it uses the first match found: / - $MAGICK_HOME/lib/ImageMagick-6.6.5/modules-Q16/coders/ + $MAGICK_HOME/lib/ImageMagick-6.6.6/modules-Q16/coders/ $HOME/.magick/ - /../lib/ImageMagick-6.6.5/modules-Q16/coders/ - $MAGICK_HOME/lib/ImageMagick-6.6.5/modules-Q16/coders - $MAGICK_HOME/share/ImageMagick-6.6.5/modules-Q16/coders + /../lib/ImageMagick-6.6.6/modules-Q16/coders/ + $MAGICK_HOME/lib/ImageMagick-6.6.6/modules-Q16/coders + $MAGICK_HOME/share/ImageMagick-6.6.6/modules-Q16/coders $HOME/.magick/ - /lib/ImageMagick-6.6.5/modules-Q16/coders + /lib/ImageMagick-6.6.6/modules-Q16/coders / Windows Vista, XP, and NT Install: Download one of - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.5-0-Q16-windows-dll.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.5-0-Q16-windows-static.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.5-0-Q8-windows-dll.exe - ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.5-0-Q8-windows-static.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.6-0-Q16-windows-dll.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.6-0-Q16-windows-static.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.6-0-Q8-windows-dll.exe + ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-6.6.6-0-Q8-windows-static.exe and execute it (or "open" it from your browser) to start the installation program. diff --git a/config/configure.xml b/config/configure.xml index 0f19450af..fc5192d0e 100644 --- a/config/configure.xml +++ b/config/configure.xml @@ -8,7 +8,7 @@ - + diff --git a/index.html b/index.html index 1867ff852..843a70d6a 100644 --- a/index.html +++ b/index.html @@ -127,7 +127,7 @@