diff --git a/ChangeLog b/ChangeLog
index 4a60ae1d..d954ddcd 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2011-04-09 Bob Friesenhahn
+
+ * libtiff 4.0.0beta7 released.
+
2011-04-09 Bob Friesenhahn
* configure.ac: Should use AC_CANONICAL_HOST since host specifies
diff --git a/HOWTO-RELEASE b/HOWTO-RELEASE
index 942f5fe1..bc90e943 100644
--- a/HOWTO-RELEASE
+++ b/HOWTO-RELEASE
@@ -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)
diff --git a/RELEASE-DATE b/RELEASE-DATE
index 9e5fb1cf..4181d6f7 100644
--- a/RELEASE-DATE
+++ b/RELEASE-DATE
@@ -1 +1 @@
-20100611
+20110409
diff --git a/VERSION b/VERSION
index 99724a29..2956a5b1 100644
--- a/VERSION
+++ b/VERSION
@@ -1 +1 @@
-4.0.0beta6
+4.0.0beta7
diff --git a/configure b/configure
index 996b259b..83d2e8f8 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.68 for LibTIFF Software 4.0.0beta6.
+# Generated by GNU Autoconf 2.68 for LibTIFF Software 4.0.0beta7.
#
# Report bugs to .
#
@@ -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\\"
diff --git a/configure.ac b/configure.ac
index 3313cb9c..76d684ca 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.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
diff --git a/html/index.html b/html/index.html
index 89f587a7..9e653833 100644
--- a/html/index.html
+++ b/html/index.html
@@ -65,25 +65,21 @@
in several different formats.
- 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.
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.
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.
Questions should be sent to the TIFF mailing list:
@@ -125,7 +121,7 @@
- Last updated $Date: 2011-04-09 20:21:27 $.
+ Last updated $Date: 2011-04-09 21:01:00 $.