summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbfriesen <bfriesen>2017-05-21 19:10:50 +0000
committerbfriesen <bfriesen>2017-05-21 19:10:50 +0000
commit9955d92e7483ef8a3a8a3a7b5f216800611fae93 (patch)
tree77b9b385e487ca8c907f9a9644dd83bdfdcb0fc8
parent60a6a1765f28eb7e8fed08ec814c75bd5ae2dee6 (diff)
downloadlibtiff-9955d92e7483ef8a3a8a3a7b5f216800611fae93.tar.gz
libtiff 4.0.8 releasedRelease-v4-0-8
-rw-r--r--ChangeLog2
-rw-r--r--RELEASE-DATE2
-rw-r--r--VERSION2
-rwxr-xr-xconfigure24
-rw-r--r--configure.ac6
-rw-r--r--html/index.html4
-rw-r--r--html/man/CMakeLists.txt9
-rw-r--r--libtiff/tiffvers.h4
-rw-r--r--man/CMakeLists.txt9
9 files changed, 25 insertions, 37 deletions
diff --git a/ChangeLog b/ChangeLog
index eeb809d4..ee8d9d08 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
2017-05-21 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
+ * configure.ac: libtiff 4.0.8 released.
+
* html/v4.0.8.html: Add description of changes targeting the 4.0.8
release.
diff --git a/RELEASE-DATE b/RELEASE-DATE
index fb9e3f6c..301f3560 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-20161119
+20170521
diff --git a/VERSION b/VERSION
index 43beb400..a2cec7af 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.7
+4.0.8
diff --git a/configure b/configure
index db236949..b1d934f1 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 LibTIFF Software 4.0.7.
+# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.8.
#
# 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.7'
-PACKAGE_STRING='LibTIFF Software 4.0.7'
+PACKAGE_VERSION='4.0.8'
+PACKAGE_STRING='LibTIFF Software 4.0.8'
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.7 to adapt to many kinds of systems.
+\`configure' configures LibTIFF Software 4.0.8 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.7:";;
+ short | recursive ) echo "Configuration of LibTIFF Software 4.0.8:";;
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.7
+LibTIFF Software configure 4.0.8
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.7, which was
+It was created by LibTIFF Software $as_me 4.0.8, 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.7'
+ VERSION='4.0.8'
cat >>confdefs.h <<_ACEOF
@@ -3588,13 +3588,13 @@ fi
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
-LIBTIFF_MICRO_VERSION=7
+LIBTIFF_MICRO_VERSION=8
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=5
+LIBTIFF_REVISION=6
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
@@ -21500,7 +21500,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.7, which was
+This file was extended by LibTIFF Software $as_me 4.0.8, which was
generated by GNU Autoconf 2.69. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@@ -21566,7 +21566,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.7
+LibTIFF Software config.status 4.0.8
configured by $0, generated by GNU Autoconf 2.69,
with options \\"\$ac_cs_config\\"
diff --git a/configure.ac b/configure.ac
index 23d543cf..e22f5763 100644
--- a/configure.ac
+++ b/configure.ac
@@ -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.7],[tiff@lists.maptools.org],[tiff])
+AC_INIT([LibTIFF Software],[4.0.8],[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=7
+LIBTIFF_MICRO_VERSION=8
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
@@ -77,7 +77,7 @@ 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=5
+LIBTIFF_REVISION=6
LIBTIFF_AGE=2
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
diff --git a/html/index.html b/html/index.html
index d1375191..05b23bb3 100644
--- a/html/index.html
+++ b/html/index.html
@@ -24,7 +24,7 @@
</tr>
<tr>
<th>Latest Stable Release</th>
- <td><a href="v4.0.7.html">v4.0.7</a></td>
+ <td><a href="v4.0.8.html">v4.0.8</a></td>
</tr>
<tr>
<th>Master Download Site</th>
@@ -114,7 +114,7 @@
</ul>
<hr>
<p>
- Last updated $Date: 2016-11-19 17:47:40 $.
+ Last updated $Date: 2017-05-21 19:10:52 $.
</p>
</body>
</html>
diff --git a/html/man/CMakeLists.txt b/html/man/CMakeLists.txt
index f7c98ac0..897a0e73 100644
--- a/html/man/CMakeLists.txt
+++ b/html/man/CMakeLists.txt
@@ -69,17 +69,11 @@ set(docfiles
TIFFWriteRawTile.3tiff.html
TIFFWriteScanline.3tiff.html
TIFFWriteTile.3tiff.html
- bmp2tiff.1.html
fax2ps.1.html
fax2tiff.1.html
- gif2tiff.1.html
pal2rgb.1.html
ppm2tiff.1.html
- ras2tiff.1.html
raw2tiff.1.html
- rgb2ycbcr.1.html
- sgi2tiff.1.html
- thumbnail.1.html
tiff2bw.1.html
tiff2pdf.1.html
tiff2ps.1.html
@@ -93,8 +87,7 @@ set(docfiles
tiffinfo.1.html
tiffmedian.1.html
tiffset.1.html
- tiffsplit.1.html
- tiffsv.1.html)
+ tiffsplit.1.html)
set(doc_DATA ${indexfile} ${docfiles})
diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h
index fe55c726..890e433d 100644
--- a/libtiff/tiffvers.h
+++ b/libtiff/tiffvers.h
@@ -1,4 +1,4 @@
-#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.7\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
+#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.8\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 20161119
+#define TIFFLIB_VERSION 20170521
diff --git a/man/CMakeLists.txt b/man/CMakeLists.txt
index f7f84620..be5e2949 100644
--- a/man/CMakeLists.txt
+++ b/man/CMakeLists.txt
@@ -23,17 +23,11 @@
# OF THIS SOFTWARE.
set(man1_MANS
- bmp2tiff.1
fax2ps.1
fax2tiff.1
- gif2tiff.1
pal2rgb.1
ppm2tiff.1
- ras2tiff.1
raw2tiff.1
- rgb2ycbcr.1
- sgi2tiff.1
- thumbnail.1
tiff2bw.1
tiff2pdf.1
tiff2ps.1
@@ -47,8 +41,7 @@ set(man1_MANS
tiffinfo.1
tiffmedian.1
tiffset.1
- tiffsplit.1
- tiffsv.1)
+ tiffsplit.1)
set(man3_MANS
libtiff.3tiff