* libtiff 4.0.0alpha5 released.
This commit is contained in:
parent
1dc4f337d9
commit
d4038e39c5
@ -1,3 +1,7 @@
|
|||||||
|
2009-11-04 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
|
* libtiff 4.0.0alpha5 released.
|
||||||
|
|
||||||
2009-11-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
2009-11-03 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
|
||||||
|
|
||||||
* tools/tiffcrop.c: Updated tiffcrop from Richard Nolde. This
|
* tools/tiffcrop.c: Updated tiffcrop from Richard Nolde. This
|
||||||
|
@ -1 +1 @@
|
|||||||
20090827
|
20091104
|
||||||
|
24
configure
vendored
24
configure
vendored
@ -1,6 +1,6 @@
|
|||||||
#! /bin/sh
|
#! /bin/sh
|
||||||
# Guess values for system-dependent variables and create Makefiles.
|
# Guess values for system-dependent variables and create Makefiles.
|
||||||
# Generated by GNU Autoconf 2.64 for LibTIFF Software 4.0.0beta4.
|
# Generated by GNU Autoconf 2.64 for LibTIFF Software 4.0.0beta5.
|
||||||
#
|
#
|
||||||
# Report bugs to <tiff@lists.maptools.org>.
|
# Report bugs to <tiff@lists.maptools.org>.
|
||||||
#
|
#
|
||||||
@ -698,8 +698,8 @@ MAKEFLAGS=
|
|||||||
# Identity of this package.
|
# Identity of this package.
|
||||||
PACKAGE_NAME='LibTIFF Software'
|
PACKAGE_NAME='LibTIFF Software'
|
||||||
PACKAGE_TARNAME='tiff'
|
PACKAGE_TARNAME='tiff'
|
||||||
PACKAGE_VERSION='4.0.0beta4'
|
PACKAGE_VERSION='4.0.0beta5'
|
||||||
PACKAGE_STRING='LibTIFF Software 4.0.0beta4'
|
PACKAGE_STRING='LibTIFF Software 4.0.0beta5'
|
||||||
PACKAGE_BUGREPORT='tiff@lists.maptools.org'
|
PACKAGE_BUGREPORT='tiff@lists.maptools.org'
|
||||||
PACKAGE_URL=''
|
PACKAGE_URL=''
|
||||||
|
|
||||||
@ -1495,7 +1495,7 @@ if test "$ac_init_help" = "long"; then
|
|||||||
# Omit some internal or obsolete options to make the list less imposing.
|
# 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.
|
# This message is too long to be a string in the A/UX 3.1 sh.
|
||||||
cat <<_ACEOF
|
cat <<_ACEOF
|
||||||
\`configure' configures LibTIFF Software 4.0.0beta4 to adapt to many kinds of systems.
|
\`configure' configures LibTIFF Software 4.0.0beta5 to adapt to many kinds of systems.
|
||||||
|
|
||||||
Usage: $0 [OPTION]... [VAR=VALUE]...
|
Usage: $0 [OPTION]... [VAR=VALUE]...
|
||||||
|
|
||||||
@ -1570,7 +1570,7 @@ fi
|
|||||||
|
|
||||||
if test -n "$ac_init_help"; then
|
if test -n "$ac_init_help"; then
|
||||||
case $ac_init_help in
|
case $ac_init_help in
|
||||||
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta4:";;
|
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta5:";;
|
||||||
esac
|
esac
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
|
|
||||||
@ -1733,7 +1733,7 @@ fi
|
|||||||
test -n "$ac_init_help" && exit $ac_status
|
test -n "$ac_init_help" && exit $ac_status
|
||||||
if $ac_init_version; then
|
if $ac_init_version; then
|
||||||
cat <<\_ACEOF
|
cat <<\_ACEOF
|
||||||
LibTIFF Software configure 4.0.0beta4
|
LibTIFF Software configure 4.0.0beta5
|
||||||
generated by GNU Autoconf 2.64
|
generated by GNU Autoconf 2.64
|
||||||
|
|
||||||
Copyright (C) 2009 Free Software Foundation, Inc.
|
Copyright (C) 2009 Free Software Foundation, Inc.
|
||||||
@ -2457,7 +2457,7 @@ cat >config.log <<_ACEOF
|
|||||||
This file contains any messages produced by compilers while
|
This file contains any messages produced by compilers while
|
||||||
running configure, to aid debugging if configure makes a mistake.
|
running configure, to aid debugging if configure makes a mistake.
|
||||||
|
|
||||||
It was created by LibTIFF Software $as_me 4.0.0beta4, which was
|
It was created by LibTIFF Software $as_me 4.0.0beta5, which was
|
||||||
generated by GNU Autoconf 2.64. Invocation command line was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
||||||
|
|
||||||
$ $0 $@
|
$ $0 $@
|
||||||
@ -3384,7 +3384,7 @@ fi
|
|||||||
|
|
||||||
# Define the identity of the package.
|
# Define the identity of the package.
|
||||||
PACKAGE='tiff'
|
PACKAGE='tiff'
|
||||||
VERSION='4.0.0beta4'
|
VERSION='4.0.0beta5'
|
||||||
|
|
||||||
|
|
||||||
cat >>confdefs.h <<_ACEOF
|
cat >>confdefs.h <<_ACEOF
|
||||||
@ -3451,12 +3451,12 @@ fi
|
|||||||
LIBTIFF_MAJOR_VERSION=4
|
LIBTIFF_MAJOR_VERSION=4
|
||||||
LIBTIFF_MINOR_VERSION=0
|
LIBTIFF_MINOR_VERSION=0
|
||||||
LIBTIFF_MICRO_VERSION=0
|
LIBTIFF_MICRO_VERSION=0
|
||||||
LIBTIFF_ALPHA_VERSION=beta4
|
LIBTIFF_ALPHA_VERSION=beta5
|
||||||
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$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_RELEASE_DATE=`date +"%Y%m%d"`
|
||||||
|
|
||||||
LIBTIFF_CURRENT=5
|
LIBTIFF_CURRENT=5
|
||||||
LIBTIFF_REVISION=1
|
LIBTIFF_REVISION=2
|
||||||
LIBTIFF_AGE=0
|
LIBTIFF_AGE=0
|
||||||
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
|
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
|
||||||
|
|
||||||
@ -18918,7 +18918,7 @@ cat >>$CONFIG_STATUS <<\_ACEOF || ac_write_fail=1
|
|||||||
# report actual input values of CONFIG_FILES etc. instead of their
|
# report actual input values of CONFIG_FILES etc. instead of their
|
||||||
# values after options handling.
|
# values after options handling.
|
||||||
ac_log="
|
ac_log="
|
||||||
This file was extended by LibTIFF Software $as_me 4.0.0beta4, which was
|
This file was extended by LibTIFF Software $as_me 4.0.0beta5, which was
|
||||||
generated by GNU Autoconf 2.64. Invocation command line was
|
generated by GNU Autoconf 2.64. Invocation command line was
|
||||||
|
|
||||||
CONFIG_FILES = $CONFIG_FILES
|
CONFIG_FILES = $CONFIG_FILES
|
||||||
@ -18982,7 +18982,7 @@ Report bugs to <tiff@lists.maptools.org>."
|
|||||||
_ACEOF
|
_ACEOF
|
||||||
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
cat >>$CONFIG_STATUS <<_ACEOF || ac_write_fail=1
|
||||||
ac_cs_version="\\
|
ac_cs_version="\\
|
||||||
LibTIFF Software config.status 4.0.0beta4
|
LibTIFF Software config.status 4.0.0beta5
|
||||||
configured by $0, generated by GNU Autoconf 2.64,
|
configured by $0, generated by GNU Autoconf 2.64,
|
||||||
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
with options \\"`$as_echo "$ac_configure_args" | sed 's/^ //; s/[\\""\`\$]/\\\\&/g'`\\"
|
||||||
|
|
||||||
|
@ -25,7 +25,7 @@ dnl OF THIS SOFTWARE.
|
|||||||
dnl Process this file with autoconf to produce a configure script.
|
dnl Process this file with autoconf to produce a configure script.
|
||||||
|
|
||||||
AC_PREREQ(2.64)
|
AC_PREREQ(2.64)
|
||||||
AC_INIT([LibTIFF Software],[4.0.0beta4],[tiff@lists.maptools.org],[tiff])
|
AC_INIT([LibTIFF Software],[4.0.0beta5],[tiff@lists.maptools.org],[tiff])
|
||||||
AC_CONFIG_AUX_DIR(config)
|
AC_CONFIG_AUX_DIR(config)
|
||||||
AC_CONFIG_MACRO_DIR(m4)
|
AC_CONFIG_MACRO_DIR(m4)
|
||||||
AC_LANG(C)
|
AC_LANG(C)
|
||||||
@ -42,7 +42,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
|
|||||||
LIBTIFF_MAJOR_VERSION=4
|
LIBTIFF_MAJOR_VERSION=4
|
||||||
LIBTIFF_MINOR_VERSION=0
|
LIBTIFF_MINOR_VERSION=0
|
||||||
LIBTIFF_MICRO_VERSION=0
|
LIBTIFF_MICRO_VERSION=0
|
||||||
LIBTIFF_ALPHA_VERSION=beta4
|
LIBTIFF_ALPHA_VERSION=beta5
|
||||||
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$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
|
dnl This will be used with the 'make release' target
|
||||||
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
|
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 6. If any interfaces have been removed since the last public release,
|
||||||
dnl then set age to 0.
|
dnl then set age to 0.
|
||||||
LIBTIFF_CURRENT=5
|
LIBTIFF_CURRENT=5
|
||||||
LIBTIFF_REVISION=1
|
LIBTIFF_REVISION=2
|
||||||
LIBTIFF_AGE=0
|
LIBTIFF_AGE=0
|
||||||
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
|
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
|
||||||
|
|
||||||
|
@ -28,7 +28,7 @@
|
|||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Latest Development Release</th>
|
<th>Latest Development Release</th>
|
||||||
<td><a href="v4.0.0.html">v4.0.0beta4</a></td>
|
<td><a href="v4.0.0.html">v4.0.0beta5</a></td>
|
||||||
</tr>
|
</tr>
|
||||||
<tr>
|
<tr>
|
||||||
<th>Master Download Site</th>
|
<th>Master Download Site</th>
|
||||||
@ -129,7 +129,7 @@
|
|||||||
</ul>
|
</ul>
|
||||||
<hr>
|
<hr>
|
||||||
<p>
|
<p>
|
||||||
Last updated $Date: 2009-11-04 17:38:13 $.
|
Last updated $Date: 2009-11-04 17:49:25 $.
|
||||||
</p>
|
</p>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
@ -16,7 +16,7 @@
|
|||||||
<UL>
|
<UL>
|
||||||
<HR SIZE=4 WIDTH=65% ALIGN=left>
|
<HR SIZE=4 WIDTH=65% ALIGN=left>
|
||||||
<B>Current Version</B>: v4.0.0<BR>
|
<B>Current Version</B>: v4.0.0<BR>
|
||||||
<B>Previous Version</B>: <A HREF=v3.9.0.html>v3.9.0</a><BR>
|
<B>Previous Version</B>: <A HREF=v3.9.2.html>v3.9.2</a><BR>
|
||||||
<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">
|
<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">
|
||||||
ftp.remotesensing.org</a>, directory pub/libtiff</A><BR>
|
ftp.remotesensing.org</a>, directory pub/libtiff</A><BR>
|
||||||
<B>Master HTTP Site</B>: <A HREF="http://download.osgeo.org/libtiff">
|
<B>Master HTTP Site</B>: <A HREF="http://download.osgeo.org/libtiff">
|
||||||
@ -231,7 +231,7 @@ Other important backward incompatible changes in the public API:
|
|||||||
<UL>
|
<UL>
|
||||||
</UL>
|
</UL>
|
||||||
|
|
||||||
Last updated $Date: 2009-08-27 19:23:52 $.
|
Last updated $Date: 2009-11-04 17:49:25 $.
|
||||||
|
|
||||||
</BODY>
|
</BODY>
|
||||||
</HTML>
|
</HTML>
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.0beta4\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
|
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.0beta5\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
|
||||||
/*
|
/*
|
||||||
* This define can be used in code that requires
|
* This define can be used in code that requires
|
||||||
* compilation-related definitions specific to a
|
* compilation-related definitions specific to a
|
||||||
@ -6,4 +6,4 @@
|
|||||||
* version checking should be done based on the
|
* version checking should be done based on the
|
||||||
* string returned by TIFFGetVersion.
|
* string returned by TIFFGetVersion.
|
||||||
*/
|
*/
|
||||||
#define TIFFLIB_VERSION 20090827
|
#define TIFFLIB_VERSION 20091104
|
||||||
|
Loading…
Reference in New Issue
Block a user