Release v4-0-0beta7.

This commit is contained in:
Bob Friesenhahn 2011-04-09 21:01:00 +00:00
parent 898c42e698
commit feab28eac4
9 changed files with 76 additions and 44 deletions

View File

@ -1,3 +1,7 @@
2011-04-09 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* libtiff 4.0.0beta7 released.
2011-04-09 Bob Friesenhahn <bfriesen@simple.dallas.tx.us>
* configure.ac: Should use AC_CANONICAL_HOST since host specifies

View File

@ -31,7 +31,7 @@ Notes on releasing.
4.0.0
or
4.0.0beta
4.0.0beta7
Version should be updated in two places: in the second argument of the
AC_INIT macro and in LIBTIFF_xxx_VERSION variables.
@ -49,7 +49,7 @@ Notes on releasing.
6. Add an entry to Changelog similar to:
* libtiff 4.0.0alpha released.
* libtiff 4.0.0beta7 released.
7. In the source tree do
@ -99,7 +99,7 @@ Notes on releasing.
13. In the source tree do
cvs tag Release-v4-0-0
cvs tag Release-v4-0-0beta7
(or the appropriate name for the release)

View File

@ -1 +1 @@
20100611
20110409

View File

@ -1 +1 @@
4.0.0beta6
4.0.0beta7

24
configure vendored
View File

