summaryrefslogtreecommitdiff
path: root/html/v4.0.0.html
diff options
context:
space:
mode:
authordron <dron>2007-07-04 14:06:38 +0000
committerdron <dron>2007-07-04 14:06:38 +0000
commitb512dfa3ece4c5a72723adfec9670d0f4c8cb231 (patch)
tree02306d51e6903fa88e87c3a696406245d8fbd410 /html/v4.0.0.html
parent000015f5b723a242ef6d742062f9e9183ca81fc2 (diff)
downloadlibtiff-b512dfa3ece4c5a72723adfec9670d0f4c8cb231.tar.gz
New.
Diffstat (limited to 'html/v4.0.0.html')
-rw-r--r--html/v4.0.0.html101
1 files changed, 101 insertions, 0 deletions
diff --git a/html/v4.0.0.html b/html/v4.0.0.html
new file mode 100644
index 00000000..cf101caf
--- /dev/null
+++ b/html/v4.0.0.html
@@ -0,0 +1,101 @@
+<HTML>
+<HEAD>
+<TITLE>
+ Changes in TIFF v4.0.0
+</TITLE>
+</HEAD>
+
+<BODY BGCOLOR=white>
+<FONT FACE="Helvetica, Arial, Sans">
+<FONT FACE="Helvetica, Arial, Sans">
+
+<BASEFONT SIZE=4>
+<B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
+<BASEFONT SIZE=3>
+
+<UL>
+<HR SIZE=4 WIDTH=65% ALIGN=left>
+<B>Current Version</B>: v4.0.0<BR>
+<B>Previous Version</B>: <A HREF=v3.8.2.html>v3.8.2</a><BR>
+<B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">
+ftp.remotesensing.org</a>, directory pub/libtiff</A><BR>
+<B>Master HTTP Site</B>: <A HREF="http://www.remotesensing.org/libtiff">
+http://www.remotesensing.org/libtiff</a>
+<HR SIZE=4 WIDTH=65% ALIGN=left>
+</UL>
+
+<P>
+This document describes the changes made to the software between the
+<I>previous</I> and <I>current</I> versions (see above).
+If you don't find something listed here, then it was not done in this
+timeframe, or it was not considered important enough to be mentioned.
+The following information is located here:
+<UL>
+<LI><A HREF="#hightlights">Major Changes</A>
+<LI><A HREF="#configure">Changes in the software configuration</A>
+<LI><A HREF="#libtiff">Changes in libtiff</A>
+<LI><A HREF="#tools">Changes in the tools</A>
+<LI><A HREF="#contrib">Changes in the contrib area</A>
+</UL>
+<p>
+<P><HR WIDTH=65% ALIGN=left>
+
+<!--------------------------------------------------------------------------->
+
+<A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>
+
+Important backward incompatible changes in the public API:
+
+<UL>
+ <LI> TIFFReassignTagToIgnore() function and TIFFIgnoreSense enumeration
+ have been removed. They was unused and never been used properly.
+ Should be unneeded for high-level applications.
+
+ <LI> TIFFTagValue structure removed from the public tiffio.h
+ to private tif_dir.h and not accessible anymore. It should be unneeded
+ for high-level applications.
+</UL>
+
+
+<P><HR WIDTH=65% ALIGN=left>
+<!--------------------------------------------------------------------------->
+
+<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
+
+<UL>
+
+</UL>
+
+<P><HR WIDTH=65% ALIGN=left>
+
+<!--------------------------------------------------------------------------->
+
+<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
+
+<UL>
+
+</UL>
+
+<P><HR WIDTH=65% ALIGN=left>
+
+<!-------------------------------------------------------------------------->
+
+<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
+
+<UL>
+
+</UL>
+
+<P><HR WIDTH=65% ALIGN=left>
+
+<!--------------------------------------------------------------------------->
+
+<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
+
+<UL>
+</UL>
+
+Last updated $Date: 2007-07-04 14:06:38 $.
+
+</BODY>
+</HTML>