* configure.ac: libtiff 4.0.9 released.

This commit is contained in:
Bob Friesenhahn 2017-11-18 20:00:43 +00:00
parent 737c52ae13
commit 020bd2fd3b
8 changed files with 29 additions and 26 deletions

View File

@ -1,5 +1,7 @@
2017-11-18 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* configure.ac: libtiff 4.0.9 released.
* html/v4.0.9.html: Add HTML file to document changes in libtiff
v4.0.9.

View File

@ -1 +1 @@
20170521
20171118

View File

@ -1 +1 @@
4.0.8
4.0.9

28
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.8.
# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.9.
#
# Report bugs to <tiff@lists.maptools.org>.
#
@ -590,8 +590,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='LibTIFF Software'
PACKAGE_TARNAME='tiff'
PACKAGE_VERSION='4.0.8'
PACKAGE_STRING='LibTIFF Software 4.0.8'
PACKAGE_VERSION='4.0.9'
PACKAGE_STRING='LibTIFF Software 4.0.9'
PACKAGE_BUGREPORT='tiff@lists.maptools.org'
PACKAGE_URL=''
@ -1408,7 +1408,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 LibTIFF Software 4.0.8 to adapt to many kinds of systems.
\`configure' configures LibTIFF Software 4.0.9 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1482,7 +1482,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of LibTIFF Software 4.0.8:";;
short | recursive ) echo "Configuration of LibTIFF Software 4.0.9:";;
esac
cat <<\_ACEOF
@ -1668,7 +1668,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
LibTIFF Software configure 4.0.8
LibTIFF Software configure 4.0.9
generated by GNU Autoconf 2.69
Copyright (C) 2012 Free Software Foundation, Inc.
@ -2441,7 +2441,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 LibTIFF Software $as_me 4.0.8, which was
It was created by LibTIFF Software $as_me 4.0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
$ $0 $@
@ -3384,7 +3384,7 @@ fi
# Define the identity of the package.
PACKAGE='tiff'
VERSION='4.0.8'
VERSION='4.0.9'
cat >>confdefs.h <<_ACEOF
@ -3588,14 +3588,14 @@ fi
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=8
LIBTIFF_MICRO_VERSION=9
LIBTIFF_ALPHA_VERSION=
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
LIBTIFF_CURRENT=7
LIBTIFF_REVISION=6
LIBTIFF_AGE=2
LIBTIFF_CURRENT=8
LIBTIFF_REVISION=0
LIBTIFF_AGE=3
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
# This is a special hack for OpenBSD and MirOS systems. The dynamic linker
@ -21531,7 +21531,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 LibTIFF Software $as_me 4.0.8, which was
This file was extended by LibTIFF Software $as_me 4.0.9, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -21597,7 +21597,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="\\
LibTIFF Software config.status 4.0.8
LibTIFF Software config.status 4.0.9
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"

View File

@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
dnl Process this file with autoconf to produce a configure script.
AC_PREREQ(2.64)
AC_INIT([LibTIFF Software],[4.0.8],[tiff@lists.maptools.org],[tiff])
AC_INIT([LibTIFF Software],[4.0.9],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@ -41,7 +41,7 @@ dnl Versioning.
dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=8
LIBTIFF_MICRO_VERSION=9
LIBTIFF_ALPHA_VERSION=
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
dnl This will be used with the 'make release' target
@ -76,9 +76,9 @@ dnl 5. If any interfaces have been added since the last public release, then
dnl increment age.
dnl 6. If any interfaces have been removed since the last public release,
dnl then set age to 0.
LIBTIFF_CURRENT=7
LIBTIFF_REVISION=6
LIBTIFF_AGE=2
LIBTIFF_CURRENT=8
LIBTIFF_REVISION=0
LIBTIFF_AGE=3
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
# This is a special hack for OpenBSD and MirOS systems. The dynamic linker

View File

@ -448,7 +448,8 @@ docfiles = \
v4.0.5.html \
v4.0.6.html \
v4.0.7.html \
v4.0.8.html
v4.0.8.html \
v4.0.9.html
dist_doc_DATA = $(docfiles)
SUBDIRS = images man

View File

@ -24,7 +24,7 @@
</tr>
<tr>
<th>Latest Stable Release</th>
<td><a href="v4.0.8.html">v4.0.8</a></td>
<td><a href="v4.0.9.html">v4.0.9</a></td>
</tr>
<tr>
<th>Master Download Site</th>
@ -116,7 +116,7 @@
</ul>
<hr>
<p>
Last updated $Date: 2017-11-07 02:00:06 $.
Last updated $Date: 2017-11-18 20:00:44 $.
</p>
</body>
</html>

View File

@ -1,4 +1,4 @@
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.8\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.9\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
/*
* This define can be used in code that requires
* compilation-related definitions specific to a
@ -6,4 +6,4 @@
* version checking should be done based on the
* string returned by TIFFGetVersion.
*/
#define TIFFLIB_VERSION 20170521
#define TIFFLIB_VERSION 20171118