Added final bits for 3.5.4 release, fixed some versioning stuff

This commit is contained in:
Mike Welles 1999-12-21 21:09:04 +00:00
parent db55f695d7
commit 4c80ff94c9
6 changed files with 96 additions and 7 deletions

3
TODO
View File

@ -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

View File

@ -1 +1 @@
3.5.3
3.5.

2
dist/tiff.alpha vendored
View File

@ -1 +1 @@
define ALPHA 3
define ALPHA 4

2
dist/tiff.version vendored
View File

@ -1 +1 @@
define TIFF_VNUM "3.5.3 (release)"
define TIFF_VNUM "3.5.4 (release)"

View File

@ -14,8 +14,8 @@ TIFF Software
<B>Home Page</B>: <A HREF="http://www.libtiff.org/">
http://www.libtiff.org</A> <BR>
<B>FAQ Page</B>: <I>forthcoming</I><BR>
<B>Latest Release</B>: <A HREF="v3.5.3.html">v3.5.3</A><BR>
<B>Latest Software</B>: <A HREF="v3.5.3.html">v3.5.3</A><BR>
<B>Latest Release</B>: <A HREF="v3.5.4.html">v3.5.4</A><BR>
<B>Latest Software</B>: <A HREF="v3.5.4.html">v3.5.4</A><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com</A> , directory pub/libtiff (Active mode FTP only!)<BR>
<B>HTTP Download</B>: <A HREF=http://www.libtiff.org/tiff-v3.5.3.tar.gz>http://www.libtiff.org/tiff-v3.5.3.tar.gz</a>, <A HREF=http://www.libtiff.org/tiff-v3.5.3.zip>http://www.libtiff.org/tiff-v3.5.3.zip</a><BR>
<B>Mailing List</B>: <a href=mailto:tiff@olympiakos.com>tiff@olympiakos.com</a> <BR>
@ -82,7 +82,7 @@ The following sections are included in this documentation:
<P>
<HR>
<em>
$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 $
</em>
</BODY>

88
html/v3.5.4.html Normal file
View File

@ -0,0 +1,88 @@
<HTML>
<HEAD>
<TITLE>
Changes in TIFF v3.5.3
</TITLE>
</HEAD>
<BODY BGCOLOR=white>
<FONT FACE="Helvetica, Arial, Sans">
<FONT FACE="Helvetica, Arial, Sans">
<BASEFONT SIZE=4>
<B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
<BASEFONT SIZE=3>
<UL>
<HR SIZE=4 WIDTH=65% ALIGN=left>
<B>Current Version</B>: v3.5.4<BR>
<B>Previous Version</B>: <A HREF=v3.5.3.html>v3.5.3</a><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com</a>, directory pub/libtiff</A><BR>
<B>Master HTTP Site</B>: <A HREF="http://www.libtiff.org/">http://www.libtiff.org</a>
<HR SIZE=4 WIDTH=65% ALIGN=left>
</UL>
<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:
<UL>
<LI><A HREF="#configure">Changes in the software configuration</A>
<LI><A HREF="#libtiff">Changes in libtiff</A>
<LI><A HREF="#tools">Changes in the tools</A>
</UL>
<p>
<P><HR WIDTH=65% ALIGN=left>
<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
<UL>
<LI> None
</UL>
<P><HR WIDTH=65% ALIGN=left>
<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
<UL>
<li> Aadded Pixar tag support. Contributed by Phil Beffery <phil@pixar.com>
<li> Made one more change to tif_dir.c for removal of LZW compression. Also added notice
when LZW compression invoked.
<li> Fixed bug that caused LZW (non) compression to segfault. Added
warning about LZW compression removed being removed, and why.
</UL>
<P><HR WIDTH=65% ALIGN=left>
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
<UL>
<li> Changed default compression in tools to TIFF_PACKBITS, and changed usage descriptions
in tools to reflect removal of LZW compression
<li> Added nostrip to install in tools/Makefile.in so that debugging
symbols are kept.
<li> Made Packbits the default compression in tools/tiff2rgba.c instead
of LZW.
</UL>
<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
<HR>
Last updated $Date: 1999-12-21 21:09:04 $.
</BODY>
</HTML>