From: Cristy Date: Mon, 11 Jun 2018 12:10:55 +0000 (-0400) Subject: Bump version X-Git-Tag: 7.0.8-0~14 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8c772a579363554884e022fe7a303c9a5ba02c52;p=imagemagick Bump version --- diff --git a/ChangeLog b/ChangeLog index 8db1ba1c4..0a87ed0c5 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +2018-06-11 7.0.7-39 Cristy + * Release ImageMagick version 7.0.7-39, GIT revision 14445:cc962acde:20180611. + 2018-06-06 7.0.7-39 * Fixed numerous use of uninitialized values, integer overflow, memory exceeded, and timeouts (credit to OSS Fuzz). diff --git a/PerlMagick/quantum/quantum.pm b/PerlMagick/quantum/quantum.pm index 9f04b3729..0452fc4c1 100644 --- a/PerlMagick/quantum/quantum.pm +++ b/PerlMagick/quantum/quantum.pm @@ -43,7 +43,7 @@ require AutoLoader; ConfigureError FatalErrorException ); -$VERSION = '7.07'; +$VERSION = '7.08'; sub AUTOLOAD { # This AUTOLOAD is used to 'autoload' constants from the constant() diff --git a/configure b/configure index 88e3bd041..0cb20e5f5 100755 --- 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.7-39. +# Generated by GNU Autoconf 2.69 for ImageMagick 7.0.8-0. # # Report bugs to . # @@ -590,8 +590,8 @@ MAKEFLAGS= # Identity of this package. PACKAGE_NAME='ImageMagick' PACKAGE_TARNAME='ImageMagick' -PACKAGE_VERSION='7.0.7-39' -PACKAGE_STRING='ImageMagick 7.0.7-39' +PACKAGE_VERSION='7.0.8-0' +PACKAGE_STRING='ImageMagick 7.0.8-0' PACKAGE_BUGREPORT='https://github.com/ImageMagick/ImageMagick/issues' PACKAGE_URL='https://www.imagemagick.org' @@ -1841,7 +1841,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.7-39 to adapt to many kinds of systems. +\`configure' configures ImageMagick 7.0.8-0 to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1916,7 +1916,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of ImageMagick 7.0.7-39:";; + short | recursive ) echo "Configuration of ImageMagick 7.0.8-0:";; esac cat <<\_ACEOF @@ -2203,7 +2203,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -ImageMagick configure 7.0.7-39 +ImageMagick configure 7.0.8-0 generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -3254,7 +3254,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.7-39, which was +It was created by ImageMagick $as_me 7.0.8-0, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -4240,7 +4240,7 @@ fi # Define the identity of the package. PACKAGE='ImageMagick' - VERSION='7.0.7-39' + VERSION='7.0.8-0' cat >>confdefs.h <<_ACEOF @@ -4548,13 +4548,13 @@ MAGICK_MAJOR_VERSION=7 MAGICK_MINOR_VERSION=0 -MAGICK_MICRO_VERSION=7 +MAGICK_MICRO_VERSION=8 -MAGICK_PATCHLEVEL_VERSION=39 +MAGICK_PATCHLEVEL_VERSION=0 -MAGICK_VERSION=7.0.7-39 +MAGICK_VERSION=7.0.8-0 -MAGICK_GIT_REVISION=14410:9b377c1c9:20180602 +MAGICK_GIT_REVISION=14445:cc962acde:20180611 # Substitute library versioning @@ -37715,7 +37715,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.7-39, which was +This file was extended by ImageMagick $as_me 7.0.8-0, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -37782,7 +37782,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.7-39 +ImageMagick config.status 7.0.8-0 configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index ca749a727..9e9f3a77a 100644 --- a/configure.ac +++ b/configure.ac @@ -26,8 +26,8 @@ AC_PREREQ(2.69) # ============================================================================== m4_define([magick_major_version], [7]) m4_define([magick_minor_version], [0]) -m4_define([magick_micro_version], [7]) -m4_define([magick_patchlevel_version], [39]) +m4_define([magick_micro_version], [8]) +m4_define([magick_patchlevel_version], [0]) 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.sh .) | awk '{ print \$1 }' | tr -d '\n'"])) diff --git a/version.sh b/version.sh index c03032e1c..083bbd202 100644 --- a/version.sh +++ b/version.sh @@ -16,11 +16,11 @@ PACKAGE_CHANGE_DATE=`awk '/^[0-9][0-9][0-9][0-9]-[0-9][0-9]-[0-9][0-9]/ { print # # Package version. This is is the numeric version suffix applied to # PACKAGE_NAME (e.g. "1.0.0"). -PACKAGE_VERSION='7.0.7' -PACKAGE_PERL_VERSION='7.07' -PACKAGE_LIB_VERSION="0x707" -PACKAGE_RELEASE="39" -PACKAGE_LIB_VERSION_NUMBER="7,0,7,${PACKAGE_RELEASE}" +PACKAGE_VERSION='7.0.8' +PACKAGE_PERL_VERSION='7.08' +PACKAGE_LIB_VERSION="0x708" +PACKAGE_RELEASE="0" +PACKAGE_LIB_VERSION_NUMBER="7,0,8,${PACKAGE_RELEASE}" PACKAGE_RELEASE_DATE_RAW=`date +%F` PACKAGE_RELEASE_DATE_REPRODUCIBLE="${PACKAGE_CHANGE_DATE}" PACKAGE_STRING="$PACKAGE_NAME $PACKAGE_VERSION"