]> granicus.if.org Git - imagemagick/commitdiff
Bump release
authorCristy <urban-warrior@imagemagick.org>
Sun, 12 Jun 2016 18:02:29 +0000 (14:02 -0400)
committerCristy <urban-warrior@imagemagick.org>
Sun, 12 Jun 2016 18:02:29 +0000 (14:02 -0400)
QuickStart.txt
configure
configure.ac
index.html
version.sh

index 37781bce3f04e456f5963cae2f15faef91f5b1df..343e8440b37c80dcf63b76e72de361c7f72e891d 100644 (file)
@@ -27,15 +27,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-7.0.1"
+     export MAGICK_HOME="$HOME/ImageMagick-7.0.2"
 
   On Linux and Solaris machines set the LD_LIBRARY_PATH environment variable:
 
-     export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.1/lib"
+     export LD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
 
   On Mac OS X (Darwin) machines set the DYLD_LIBRARY_PATH environment variable:
 
-     export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.1/lib"
+     export DYLD_LIBRARY_PATH="$HOME/ImageMagick-7.0.2/lib"
 
   Now, test ImageMagick to see if it is working
 
@@ -44,7 +44,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
 
   To install PerlMagick type
 
-      cd ImageMagick-7.0.1/PerlMagick
+      cd ImageMagick-7.0.2/PerlMagick
       perl Makefile.PL
       make
       make install
@@ -68,7 +68,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
 
           $MAGICK_CONFIGURE_PATH
           $MAGICK_HOME/etc/ImageMagick
-          $MAGICK_HOME/share/ImageMagick-7.0.1/config
+          $MAGICK_HOME/share/ImageMagick-7.0.2/config
           $HOME/.config/ImageMagick/
           <client path>/etc/ImageMagick/
           <current directory>/
@@ -81,7 +81,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
 
           $MAGICK_CONFIGURE_PATH
           $MAGICK_HOME/etc/ImageMagick
-          $MAGICK_HOME/share/ImageMagick-7.0.1/config
+          $MAGICK_HOME/share/ImageMagick-7.0.2/config
           $HOME/.config/ImageMagick/
           <client path>/etc/ImageMagick/
           <current directory>/
@@ -98,7 +98,7 @@ Unix/Linux/Darwin/Mac OS X/Cygwin/MinGW Install:
           $HOME/.config/ImageMagick/
           <client path>/../etc/ImageMagick/modules-Q16/coders/
           $MAGICK_HOME/etc/ImageMagick/modules-Q16/coders
-          $MAGICK_HOME/share/ImageMagick-7.0.1/modules-Q16/coders
+          $MAGICK_HOME/share/ImageMagick-7.0.2/modules-Q16/coders
           $HOME/.config/ImageMagick/
           <client path>/etc/ImageMagick/modules-Q16/coders
           <current directory>/
@@ -107,10 +107,10 @@ Windows Vista, XP, and NT Install:
 
   Download one of
 
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q16-windows-dll.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q16-windows-static.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q8-windows-dll.exe
-      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.1-2-Q8-windows-static.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-dll.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q16-windows-static.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-dll.exe
+      ftp://ftp.imagemagick.org/pub/ImageMagick/binaries/ImageMagick-7.0.2-0-Q8-windows-static.exe
 
   and execute it (or "open" it from your browser) to start the installation
   program.
index e1461e537607056a42626e047ca058797b692516..899191a28371f1a9e202a1c7b1df9ec93cc0c0ce 100755 (executable)
--- a/configure
+++ b/configure
@@ -1,6 +1,6 @@
 #! /bin/sh
 # Guess values for system-dependent variables and create Makefiles.
-# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.2-0.
+# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.2-1.
 #
 # Report bugs to <https://github.com/ImageMagick/ImageMagick/issues>.
 #
@@ -590,8 +590,8 @@ MAKEFLAGS=
 # Identity of this package.
 PACKAGE_NAME='ImageMagick'
 PACKAGE_TARNAME='ImageMagick'
-PACKAGE_VERSION='7.0.2-0'
-PACKAGE_STRING='ImageMagick 7.0.2-0'
+PACKAGE_VERSION='7.0.2-1'
+PACKAGE_STRING='ImageMagick 7.0.2-1'
 PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues'
 PACKAGE_URL='http://www.imagemagick.org'
 
@@ -1817,7 +1817,7 @@ if test "$ac_init_help" = "long"; then
   # Omit some internal or obsolete options to make the list less imposing.
   # This message is too long to be a string in the A/UX 3.1 sh.
   cat <<_ACEOF
