1<HTML> 2<HEAD> 3<TITLE> 4Changes in TIFF v3.5.3 5</TITLE> 6</HEAD> 7 8<BODY BGCOLOR=white> 9<FONT FACE="Arial, Helvetica, Sans"> 10<FONT FACE="Arial, Helvetica, Sans"> 11 12<BASEFONT SIZE=4> 13<B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B> 14<BASEFONT SIZE=3> 15 16<UL> 17<HR SIZE=4 WIDTH=65% ALIGN=left> 18<B>Current Version</B>: v3.5.3<BR> 19<B>Previous Version</B>: <A HREF=v3.5.2.html>v3.5.2</a><BR> 20<B>Master FTP Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com, directory graphics/tiff</A><BR> 21<B>Master HTTP Site</B>: <A HREF="http://www.libtiff.org/">http://www.libtiff.org</a> 22<HR SIZE=4 WIDTH=65% ALIGN=left> 23</UL> 24 25<P> 26This document describes the changes made to the software between the 27<I>previous</I> and <I>current</I> versions (see above). 28If you don't find something listed here, then it was not done in this 29timeframe, or it was not considered important enough to be mentioned. 30The following information is located here: 31<UL> 32<LI><A HREF="#configure">Changes in the software configuration</A> 33<LI><A HREF="#libtiff">Changes in libtiff</A> 34<LI><A HREF="#tools">Changes in the tools</A> 35</UL> 36 37<P><HR WIDTH=65% ALIGN=right> 38 39<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A> 40 41<UL> 42 <LI> Added zip creation to release makefile target 43 44 45</UL> 46 47<P><HR WIDTH=65% ALIGN=right> 48 49<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A> 50 51 52<UL> 53 54 <LI> Added html for TIFFWriteTile.3t man page. 55 56 <LI> Added some changes to tif_write.c to support rewriting existing 57 fixed sized tiles and strips. Code mods disabled by default, only 58 enabled if REWRITE_HACK is defined for now. 59 60 <LI> Added TIFFWriteTile.3t man page. 61 62 <LI> Added notes on use of makefile.vc in build.html, and fixed 63 email subscription address. 64 65 <LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c 66 67 <LI> Did some casts cleaning up to reduce compiler warnings in tif_fax3.c, 68 from Bruce Carmeron <[email protected]> -- modifications of 69 changes made by Frank (sun cc still complained on cast). 70 71 <LI> fixed various VC++ warnings as suggested by Gilles Vollant 72 <[email protected]>. 73 74 <LI> Modified TIFFquery.3t man pages info on TIFFIsByteSwapped() to 75 not imply applications are responsible for image data swapping. 76 77 <LI> HTML-ized the man pages, added to html/man 78 79 <LI> Removed LZW Compression to comply with Unisys patent extortion. 80 81 <LI> Corrected one remaining 16 -> 32 bit value in tif_fax3.c, 82 From Ivo Penzar <[email protected]. 83 84 <LI> Added patch from Ivo Penzar to have TiffAdvanceDirectory handle 85 memory mapped files. <[email protected]> 86</UL> 87 88<P><HR WIDTH=65% ALIGN=right> 89 90<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A> 91 92<UL> 93 <LI> Fixed apocalypse-inducing y2k bug in contrib/ras/ras2tiff.c 94</UL> 95 96<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR> 97 98<HR> 99 100Last updated $Date: 1999-11-30 19:37:40 $. 101 102</BODY> 103</HTML> 104