2
0

v3.8.2.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v3.8.2
  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.8.2<BR>
  16. <B>Previous Version</B>: <A HREF=v3.8.1.html>v3.8.1</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> Bug-fix release.
  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> tools/Makefile.am: Use runtime paths linker flags when rpath
  48. option enabled.
  49. <li> Makefiles improvements as per bug
  50. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1128">
  51. http://bugzilla.remotesensing.org/show_bug.cgi?id=1128</a>
  52. <li> Fixed win32 I/O functions usage as per bug
  53. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1127">
  54. http://bugzilla.remotesensing.org/show_bug.cgi?id=1127</a>
  55. </UL>
  56. <P><HR WIDTH=65% ALIGN=left>
  57. <!--------------------------------------------------------------------------->
  58. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  59. <UL>
  60. <li> tif_strip.c: Take subsampling in account when calculating
  61. TIFFScanlineSize().
  62. <li> tif_jpeg.c, tif_fax3.c, tif_zip.c, tif_pixarlog.c,
  63. tif_lzw.c, tif_luv.c: Use _TIFFSetDefaultCompressionState() in all
  64. codec cleanup methods. As per bug
  65. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1120">
  66. http://bugzilla.remotesensing.org/show_bug.cgi?id=1120</a>
  67. <li> tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
  68. per bug
  69. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1119">
  70. http://bugzilla.remotesensing.org/show_bug.cgi?id=1119</a>
  71. <li> tif_dir.c: Use double type instead of dblparam_t.
  72. <li> tif_dirread.c: Do not check the PlanarConfig tag presence
  73. in TIFFReadDirectory, because it is always set at the start of
  74. function and we allow TIFFs without that tag set.
  75. </UL>
  76. <P><HR WIDTH=65% ALIGN=left>
  77. <!-------------------------------------------------------------------------->
  78. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  79. <UL>
  80. <li> tiffcp.c: Do not set RowsPerStrip bigger than image length.
  81. <li> fax2tiff.c: Fixed wrong TIFFerror() invocations as per bug
  82. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1125">
  83. http://bugzilla.remotesensing.org/show_bug.cgi?id=1125</a>
  84. <li> fax2ps.c: Fixed reading the input stream from stdin as per bug
  85. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1124">
  86. http://bugzilla.remotesensing.org/show_bug.cgi?id=1124</a>
  87. <li> raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
  88. As per bug
  89. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1110">
  90. http://bugzilla.remotesensing.org/show_bug.cgi?id=1110</a>
  91. </UL>
  92. <P><HR WIDTH=65% ALIGN=left>
  93. <!--------------------------------------------------------------------------->
  94. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  95. <UL>
  96. </UL>
  97. Last updated $Date: 2006-03-23 14:54:01 $.
  98. </BODY>
  99. </HTML>