From feab28eac482c27fbf46bdcf5789dc68a6e582f2 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 9 Apr 2011 21:01:00 +0000 Subject: Release v4-0-0beta7. --- ChangeLog | 4 ++++ HOWTO-RELEASE | 6 +++--- RELEASE-DATE | 2 +- VERSION | 2 +- configure | 24 ++++++++++++------------ configure.ac | 6 +++--- html/index.html | 22 +++++++++------------- html/v4.0.0.html | 50 +++++++++++++++++++++++++++++++++++++++++--------- libtiff/tiffvers.h | 4 ++-- 9 files changed, 76 insertions(+), 44 deletions(-) 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 $.

diff --git a/html/v4.0.0.html b/html/v4.0.0.html index e23ac4fd..9694a1e0 100644 --- a/html/v4.0.0.html +++ b/html/v4.0.0.html @@ -16,7 +16,7 @@

    Current Version: v4.0.0
    -Previous Version: v3.9.3
    +Previous Version: v3.9.5
    Master FTP Site: ftp.remotesensing.org, directory pub/libtiff
    Master HTTP Site: @@ -26,10 +26,11 @@ http://download.osgeo.org/libtiff

    This document describes the changes made to the software between the -previous and current 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: +previous and current 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:

    • Major Changes
    • Changes in the software configuration @@ -154,8 +155,8 @@ Other important backward incompatible changes in the public API:
        -
      • Updated autotools: Autoconf 2.65, Automake 1.11, libtool - 2.2.10. +
      • Updated autotools: Autoconf 2.68, Automake 1.11.1, libtool + 2.4.
      • 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. +
      • --disable-lzma configure option to disable use of liblzma. + +
      • --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. + +
      • --enable-chunky-strip-read configure option to enable + experimental enable reading large strips in chunks in + TIFFReadScanline(). + +
      • Now always uses WIN32 native I/O functions for Microsoft + Windows except for under Cygwin. + +
      • Now provides a pkg-config support file (libtiff-4.pc). +


      @@ -179,7 +195,7 @@ Other important backward incompatible changes in the public API:
        -
      • Patches/fixes made to stable libtiff (v3.9.0) are also +
      • 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. +
      • 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. + +
      • 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). + +
      • Optionally enable experimental support for reading big + strips in chunks. Enabled with the --enable-chunky-strip-read + configure option. +


      @@ -220,6 +249,9 @@ Other important backward incompatible changes in the public API:
        +
      • tiffset: add -d and -sd switches to allow operation on + a particular directory, not just the first. +


      @@ -231,7 +263,7 @@ Other important backward incompatible changes in the public API:
      -Last updated $Date: 2010-06-11 22:58:58 $. +Last updated $Date: 2011-04-09 21:01:00 $. diff --git a/libtiff/tiffvers.h b/libtiff/tiffvers.h index 88ec0591..44ed853c 100644 --- a/libtiff/tiffvers.h +++ b/libtiff/tiffvers.h @@ -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 -- cgit v1.2.1