9 <FONT FACE=
"Helvetica, Arial, Sans">
10 <FONT FACE=
"Helvetica, Arial, Sans">
13 <B><FONT SIZE=+
3>T
</FONT>IFF
<FONT SIZE=+
2>C
</FONT>HANGE
<FONT SIZE=+
2>I
</FONT>NFORMATION
</B>
17 <HR SIZE=
4 WIDTH=
65% ALIGN=left
>
18 <B>Current Version
</B>: v3.7
.0<BR>
19 <B>Previous Version
</B>:
<A HREF=v3.7
.0beta2.html
>v3.7
.0beta2
</a><BR>
20 <B>Master FTP Site
</B>:
<A HREF=
"ftp://ftp.remotesensing.org/pub/libtiff">
21 ftp.remotesensing.org
</a>, directory pub/libtiff
</A><BR>
22 <B>Master HTTP Site
</B>:
<A HREF=
"http://www.remotesensing.org/libtiff">
23 http://www.remotesensing.org/libtiff
</a>
24 <HR SIZE=
4 WIDTH=
65% ALIGN=left
>
28 This document describes the changes made to the software between the
29 <I>previous
</I> and
<I>current
</I> versions (see above).
30 If you don't find something listed here, then it was not done in this
31 timeframe, or it was not considered important enough to be mentioned.
32 The following information is located here:
34 <LI><A HREF=
"#hightlights">Major Changes
</A>
35 <LI><A HREF=
"#configure">Changes in the software configuration
</A>
36 <LI><A HREF=
"#libtiff">Changes in libtiff
</A>
37 <LI><A HREF=
"#tools">Changes in the tools
</A>
38 <LI><A HREF=
"#contrib">Changes in the contrib area
</A>
39 <LI><A HREF=
"#lzwkit">Changes in the LZW compression kit
</A>
42 <P><HR WIDTH=
65% ALIGN=left
>
44 <!--------------------------------------------------------------------------->
46 <A NAME=
"highlights"><B><FONT SIZE=+
3>M
</FONT>AJOR CHANGES:
</B></A>
50 <li> Several bugs found after
3.7.0beta2 release were fixed.
55 <P><HR WIDTH=
65% ALIGN=left
>
56 <!--------------------------------------------------------------------------->
58 <A NAME=
"configure"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
</B></A>
61 <li> ltmain.sh: Fix for MinGW compilation.
64 <P><HR WIDTH=
65% ALIGN=left
>
66 <!--------------------------------------------------------------------------->
68 <A NAME=
"libtiff"><B><FONT SIZE=+
3>C
</FONT>HANGES IN LIBTIFF:
</B></A>
72 <li> libtiff/{tif_dirread.c, tif_jpeg.c, tif_luv.c, tif_ojpeg.c,
73 tif_pixarlog.c, tif_write.c}: Handle the zero strip/tile sizes
74 properly (Dmitry V. Levin, Marcus Meissner).
76 <li> libtiff/tif_dirinfo.c: Type of the TIFFTAG_SUBIFD field changed
79 <li> Preliminary support for BigTIFF files: now libtiff can
80 recognize and reject to open such images. ;-)
82 <li> libtiff/tif_dir.c: Initialize td_tilewidth and td_tilelength fields
83 of the TIFFDirectory structure with the
0 instead of -
1 to avoid
84 confusing integer overflows in TIFFTileRowSize() for striped images.
86 <li> libtiff/tif_dir.c: Initialize td_tilewidth and td_tilelength fields
87 of the TIFFDirectory structure with the
0 instead of -
1 to avoid
88 confusing integer overflows in TIFFTileRowSize() for striped images.
90 <li> libtiff/tif_dirinfo.c: Fix bug with tif_foundfield and reallocation
91 of tif_fieldinfo as per bug
92 <A HREF=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=630">
93 http://bugzilla.remotesensing.org/show_bug.cgi?id=
630</A>
95 <li> libtiff/tif_compress.c: Improved error reporting in
96 TIFFGetConfiguredCODECs() (Dmitry V. Levin).
100 <P><HR WIDTH=
65% ALIGN=left
>
102 <!-------------------------------------------------------------------------->
104 <A NAME=
"tools"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE TOOLS:
</B></A>
107 <li> tiffcmp.c (leof): Renamed from 'eof' in order to avoid
108 conflict noticed under MinGW.
110 <li> tiff2pdf.c: Fixed TransferFunction tag handling reported
111 by Ross A. Finlayson.
115 <P><HR WIDTH=
65% ALIGN=left
>
117 <!--------------------------------------------------------------------------->
119 <A NAME=
"contrib"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE CONTRIB AREA:
</B></A>
127 <!--------------------------------------------------------------------------->
129 <A NAME=
"lzwkit"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE LZW COMPRESSION
133 <li> This one is not longer needed.
137 <A HREF=
"index.html"><IMG SRC=
"images/back.gif"></A> TIFF home page.
<BR>
141 Last updated $Date:
2004/
12/
20 19:
31:
44 $.