9 <FONT FACE=
"Helvetica, Arial, Sans"> 
  12 <B><FONT SIZE=+
3>T
</FONT>IFF 
<FONT SIZE=+
2>C
</FONT>HANGE 
<FONT SIZE=+
2>I
</FONT>NFORMATION
</B> 
  16 <HR SIZE=
4 WIDTH=
65% ALIGN=left
> 
  17 <B>Current Version
</B>: v4.0
.1<BR> 
  18 <B>Previous Version
</B>: 
<A HREF=v4.0
.0.html
>v4.0
.0</a><BR> 
  19 <B>Master FTP Site
</B>: 
<A HREF=
"ftp://ftp.remotesensing.org/pub/libtiff"> 
  20 ftp.remotesensing.org
</a>, directory pub/libtiff
</A><BR> 
  21 <B>Master HTTP Site
</B>: 
<A HREF=
"http://www.remotesensing.org/libtiff"> 
  22 http://www.remotesensing.org/libtiff
</a>  
  23 <HR SIZE=
4 WIDTH=
65% ALIGN=left
> 
  27 This document describes the changes made to the software between the
 
  28 <I>previous
</I> and 
<I>current
</I> versions (see above).  If you don't
 
  29 find something listed here, then it was not done in this timeframe, or
 
  30 it was not considered important enough to be mentioned.  The following
 
  31 information is located here:
 
  33 <LI><A HREF=
"#highlights">Major Changes
</A> 
  34 <LI><A HREF=
"#configure">Changes in the software configuration
</A> 
  35 <LI><A HREF=
"#libtiff">Changes in libtiff
</A> 
  36 <LI><A HREF=
"#tools">Changes in the tools
</A> 
  37 <LI><A HREF=
"#contrib">Changes in the contrib area
</A> 
  40 <P><HR WIDTH=
65% ALIGN=left
> 
  42 <!---------------------------------------------------------------------------> 
  44 <A NAME=
"highlights"><B><FONT SIZE=+
3>M
</FONT>AJOR CHANGES:
</B></A> 
  53 <P><HR WIDTH=
65% ALIGN=left
> 
  54 <!---------------------------------------------------------------------------> 
  56 <A NAME=
"configure"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
</B></A> 
  60         <li> --enable-ld-version-script: New configure option to
 
  61         enable shared library symbol versioning on ELF-based systems
 
  62         (e.g. Linux and FreeBSD) which use the GNU linker.  This
 
  63         allows multiple major versions of libtiff to be loaded
 
  64         simultaneously into the same application or library without
 
  65         conflict, as long as all libtiffs involved are built with
 
  66         versioned symbols.  This option is not enabled by default.
 
  68         <li> Added libtiff private dependency on -llzma for pkg-config.
 
  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> libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around
 
  80         assumption tag fetching is always successful.
 
  82         <li> libtiff/tif_jpeg.c: Extra caution for case where sp is NULL.
 
  86 <P><HR WIDTH=
65% ALIGN=left
> 
  88 <!--------------------------------------------------------------------------> 
  90 <A NAME=
"tools"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE TOOLS:
</B></A> 
  98 <P><HR WIDTH=
65% ALIGN=left
> 
 100 <!---------------------------------------------------------------------------> 
 102 <A NAME=
"contrib"><B><FONT SIZE=+
3>C
</FONT>HANGES IN THE CONTRIB AREA:
</B></A> 
 110 Last updated $Date: 
2012-
02-
18 21:
53:
27 $.