@ -1,6 +1,6 @@
#! /bin/sh
# Guess values for system-dependent variables and create Makefiles.
# Generated by GNU Autoconf 2.68 for LibTIFF Software 4.0.0beta6.
# Generated by GNU Autoconf 2.68 for LibTIFF Software 4.0.0beta7.
#
# Report bugs to <tiff@lists.maptools.org>.
#
@ -570,8 +570,8 @@ MAKEFLAGS=
# Identity of this package.
PACKAGE_NAME='LibTIFF Software'
PACKAGE_TARNAME='tiff'
PACKAGE_VERSION='4.0.0beta6'
PACKAGE_STRING='LibTIFF Software 4.0.0beta6'
PACKAGE_VERSION='4.0.0beta7'
PACKAGE_STRING='LibTIFF Software 4.0.0beta7'
PACKAGE_BUGREPORT='tiff@lists.maptools.org'
PACKAGE_URL=''
@ -1373,7 +1373,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.0beta6 to adapt to many kinds of systems.
\`configure' configures LibTIFF Software 4.0.0beta7 to adapt to many kinds of systems.
Usage: $0 [OPTION]... [VAR=VALUE]...
@ -1447,7 +1447,7 @@ fi
if test -n "$ac_init_help"; then
case $ac_init_help in
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta6:";;
short | recursive ) echo "Configuration of LibTIFF Software 4.0.0beta7:";;
esac
cat <<\_ACEOF
@ -1621,7 +1621,7 @@ fi
test -n "$ac_init_help" && exit $ac_status
if $ac_init_version; then
cat <<\_ACEOF
LibTIFF Software configure 4.0.0beta6
LibTIFF Software configure 4.0.0beta7
generated by GNU Autoconf 2.68
Copyright (C) 2010 Free Software Foundation, Inc.
@ -2343,7 +2343,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.0beta6, which was
It was created by LibTIFF Software $as_me 4.0.0beta7, which was
generated by GNU Autoconf 2.68. Invocation command line was
$ $0 $@
@ -3238,7 +3238,7 @@ fi
# Define the identity of the package.
PACKAGE='tiff'
VERSION='4.0.0beta6'
VERSION='4.0.0beta7'
cat >>confdefs.h <<_ACEOF
@ -3305,12 +3305,12 @@ fi
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=0
LIBTIFF_ALPHA_VERSION=beta6
LIBTIFF_ALPHA_VERSION=beta7
LIBTIFF_VERSION=$LIBTIFF_MAJOR_VERSION.$LIBTIFF_MINOR_VERSION.$LIBTIFF_MICRO_VERSION$LIBTIFF_ALPHA_VERSION
LIBTIFF_RELEASE_DATE=`date +"%Y%m%d"`
LIBTIFF_CURRENT=5
LIBTIFF_REVISION=3
LIBTIFF_REVISION=4
LIBTIFF_AGE=0
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE
@ -20292,7 +20292,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.0beta6, which was
This file was extended by LibTIFF Software $as_me 4.0.0beta7, which was
generated by GNU Autoconf 2.68. Invocation command line was
CONFIG_FILES = $CONFIG_FILES
@ -20358,7 +20358,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.0beta6
LibTIFF Software config.status 4.0.0beta7
configured by $0, generated by GNU Autoconf 2.68,
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.0beta6],[tiff@lists.maptools.org],[tiff])
AC_INIT([LibTIFF Software],[4.0.0beta7],[tiff@lists.maptools.org],[tiff])
AC_CONFIG_AUX_DIR(config)
AC_CONFIG_MACRO_DIR(m4)
AC_LANG(C)
@ -42,7 +42,7 @@ dnl Don't fill the ALPHA_VERSION field, if not applicable.
LIBTIFF_MAJOR_VERSION=4
LIBTIFF_MINOR_VERSION=0
LIBTIFF_MICRO_VERSION=0
LIBTIFF_ALPHA_VERSION=beta6
LIBTIFF_ALPHA_VERSION=beta7
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=5
LIBTIFF_REVISION=3
LIBTIFF_REVISION=4
LIBTIFF_AGE=0
LIBTIFF_VERSION_INFO=$LIBTIFF_CURRENT:$LIBTIFF_REVISION:$LIBTIFF_AGE

View File

@ -65,25 +65,21 @@
in several different formats.
</p>
<p>
Included in this software distribution is a library, libtiff, for reading
and writing TIFF, a small collection of tools for doing simple
manipulations of TIFF images, and documentation on the
library and tools. Libtiff is a portable software, it was built and
tested on various systems: UNIX flavors (Linux, BSD, Solaris, MacOS X),
Windows, OpenVMS. It should be possible to port libtiff and additional
tools on other OSes.
Included in this software distribution is a library, libtiff, for
reading and writing TIFF, a small collection of tools for doing
simple manipulations of TIFF images, and documentation on the
library and tools. Libtiff is a portable software, it was built
and tested on various systems: UNIX flavors (Linux, BSD, Solaris,
MacOS X), Windows, and OpenVMS. It should be possible to port
libtiff and additional tools on other OSes.
</p>
<p>
The library, along with associated tool programs, should handle most of
your needs for reading and writing TIFF images on 32- and 64-bit
machines. This software can also be used on older 16-bit systems
though it may require some effort and you may need to leave out some of
the compression support.
machines.
</p>
<p>
The software was originally authored and maintained by Sam Leffler.
While he keeps a fatherly eye on the mailing list, he is no longer
responsible for day to day maintenance.
</p>
<p>
Questions should be sent to the TIFF mailing list:
@ -125,7 +121,7 @@
</ul>
<hr>
<p>
Last updated $Date: 2011-04-09 20:21:27 $.
Last updated $Date: 2011-04-09 21:01:00 $.
</p>
</body>
</html>

View File

@ -16,7 +16,7 @@
<UL>
<HR SIZE=4 WIDTH=65% ALIGN=left>
<B>Current Version</B>: v4.0.0<BR>
<B>Previous Version</B>: <A HREF=v3.9.3.html>v3.9.3</a><BR>
<B>Previous Version</B>: <A HREF=v3.9.5.html>v3.9.5</a><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">
ftp.remotesensing.org</a>, directory pub/libtiff</A><BR>
<B>Master HTTP Site</B>: <A HREF="http://download.osgeo.org/libtiff">
@ -26,10 +26,11 @@ http://download.osgeo.org/libtiff</a>
<P>
This document describes the changes made to the software between the
<I>previous</I> and <I>current</I> versions (see above).
If you don't find something listed here, then it was not done in this
timeframe, or it was not considered important enough to be mentioned.
The following information is located here:
<I>previous</I> and <I>current</I> versions (see above). If you don't
find something listed here, then it was not done in this timeframe, or
it was not considered important enough to be mentioned. Please consult
the ChangeLog file in the source package for full change details. The
following information is located here:
<UL>
<LI><A HREF="#hightlights">Major Changes</A>
<LI><A HREF="#configure">Changes in the software configuration</A>
@ -154,8 +155,8 @@ Other important backward incompatible changes in the public API:
<UL>
<LI>Updated autotools: Autoconf 2.65, Automake 1.11, libtool
2.2.10.
<LI>Updated autotools: Autoconf 2.68, Automake 1.11.1, libtool
2.4.
<LI>Enabled support for Automake silent build rules
(--enable-silent-rules or 'make V=0')
@ -169,6 +170,21 @@ Other important backward incompatible changes in the public API:
over 72 tests, which may be executed on Unix-like systems, or
under Microsoft Windows using MinGW/MSYS or Cygwin.
<LI>--disable-lzma configure option to disable use of liblzma.
<LI>--enable-defer-strile-load configure option to enable
experimental deferred strip/tile offset/size loading. May
cause some extremely sophisticated uses of libtiff to fail.
<LI>--enable-chunky-strip-read configure option to enable
experimental enable reading large strips in chunks in
TIFFReadScanline().
<LI>Now always uses WIN32 native I/O functions for Microsoft
Windows except for under Cygwin.
<LI>Now provides a pkg-config support file (libtiff-4.pc).
</UL>
<P><HR WIDTH=65% ALIGN=left>
@ -179,7 +195,7 @@ Other important backward incompatible changes in the public API:
<UL>
<LI>Patches/fixes made to stable libtiff (v3.9.0) are also
<LI>Patches/fixes made to stable libtiff (v3.9.X) are also
applied to 4.0.0. There are too many to list here. See the
distribution ChangeLog for a detailed change list.
@ -210,6 +226,19 @@ Other important backward incompatible changes in the public API:
is a signed memory size type, i.e. it is int32 on 32bit
machines, or int64 on 64bit machines.
<LI>Optionally support LZMA compression via TIFF tag 34925.
Tiffcp supports compression levels similar to "-c lzma:p1" or
"-c zip:p9 for setting the LZMA compression parameters.
<LI>Optionally defer the load of strip/tile offset and size
tags for optimized scanning of directories. Enabled with the
--enable-defer-strile-load configure option (DEFER_STRILE_LOAD
#define in tif_config.h).
<LI>Optionally enable experimental support for reading big
strips in chunks. Enabled with the --enable-chunky-strip-read
configure option.
</UL>
<P><HR WIDTH=65% ALIGN=left>
@ -220,6 +249,9 @@ Other important backward incompatible changes in the public API:
<UL>
<LI>tiffset: add -d and -sd switches to allow operation on
a particular directory, not just the first.
</UL>
<P><HR WIDTH=65% ALIGN=left>
@ -231,7 +263,7 @@ Other important backward incompatible changes in the public API:
<UL>
</UL>
Last updated $Date: 2010-06-11 22:58:58 $.
Last updated $Date: 2011-04-09 21:01:00 $.
</BODY>
</HTML>

View File

@ -1,4 +1,4 @@
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.0beta6\nCopyright (c) 1988-1996 Sam Leffler\nCopyright (c) 1991-1996 Silicon Graphics, Inc."
#define TIFFLIB_VERSION_STR "LIBTIFF, Version 4.0.0beta7\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 20100611
#define TIFFLIB_VERSION 20110409