From 4c80ff94c9bad09537810b4195064ec3608f3a7a Mon Sep 17 00:00:00 2001 From: Mike Welles Date: Tue, 21 Dec 1999 21:09:04 +0000 Subject: [PATCH] Added final bits for 3.5.4 release, fixed some versioning stuff --- TODO | 3 +- VERSION | 2 +- dist/tiff.alpha | 2 +- dist/tiff.version | 2 +- html/index.html | 6 ++-- html/v3.5.4.html | 88 +++++++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 96 insertions(+), 7 deletions(-) create mode 100644 html/v3.5.4.html diff --git a/TODO b/TODO index 9f540678..835b550a 100644 --- a/TODO +++ b/TODO @@ -1,5 +1,6 @@ -# $Header: /cvs/maptools/cvsroot/libtiff/TODO,v 1.2 1999-12-21 17:03:03 mwelles Exp $ +# $Header: /cvs/maptools/cvsroot/libtiff/TODO,v 1.3 1999-12-21 21:09:04 mwelles Exp $ +o remove lzw compression flags from tools, update man pages o gif2tiff segaulting on selected images o tiffcmp read data by strip/tile instead of scanline o YCbCr sampling support diff --git a/VERSION b/VERSION index 444877d4..afe2f810 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -3.5.3 +3.5. diff --git a/dist/tiff.alpha b/dist/tiff.alpha index 9acc945e..0ed034b3 100644 --- a/dist/tiff.alpha +++ b/dist/tiff.alpha @@ -1 +1 @@ -define ALPHA 3 +define ALPHA 4 diff --git a/dist/tiff.version b/dist/tiff.version index 4d12a3be..32ab5866 100644 --- a/dist/tiff.version +++ b/dist/tiff.version @@ -1 +1 @@ -define TIFF_VNUM "3.5.3 (release)" +define TIFF_VNUM "3.5.4 (release)" diff --git a/html/index.html b/html/index.html index 960292d9..4359f6a0 100644 --- a/html/index.html +++ b/html/index.html @@ -14,8 +14,8 @@ TIFF Software Home Page: http://www.libtiff.org
FAQ Page: forthcoming
-Latest Release: v3.5.3
-Latest Software: v3.5.3
+Latest Release: v3.5.4
+Latest Software: v3.5.4
Master FTP Site: ftp.onshore.com , directory pub/libtiff (Active mode FTP only!)
HTTP Download: http://www.libtiff.org/tiff-v3.5.3.tar.gz, http://www.libtiff.org/tiff-v3.5.3.zip
Mailing List: tiff@olympiakos.com
@@ -82,7 +82,7 @@ The following sections are included in this documentation:


-$Id: index.html,v 1.21 1999-11-30 19:37:40 mwelles Exp $ +$Id: index.html,v 1.22 1999-12-21 21:09:04 mwelles Exp $ diff --git a/html/v3.5.4.html b/html/v3.5.4.html new file mode 100644 index 00000000..444a2df8 --- /dev/null +++ b/html/v3.5.4.html @@ -0,0 +1,88 @@ + + + +Changes in TIFF v3.5.3 + + + + + + + + +TIFF CHANGE INFORMATION + + + + +

+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: +

+

+


+ +CHANGES IN THE SOFTWARE CONFIGURATION: + +
    +
  • None + + +
+ +


+ +CHANGES IN LIBTIFF: + + +
    + +
  • Aadded Pixar tag support. Contributed by Phil Beffery + +
  • Made one more change to tif_dir.c for removal of LZW compression. Also added notice + when LZW compression invoked. + +
  • Fixed bug that caused LZW (non) compression to segfault. Added + warning about LZW compression removed being removed, and why. + +
+ +


+ +CHANGES IN THE TOOLS: + +
    +
  • Changed default compression in tools to TIFF_PACKBITS, and changed usage descriptions + in tools to reflect removal of LZW compression + +
  • Added nostrip to install in tools/Makefile.in so that debugging + symbols are kept. + +
  • Made Packbits the default compression in tools/tiff2rgba.c instead + of LZW. + + +
+ + TIFF home page.
+ +
+ +Last updated $Date: 1999-12-21 21:09:04 $. + + +