2
0

v3.7.4.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v3.7.4
  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.4<BR>
  16. <B>Previous Version</B>: <A HREF=v3.7.3.html>v3.7.3</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. </UL>
  36. <p>
  37. <P><HR WIDTH=65% ALIGN=left>
  38. <!--------------------------------------------------------------------------->
  39. <A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>
  40. <UL>
  41. <li> Fixed important bug in custom tags handling code..
  42. </UL>
  43. <P><HR WIDTH=65% ALIGN=left>
  44. <!--------------------------------------------------------------------------->
  45. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  46. <UL>
  47. <li> Applied patch from Patrick Welche (all scripts moved in the
  48. 'config' and 'm4' directories).
  49. <li> SConstruct, libtiff/SConstruct: Added the first very preliminary
  50. support for SCons software building tool (http://www.scons.org/).
  51. This is experimental infrastructure and it will exist along with the
  52. autotools stuff.
  53. <li> port/lfind.c: Added lfind() replacement module.
  54. </UL>
  55. <P><HR WIDTH=65% ALIGN=left>
  56. <!--------------------------------------------------------------------------->
  57. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  58. <UL>
  59. <li> tif_dir.c: When prefreeing tv->value in TIFFSetFieldV
  60. also set it to NULL to avoid double free when re-setting custom
  61. string fields as per:
  62. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=922">
  63. http://bugzilla.remotesensing.org/show_bug.cgi?id=922</a>
  64. <li> tif_dir.c: Fixed up support for swapping "double complex"
  65. values (128 bits as 2 64 bits doubles). GDAL gcore tests now
  66. pass on bigendian (macosx) system.
  67. <li> libtiff/{tif_dirread.c, tif_dirinfo.c}: Do not upcast BYTEs to
  68. SHORTs in the TIFFFetchByteArray(). Remove TIFFFetchExtraSamples()
  69. function, use TIFFFetchNormalTag() instead as per bug
  70. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=831">
  71. http://bugzilla.remotesensing.org/show_bug.cgi?id=831</a>
  72. Remove TIFFFetchExtraSamples() function, use TIFFFetchNormalTag()
  73. instead.
  74. <li> tif_print.c: Fixed printing of the BYTE and SBYTE arrays.
  75. <li> tif_write.c: Do not check the PlanarConfiguration field in
  76. the TIFFWriteCheck() function in case of single band images (as per
  77. TIFF spec).
  78. <li> libtiff/{tif_dir.c, tif_dir.h, tif_dirinfo.c, tif_print.c}:
  79. Make FieldOfViewCotangent, MatrixWorldToScreen, MatrixWorldToCamera,
  80. ImageFullWidth, ImageFullLength and PrimaryChromaticities tags custom.
  81. </UL>
  82. <P><HR WIDTH=65% ALIGN=left>
  83. <!-------------------------------------------------------------------------->
  84. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  85. <UL>
  86. <li> tiffcp.c: Fixed WhitePoint tag copying.
  87. </UL>
  88. <P><HR WIDTH=65% ALIGN=left>
  89. <!--------------------------------------------------------------------------->
  90. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  91. <UL>
  92. <li> tiffdump.c: Added support for TIFF_IFD datatype.
  93. <li> addtiffo/{tif_overview.c, tif_ovrcache.c, tif_ovrcache.h}:
  94. Make overviews working for contiguous images.
  95. </UL>
  96. Last updated $Date: 2005-11-03 14:18:43 $.
  97. </BODY>
  98. </HTML>