diff options
author | Even Rouault <even.rouault@spatialys.com> | 2015-01-26 12:24:11 +0000 |
---|---|---|
committer | Even Rouault <even.rouault@spatialys.com> | 2015-01-26 12:24:11 +0000 |
commit | a1caf14ce4640eec759a801ea601bd022bdc02d3 (patch) | |
tree | 494c0d2be96de00f366ffc1a72180418f791d30d | |
parent | a17a6e5ecdcf5a8a1e5970b96b2232a40ef95c68 (diff) | |
download | libtiff-git-a1caf14ce4640eec759a801ea601bd022bdc02d3.tar.gz |
* libtiff 4.0.4beta releasedv4.0.4betaRelease-v4-0-4beta
-rw-r--r-- | ChangeLog | 4 | ||||
-rw-r--r-- | RELEASE-DATE | 2 | ||||
-rw-r--r-- | VERSION | 2 | ||||
-rwxr-xr-x | configure | 26 | ||||
-rw-r--r-- | configure.ac | 8 | ||||
-rw-r--r-- | html/Makefile.am | 4 | ||||
-rw-r--r-- | html/Makefile.in | 4 | ||||
-rw-r--r-- | html/index.html | 4 | ||||
-rw-r--r-- | libtiff/tiffvers.h | 4 |
9 files changed, 33 insertions, 25 deletions
@@ -1,5 +1,9 @@ 2015-01-26 Even Rouault <even.rouault@spatialys.com> + * libtiff 4.0.4beta released + +2015-01-26 Even Rouault <even.rouault@spatialys.com> + * automake: updated to 1.15 * libtool: updated to 2.4.5 diff --git a/RELEASE-DATE b/RELEASE-DATE index f0326d2c..703726c0 100644 --- a/RELEASE-DATE +++ b/RELEASE-DATE @@ -1 +1 @@ -20120922 +20150126 @@ -1 +1 @@ -4.0.3 +4.0.4beta @@ -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.3. +# Generated by GNU Autoconf 2.69 for LibTIFF Software 4.0.4beta. # # 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.3' -PACKAGE_STRING='LibTIFF Software 4.0.3' +PACKAGE_VERSION='4.0.4beta' +PACKAGE_STRING='LibTIFF Software 4.0.4beta' PACKAGE_BUGREPORT='tiff@lists.maptools.org' PACKAGE_URL='' @@ -1400,7 +1400,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.3 to adapt to many kinds of systems. +\`configure' configures LibTIFF Software 4.0.4beta to adapt to many kinds of systems. Usage: $0 [OPTION]... [VAR=VALUE]... @@ -1474,7 +1474,7 @@ fi if test -n "$ac_init_help"; then case $ac_init_help in - short | recursive ) echo "Configuration of LibTIFF Software 4.0.3:";; + short | recursive ) echo "Configuration of LibTIFF Software 4.0.4beta:";; esac cat <<\_ACEOF @@ -1658,7 +1658,7 @@ fi test -n "$ac_init_help" && exit $ac_status if $ac_init_version; then cat <<\_ACEOF -LibTIFF Software configure 4.0.3 +LibTIFF Software configure 4.0.4beta generated by GNU Autoconf 2.69 Copyright (C) 2012 Free Software Foundation, Inc. @@ -2385,7 +2385,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.3, which was +It was created by LibTIFF Software $as_me 4.0.4beta, which was generated by GNU Autoconf 2.69. Invocation command line was $ $0 $@ @@ -3328,7 +3328,7 @@ fi # Define the identity of the package. PACKAGE='tiff' - VERSION='4.0.3' + VERSION='4.0.4beta' cat >>confdefs.h <<_ACEOF @@ -3447,13 +3447,13 @@ fi LIBTIFF_MAJOR_VERSION=4 LIBTIFF_MINOR_VERSION=0 -LIBTIFF_MICRO_VERSION=3 -LIBTIFF_ALPHA_VERSION= +LIBTIFF_MICRO_VERSION=4 +LIBTIFF_ALPHA_VERSION=beta 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=0 +LIBTIFF_REVISION=1 LIBTIFF_AGE=2 LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE @@ -21069,7 +21069,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.3, which was +This file was extended by LibTIFF Software $as_me 4.0.4beta, which was generated by GNU Autoconf 2.69. Invocation command line was CONFIG_FILES = $CONFIG_FILES @@ -21135,7 +21135,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.3 +LibTIFF Software config.status 4.0.4beta configured by $0, generated by GNU Autoconf 2.69, with options \\"\$ac_cs_config\\" diff --git a/configure.ac b/configure.ac index d4be12ac..c9e7658f 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.3],[tiff@lists.maptools.org],[tiff]) +AC_INIT([LibTIFF Software],[4.0.4beta],[tiff@lists.maptools.org],[tiff]) AC_CONFIG_AUX_DIR(config) AC_CONFIG_MACRO_DIR(m4) AC_LANG(C) @@ -41,8 +41,8 @@ dnl Versioning. dnl Don't fill the ALPHA_VERSION field, if not applicable. LIBTIFF_MAJOR_VERSION=4 LIBTIFF_MINOR_VERSION=0 -LIBTIFF_MICRO_VERSION=3 -LIBTIFF_ALPHA_VERSION= +LIBTIFF_MICRO_VERSION=4 +LIBTIFF_ALPHA_VERSION=beta LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION dnl This will be used with the 'make release' target LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"` @@ -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=0 +LIBTIFF_REVISION=1 LIBTIFF_AGE=2 LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE diff --git a/html/Makefile.am b/html/Makefile.am index 8cb6706c..aa6a5ddf 100644 --- a/html/Makefile.am +++ b/html/Makefile.am @@ -78,7 +78,9 @@ docfiles = \ v3.9.2.html \ v4.0.0.html \ v4.0.1.html \ - v4.0.2.html + v4.0.2.html \ + v4.0.3.html \ + v4.0.4beta.html dist_doc_DATA = $(docfiles) diff --git a/html/Makefile.in b/html/Makefile.in index 9b6f8aee..d9034126 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -440,7 +440,9 @@ docfiles = \ v3.9.2.html \ v4.0.0.html \ v4.0.1.html \ - v4.0.2.html + v4.0.2.html \ + v4.0.3.html \ + v4.0.4beta.html dist_doc_DATA = $(docfiles) SUBDIRS = images man diff --git a/html/index.html b/html/index.html index 7477e0cf..31b5b40c 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.3.html">v4.0.3</a></td> + <td><a href="v4.0.4beta.html">v4.0.4beta</a></td> </tr> <tr> <th>Master Download Site</th> @@ -117,7 +117,7 @@ </ul> <hr> <p> - Last updated $Date: 2012-09-22 16:12:44 $. + Last updated $Date: 2015-01-26 12:24:12 $. </p> </body> </html> diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h index 40edc813..74f769c4 100644 --- a/libtiff/tiffvers.h +++ b/libtiff/tiffvers.h @@ -1,4 +1,4 @@ -#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.3\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc." +#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.4beta\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 20120922 +#define TIFFLIB_VERSION 20150126 |