v4.1.0.html: fix for validation
long <!----------------> comments were replaced because they confused some parsers
This commit is contained in:
parent
f5d1d8df7b
commit
a9f96b79d7
@ -4,7 +4,10 @@
|
||||
<TITLE>
|
||||
Changes in TIFF v4.1.0
|
||||
</TITLE>
|
||||
<STYLE>
|
||||
<STYLE TYPE="text/css">
|
||||
body {
|
||||
font-family: Helvetica, Arial, Sans;
|
||||
}
|
||||
table, th, td {
|
||||
border: 1px solid black;
|
||||
border-collapse: collapse;
|
||||
@ -40,28 +43,31 @@ ol.d {
|
||||
list-style-type: lower-alpha;
|
||||
}
|
||||
|
||||
hr {
|
||||
width: 65%;
|
||||
}
|
||||
|
||||
</STYLE>
|
||||
</HEAD>
|
||||
|
||||
<BODY BGCOLOR=white>
|
||||
<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>
|
||||
<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>
|
||||
<div style="margin-left: 3em">
|
||||
<HR SIZE=4 ALIGN=left>
|
||||
<B>Current Version</B>: v4.1.0<BR>
|
||||
<B>Previous Version</B>: <A HREF=v4.0.10.html>v4.0.10</a><BR>
|
||||
<B>Master Download Site</B>: <A HREF="https://download.osgeo.org/libtiff">
|
||||
download.osgeo.org</a>, directory pub/libtiff</A><BR>
|
||||
download.osgeo.org</a>, directory pub/libtiff<<BR>
|
||||
<B>Master HTTP Site #1</B>: <A HREF="http://www.simplesystems.org/libtiff/">
|
||||
http://www.simplesystems.org/libtiff/</a><BR>
|
||||
<B>Master HTTP Site #2</B>: <A HREF="http://libtiff.maptools.org/">
|
||||
http://libtiff.maptools.org/</a>
|
||||
<HR SIZE=4 WIDTH=65% ALIGN=left>
|
||||
</UL>
|
||||
<HR SIZE=4 ALIGN=left>
|
||||
</div>
|
||||
|
||||
<P>
|
||||
This document describes the changes made to the software between the
|
||||
@ -79,11 +85,11 @@ history:
|
||||
<LI><A HREF="#contrib">Changes in the contrib area</A>
|
||||
</UL>
|
||||
<p>
|
||||
<P><HR WIDTH=65% ALIGN=left>
|
||||
<P><HR ALIGN=left>
|
||||
|
||||
<!--------------------------------------------------------------------------->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>
|
||||
<A NAME="highlights"><B><FONT SIZE="+3">M</FONT>AJOR CHANGES:</B></A>
|
||||
|
||||
<UL>
|
||||
|
||||
@ -118,10 +124,10 @@ history:
|
||||
</UL>
|
||||
|
||||
|
||||
<P><HR WIDTH=65% ALIGN=left>
|
||||
<!--------------------------------------------------------------------------->
|
||||
<P><HR ALIGN=left>
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
|
||||
<A NAME="configure"><B><FONT SIZE="+3">C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
|
||||
|
||||
<UL>
|
||||
|
||||
@ -132,11 +138,11 @@ history:
|
||||
|
||||
</UL>
|
||||
|
||||
<P><HR WIDTH=65% ALIGN=left>
|
||||
<P><HR ALIGN=left>
|
||||
|
||||
<!--------------------------------------------------------------------------->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
|
||||
<A NAME="libtiff"><B><FONT SIZE="+3">C</FONT>HANGES IN LIBTIFF:</B></A>
|
||||
|
||||
<UL>
|
||||
|
||||
@ -167,11 +173,11 @@ history:
|
||||
|
||||
</UL>
|
||||
|
||||
<P><HR WIDTH=65% ALIGN=left>
|
||||
<P><HR ALIGN=left>
|
||||
|
||||
<!-------------------------------------------------------------------------->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
|
||||
<A NAME="tools"><B><FONT SIZE="+3">C</FONT>HANGES IN THE TOOLS:</B></A>
|
||||
|
||||
<UL>
|
||||
|
||||
@ -181,11 +187,11 @@ history:
|
||||
|
||||
</UL>
|
||||
|
||||
<P><HR WIDTH=65% ALIGN=left>
|
||||
<P><HR ALIGN=left>
|
||||
|
||||
<!--------------------------------------------------------------------------->
|
||||
<!-- ============================================================= -->
|
||||
|
||||
<A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
|
||||
<A NAME="contrib"><B><FONT SIZE="+3">C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
|
||||
|
||||
<UL>
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user