v3.7.0.html 4.1 KB

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