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.8
.2<BR> 
  19 <B>Previous Version
</B>: 
<A HREF=v3.8
.1.html
>v3.8
.1</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> 
  41 <P><HR WIDTH=
65% ALIGN=left
> 
  43 <!---------------------------------------------------------------------------> 
  45 <A NAME=
"highlights"><B><FONT SIZE=+
3>M
</FONT>AJOR CHANGES:
</B></A> 
  52 <P><HR WIDTH=
65% ALIGN=left
> 
  53 <!---------------------------------------------------------------------------> 
  55 <A NAME=
"configure"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
</B></A> 
  59         <li> tools/Makefile.am: Use runtime paths linker flags when rpath
 
  62         <li> Makefiles improvements as per bug
 
  63         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1128"> 
  64         http://bugzilla.remotesensing.org/show_bug.cgi?id=
1128</a> 
  66         <li> Fixed win32 I/O functions usage as per bug
 
  67         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1127"> 
  68         http://bugzilla.remotesensing.org/show_bug.cgi?id=
1127</a> 
  72 <P><HR WIDTH=
65% ALIGN=left
> 
  74 <!---------------------------------------------------------------------------> 
  76 <A NAME=
"libtiff"><B><FONT SIZE=+
3>C
</FONT>HANGES IN LIBTIFF:
</B></A> 
  79         <li> tif_strip.c: Take subsampling in account when calculating
 
  82         <li> tif_jpeg.c, tif_fax3.c, tif_zip.c, tif_pixarlog.c,
 
  83         tif_lzw.c, tif_luv.c: Use _TIFFSetDefaultCompressionState() in all
 
  84         codec cleanup methods. As per bug
 
  85         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1120"> 
  86                 http://bugzilla.remotesensing.org/show_bug.cgi?id=
1120</a> 
  88         <li> tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
 
  90         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1119"> 
  91                 http://bugzilla.remotesensing.org/show_bug.cgi?id=
1119</a> 
  93         <li> tif_dir.c: Use double type instead of dblparam_t.
 
  95         <li> tif_dirread.c: Do not check the PlanarConfig tag presence
 
  96         in TIFFReadDirectory, because it is always set at the start of
 
  97         function and we allow TIFFs without that tag set.
 
 101 <P><HR WIDTH=
65% ALIGN=left
> 
 103 <!--------------------------------------------------------------------------> 
 105 <A NAME=
"tools"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE TOOLS:
</B></A> 
 108         <li> tiffcp.c: Do not set RowsPerStrip bigger than image length.
 
 110         <li> fax2tiff.c: Fixed wrong TIFFerror() invocations as per bug
 
 111         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1125"> 
 112         http://bugzilla.remotesensing.org/show_bug.cgi?id=
1125</a> 
 114         <li> fax2ps.c: Fixed reading the input stream from stdin as per bug
 
 115         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1124"> 
 116         http://bugzilla.remotesensing.org/show_bug.cgi?id=
1124</a> 
 118         <li> raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
 
 120         <a href=
"http://bugzilla.remotesensing.org/show_bug.cgi?id=1110"> 
 121         http://bugzilla.remotesensing.org/show_bug.cgi?id=
1110</a> 
 125 <P><HR WIDTH=
65% ALIGN=left
> 
 127 <!---------------------------------------------------------------------------> 
 129 <A NAME=
"contrib"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE CONTRIB AREA:
</B></A> 
 134 Last updated $Date: 
2006/
03/
23 14:
54:
01 $.