pre-release commit

This commit is contained in:
Mike Welles 1999-11-30 19:37:40 +00:00
parent 0e4c746eab
commit 7609ec5fbe
4 changed files with 219 additions and 50 deletions

View File

@ -1,5 +1,7 @@
Tue Nov 30 14:15:32 EST 1999 Mike Welles <mike@onshore.com>
* Added zip creation to relase makefile target
* Added html for TIFFWriteTile.3t man page.
Tue Nov 30 09:20:16 1999 Frank Warmerdam <warmerda@gdal.velocet.ca>

View File

@ -1,5 +1,5 @@
#! smake
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.7 1999-11-29 16:43:31 warmerda Exp $
# $Header: /cvs/maptools/cvsroot/libtiff/Makefile.in,v 1.8 1999-11-30 19:37:40 mwelles Exp $
#
# @WARNING@
#
@ -268,33 +268,7 @@ TIFFFILES=\
man/TIFFstrip.3t \
man/TIFFswab.3t \
man/TIFFtile.3t \
html/Makefile.in \
html/bugs.html \
html/build.html \
html/contrib.html \
html/document.html \
html/images.html \
html/index.html \
html/internals.html \
html/intro.html \
html/libtiff.html \
html/misc.html \
html/support.html \
html/tools.html \
html/v3.4beta036.html \
html/v3.4beta035.html \
html/v3.4beta034.html \
html/v3.4beta033.html \
html/v3.4beta032.html \
html/v3.4beta031.html \
html/v3.4beta029.html \
html/v3.4beta028.html \
html/v3.4beta024.html \
html/v3.4beta018.html \
html/v3.4beta016.html \
html/v3.4beta007.html \
${NULL}
OTHERFILES=\
html/images \
html/images/back.gif \
html/images/bali.jpg \
html/images/cat.gif \
@ -311,6 +285,94 @@ OTHERFILES=\
html/images/smallliz.jpg \
html/images/strike.gif \
html/images/warning.gif \
html/Makefile.in \
html/bugs.html \
html/build.html \
html/contrib.html \
html/document.html \
html/images.html \
html/index.html \
html/internals.html \
html/intro.html \
html/libtiff.html \
html/misc.html \
html/support.html \
html/tools.html \
html/v3.4beta007.html \
html/v3.4beta016.html \
html/v3.4beta018.html \
html/v3.4beta024.html \
html/v3.4beta028.html \
html/v3.4beta029.html \
html/v3.4beta031.html \
html/v3.4beta032.html \
html/v3.4beta033.html \
html/v3.4beta034.html \
html/v3.4beta035.html \
html/v3.4beta036.html \
html/v3.5.1.html \
html/v3.5.2.html \
html/v3.5.3.html \
html/man \
html/man/TIFFClose.3t.html \
html/man/TIFFError.3t.html \
html/man/TIFFFlush.3t.html \
html/man/TIFFGetField.3t.html \
html/man/TIFFOpen.3t.html \
html/man/TIFFPrintDirectory.3t.html \
html/man/TIFFRGBAImage.3t.html \
html/man/TIFFReadDirectory.3t.html \
html/man/TIFFReadEncodedStrip.3t.html \
html/man/TIFFReadEncodedTile.3t.html \
html/man/TIFFReadRGBAImage.3t.html \
html/man/TIFFReadRGBAStrip.3t.html \
html/man/TIFFReadRGBATile.3t.html \
html/man/TIFFReadRawStrip.3t.html \
html/man/TIFFReadRawTile.3t.html \
html/man/TIFFReadScanline.3t.html \
html/man/TIFFReadTile.3t.html \
html/man/TIFFSetDirectory.3t.html \
html/man/TIFFSetField.3t.html \
html/man/TIFFWarning.3t.html \
html/man/TIFFWriteDirectory.3t.html \
html/man/TIFFWriteEncodedStrip.3t.html \
html/man/TIFFWriteEncodedTile.3t.html \
html/man/TIFFWriteRawStrip.3t.html \
html/man/TIFFWriteRawTile.3t.html \
html/man/TIFFWriteScanline.3t.html \
html/man/TIFFbuffer.3t.html \
html/man/TIFFcodec.3t.html \
html/man/TIFFmemory.3t.html \
html/man/TIFFquery.3t.html \
html/man/TIFFsize.3t.html \
html/man/TIFFstrip.3t.html \
html/man/TIFFswab.3t.html \
html/man/TIFFtile.3t.html \
html/man/fax2ps.1.html \
html/man/fax2tiff.1.html \
html/man/gif2tiff.1.html \
html/man/libtiff.3t.html \
html/man/pal2rgb.1.html \
html/man/ppm2tiff.1.html \
html/man/ras2tiff.1.html \
html/man/rgb2ycbcr.1.html \
html/man/sgi2tiff.1.html \
html/man/thumbnail.1.html \
html/man/tiff2bw.1.html \
html/man/tiff2ps.1.html \
html/man/tiffcmp.1.html \
html/man/tiffcp.1.html \
html/man/tiffdither.1.html \
html/man/tiffdump.1.html \
html/man/tiffgt.1.html \
html/man/tiffinfo.1.html \
html/man/tiffmedian.1.html \
html/man/tiffsplit.1.html \
html/man/tiffsv.1.html \
html/man/index.html \
html/man/TIFFWriteTile.3t.html \
${NULL}
OTHERFILES=\
${NULL}
CONTRIBFILES=\
contrib/dbs/README \
@ -421,7 +483,8 @@ release:
${MAKE} release.stamp
# ${SRCDIR}/configure ${CONFIG}
# ${MAKE} product
${MAKE} release.tar
${MAKE} release.tar.zip
# stamp relevant files according to current alpha
release.stamp:
@ -435,7 +498,7 @@ releasediff:
done
# create release distribution archive
release.tar:
release.tar.zip:
VERSION="@VERSION@"; \
rm -f ../tiff-$$VERSION $$VERSION $$VERSION-tar; \
ln -s ${SRCDIR} tiff-$$VERSION; \
@ -443,8 +506,9 @@ release.tar:
echo $$i; \
done) | sed "s;.*;tiff-$$VERSION/&;" >$$VERSION; \
tar cvf $$VERSION-tar `cat $$VERSION`; \
zip tiff-$$VERSION.zip `cat $$VERSION`; \
rm -f tiff-$$VERSION-tar.${ZIPSUF}; \
cat $$VERSION-tar | ${COMPRESS} >tiff-$$VERSION-tar.${ZIPSUF}; \
cat $$VERSION-tar | ${COMPRESS} >tiff-$$VERSION.tar.${ZIPSUF}; \
rm -f tiff-$$VERSION $$VERSION $$VERSION-tar;
#