-\`configure' configures ImageMagick 7.0.2-0 to adapt to many kinds of systems.
+\`configure' configures ImageMagick 7.0.2-1 to adapt to many kinds of systems.
 
 Usage: $0 [OPTION]... [VAR=VALUE]...
 
@@ -1892,7 +1892,7 @@ fi
 
 if test -n "$ac_init_help"; then
   case $ac_init_help in
-     short | recursive ) echo "Configuration of ImageMagick 7.0.2-0:";;
+     short | recursive ) echo "Configuration of ImageMagick 7.0.2-1:";;
    esac
   cat <<\_ACEOF
 
@@ -2166,7 +2166,7 @@ fi
 test -n "$ac_init_help" && exit $ac_status
 if $ac_init_version; then
   cat <<\_ACEOF
-ImageMagick configure 7.0.2-0
+ImageMagick configure 7.0.2-1
 generated by GNU Autoconf 2.69
 
 Copyright (C) 2012 Free Software Foundation, Inc.
@@ -3217,7 +3217,7 @@ cat >config.log <<_ACEOF
 This file contains any messages produced by compilers while
 running configure, to aid debugging if configure makes a mistake.
 
-It was created by ImageMagick $as_me 7.0.2-0, which was
+It was created by ImageMagick $as_me 7.0.2-1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   $ $0 $@
@@ -4203,7 +4203,7 @@ fi
 
 # Define the identity of the package.
  PACKAGE='ImageMagick'
- VERSION='7.0.2-0'
+ VERSION='7.0.2-1'
 
 
 cat >>confdefs.h <<_ACEOF
@@ -4513,11 +4513,11 @@ MAGICK_MINOR_VERSION=0
 
 MAGICK_MICRO_VERSION=2
 
-MAGICK_PATCHLEVEL_VERSION=0
+MAGICK_PATCHLEVEL_VERSION=1
 
-MAGICK_VERSION=7.0.2-0
+MAGICK_VERSION=7.0.2-1
 
-MAGICK_GIT_REVISION=18407:2615e69:20160607
+MAGICK_GIT_REVISION=18415:25ea4de:20160612
 
 
 # Substitute library versioning
@@ -38156,7 +38156,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
 # report actual input values of CONFIG_FILES etc. instead of their
 # values after options handling.
 ac_log="
-This file was extended by ImageMagick $as_me 7.0.2-0, which was
+This file was extended by ImageMagick $as_me 7.0.2-1, which was
 generated by GNU Autoconf 2.69.  Invocation command line was
 
   CONFIG_FILES    = $CONFIG_FILES
@@ -38223,7 +38223,7 @@ _ACEOF
 cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
 ac_cs_config="`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`"
 ac_cs_version="\\
-ImageMagick config.status 7.0.2-0
+ImageMagick config.status 7.0.2-1
 configured by $0, generated by GNU Autoconf 2.69,
   with options \\"\$ac_cs_config\\"
 
index 3492b1b75b6549cdf95c4975428984f8afdb806a..32932f938e5ed4589b730bf7eb084237e95892d8 100644 (file)
@@ -27,7 +27,7 @@ AC_PREREQ(2.69)
 m4_define([magick_major_version], [7])
 m4_define([magick_minor_version], [0])
 m4_define([magick_micro_version], [2])
-m4_define([magick_patchlevel_version], [0])
+m4_define([magick_patchlevel_version], [1])
 m4_define([magick_version],
           [magick_major_version.magick_minor_version.magick_micro_version-magick_patchlevel_version])
 m4_define([magick_git_revision], esyscmd([sh -c "(gitversion .) | tr -d '\n'"]))
index 3a1663ac10370bdcb257189ef3c133b416bca09e..dbe6d40d5a271c97c2528a30c73f14460d243a0b 100644 (file)
@@ -63,7 +63,7 @@ ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;en
 
 <p>The ImageMagick development process ensures a <a href="http://abi-laboratory.pro/tracker/timeline/imagemagick/">stable</a> API and ABI. Before each ImageMagick release, we perform a comprehensive security assessment that includes <a href="https://code.google.com/p/address-sanitizer/">memory error</a> and <a href="https://code.google.com/p/data-race-test/wiki/ThreadSanitizer">thread data race</a> detection to prevent security vulnerabilities.</p>
 
-<p>The current release is ImageMagick <a href="www/binary-releases.html">7.0.1-7</a>.  It runs on <a href="www/binary-releases.html#unix">Linux</a>, <a href="www/binary-releases.html#windows">Windows</a>, <a href="www/binary-releases.html#macosx">Mac Os X</a>, <a href="www/binary-releases.html#iOS">iOS</a>, Android OS, and others.</p>
+<p>The current release is ImageMagick <a href="www/binary-releases.html">7.0.2-0</a>.  It runs on <a href="www/binary-releases.html#unix">Linux</a>, <a href="www/binary-releases.html#windows">Windows</a>, <a href="www/binary-releases.html#macosx">Mac Os X</a>, <a href="www/binary-releases.html#iOS">iOS</a>, Android OS, and others.</p>
 
 <p>The authoritative ImageMagick web site is <a href="index.html">http://www.imagemagick.org</a>. The authoritative source code repository is <a href="http://git.imagemagick.org/repos/ImageMagick">http://git.imagemagick.org/repos/ImageMagick</a>.  We maintain a source code mirror at <a href="https://gitlab.com/ImageMagick/ImageMagick">GitLab</a> and <a href="https://github.com/ImageMagick/ImageMagick">GitHub</a>.</p>
 
@@ -232,4 +232,4 @@ ImageMagick<sup><a href="http://tarr.uspto.gov/servlet/tarr?regser=serial&amp;en
 </div>
 </body>
 </html>
-<!-- Magick Cache 30th May 2016 12:33 -->
\ No newline at end of file
+<!-- Magick Cache 30th May 2016 12:33 -->
index 731b2b388af11668d14bac6d7786a94f4c33b772..4d0e61f382abe93d5254a8c3d1380c4a7f5c7bb2 100644 (file)
@@ -18,7 +18,7 @@ PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print
 PACKAGE_VERSION='7.0.2'
 PACKAGE_PERL_VERSION='7.02'
 PACKAGE_LIB_VERSION="0x702"
-PACKAGE_RELEASE="0"
+PACKAGE_RELEASE="1"
 PACKAGE_LIB_VERSION_NUMBER="7,0,2,${PACKAGE_RELEASE}"
 PACKAGE_RELEASE_DATE_RAW=`date +%F`
 PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}"