1<HTML> 2<HEAD> 3<TITLE> 4Changes in TIFF v3.5.2 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.2<BR> 19<B>Previous Version</B>: <A HREF=v3.5.1.html>v3.5.1</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.simplesystems.org/libtiff//">http://www.simplesystems.org/libtiff/</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> Corrected alpha versioning. 43 44 <LI> Removed distinction between alpha and release targets in Makefile.in. 45 46 <LI> Added release.stamp target, which tags cvs tree, and updates 47 "RELEASE-DATE" 48 49 <LI> Added releasediff target, which diffs tree with source as of 50 date in "RELEASE-DATE" 51 52 <LI>Ticked up version to 3.5.2 (alpha 01 -- but I think we'll moving 53 away from alpha/non-alpha distinctions). 54 55</UL> 56 57<P><HR WIDTH=65% ALIGN=right> 58 59<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A> 60 61 62<UL> 63 <LI> Added IRIX/gcc, and OSF/1 4.x support on behalf of 64 Albert Chin-A-Young <china@thewrittenword.com> 65 66 <LI> Added TIFFReassignTagToIgnore() API on behalf of 67 Bruce Cameron <cameron@petris.com>. Man page still pending. 68 69 <LI> pre-remove so link before softlink in LINUXdso action in 70 libtiff/Makefile.in to avoid failure on LINUXdso builds other than 71 the first. 72 73 <LI> Fixed problem with cvtcmap() in tif_getimage.c modifying the 74 colormaps owned by the TIFF handle itself when trying to fixup wrong 75 (eight bit) colormaps. Corrected by maintaining a private copy of 76 the colormap. 77 78 <LI> Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in 79 tif_getimage.c. 80 81 <LI> Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested 82 by Christopher Lawton <clawton@mathworks.com> 83 84 <LI> Set O_BINARY for tif_unix.c open() ... used on cygwin for instance. 85 86 <LI> Added CYGWIN case in configure. 87 88 <LI> Applied Francois Dagand's patch to handle fax decompression bug. 89 (sizes >= 65536 were failing) 90</UL> 91 92<P><HR WIDTH=65% ALIGN=right> 93 94<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A> 95 96<UL> 97 <LI> Added addtiffo (add overviews to a TIFF file) in contrib. Didn't 98 put it in tools since part of it is in C++. 99</UL> 100 101<A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR> 102 103<HR> 104 105Last updated $Date: 2016-09-25 20:05:45 $. 106 107</BODY> 108</HTML> 109