View File

@ -14,10 +14,10 @@ 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.2.html">v3.5.2</A><BR>
<B>Latest Software</B>: <A HREF="v3.5.2.html">v3.5.2</A><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>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.2.tar.gz>http://www.libtiff.org/tiff-v3.5.2.tar.gz</a><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>
<B>Mailing List Subscription</b>: <a href=mailto:tiff-request@olympiakos.com>tiff-request@olympiakos.com</a> ("subscribe tiff" in body of message). <BR>
<B>Mailing List Archive</b>: <A HREF= http://www.remotesensing.org/lists/libtiff_archive/maillist.html>http://www.remotesensing.org/lists/libtiff_archive/maillist.html</A> <BR>
@ -82,7 +82,7 @@ The following sections are included in this documentation:
<P>
<HR>
<em>
$Id: index.html,v 1.20 1999-11-29 01:36:16 warmerda Exp $
$Id: index.html,v 1.21 1999-11-30 19:37:40 mwelles Exp $
</em>
</BODY>

103
html/v3.5.3.html Normal file
View File

@ -0,0 +1,103 @@
<HTML>
<HEAD>
<TITLE>
Changes in TIFF v3.5.3
</TITLE>
</HEAD>
<BODY BGCOLOR=white>
<FONT FACE="Arial, Helvetica, Sans">
<FONT FACE="Arial, Helvetica, 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.3<BR>
<B>Previous Version</B>: <A HREF=v3.5.2.html>v3.5.2</a><BR>
<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com, directory graphics/tiff</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><HR WIDTH=65% ALIGN=right>
<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
<UL>
<LI> Added zip creation to release makefile target
</UL>
<P><HR WIDTH=65% ALIGN=right>
<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
<UL>
<LI> Added html for TIFFWriteTile.3t man page.
<LI> Added some changes to tif_write.c to support rewriting existing
fixed sized tiles and strips. Code mods disabled by default, only
enabled if REWRITE_HACK is defined for now.
<LI> Added TIFFWriteTile.3t man page.
<LI> Added notes on use of makefile.vc in build.html, and fixed
email subscription address.
<LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
<LI> Did some casts cleaning up to reduce compiler warnings in tif_fax3.c,
from Bruce Carmeron <cameron@petris.com> -- modifications of
changes made by Frank (sun cc still complained on cast).
<LI> fixed various VC++ warnings as suggested by Gilles Vollant
<info@winimage.com>.
<LI> Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to
not imply applications are responsible for image data swapping.
<LI> HTML-ized the man pages, added to html/man
<LI> Removed LZW Compression to comply with Unisys patent extortion.
<LI> Corrected one remaining 16 -> 32 bit value in tif_fax3.c,
From Ivo Penzar <ivo.penzar@infolink-software.com.
<LI> Added patch from Ivo Penzar to have TiffAdvanceDirectory handle
memory mapped files. <ivo.penzar@infolink-software.com>
</UL>
<P><HR WIDTH=65% ALIGN=right>
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
<UL>
<LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c
</UL>
<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
<HR>
Last updated $Date: 1999-11-30 19:37:40 $.
</BODY>
</HTML>