v3.8.2.html 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v3.8.2
  6. </TITLE>
  7. </HEAD>
  8. <BODY BGCOLOR=white>
  9. <FONT FACE="Helvetica, Arial, Sans">
  10. <FONT FACE="Helvetica, Arial, Sans">
  11. <BASEFONT SIZE=4>
  12. <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
  13. <BASEFONT SIZE=3>
  14. <UL>
  15. <HR SIZE=4 WIDTH=65% ALIGN=left>
  16. <B>Current Version</B>: v3.8.2<BR>
  17. <B>Previous Version</B>: <A HREF=v3.8.1.html>v3.8.1</a><BR>
  18. <B>Master Download Site</B>: <A HREF="https://download.osgeo.org/libtiff">
  19. download.osgeo.org</a>, directory pub/libtiff</A><BR>
  20. <B>Master HTTP Site</B>: <A HREF="http://www.simplesystems.org/libtiff/">
  21. http://www.simplesystems.org/libtiff/</a>
  22. <HR SIZE=4 WIDTH=65% ALIGN=left>
  23. </UL>
  24. <P>
  25. This document describes the changes made to the software between the
  26. <I>previous</I> and <I>current</I> versions (see above).
  27. If you don't find something listed here, then it was not done in this
  28. timeframe, or it was not considered important enough to be mentioned.
  29. The following information is located here:
  30. <UL>
  31. <LI><A HREF="#highlights">Major Changes</A>
  32. <LI><A HREF="#configure">Changes in the software configuration</A>
  33. <LI><A HREF="#libtiff">Changes in libtiff</A>
  34. <LI><A HREF="#tools">Changes in the tools</A>
  35. <LI><A HREF="#contrib">Changes in the contrib area</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> Bug-fix release.
  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> tools/Makefile.am: Use runtime paths linker flags when rpath
  49. option enabled.
  50. <li> Makefiles improvements as per bug
  51. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1128">
  52. http://bugzilla.remotesensing.org/show_bug.cgi?id=1128</a>
  53. <li> Fixed win32 I/O functions usage as per bug
  54. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1127">
  55. http://bugzilla.remotesensing.org/show_bug.cgi?id=1127</a>
  56. </UL>
  57. <P><HR WIDTH=65% ALIGN=left>
  58. <!--------------------------------------------------------------------------->
  59. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  60. <UL>
  61. <li> tif_strip.c: Take subsampling in account when calculating
  62. TIFFScanlineSize().
  63. <li> tif_jpeg.c, tif_fax3.c, tif_zip.c, tif_pixarlog.c,
  64. tif_lzw.c, tif_luv.c: Use _TIFFSetDefaultCompressionState() in all
  65. codec cleanup methods. As per bug
  66. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1120">
  67. http://bugzilla.remotesensing.org/show_bug.cgi?id=1120</a>
  68. <li> tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
  69. per bug
  70. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1119">
  71. http://bugzilla.remotesensing.org/show_bug.cgi?id=1119</a>
  72. <li> tif_dir.c: Use double type instead of dblparam_t.
  73. <li> tif_dirread.c: Do not check the PlanarConfig tag presence
  74. in TIFFReadDirectory, because it is always set at the start of
  75. function and we allow TIFFs without that tag set.
  76. </UL>
  77. <P><HR WIDTH=65% ALIGN=left>
  78. <!-------------------------------------------------------------------------->
  79. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  80. <UL>
  81. <li> tiffcp.c: Do not set RowsPerStrip bigger than image length.
  82. <li> fax2tiff.c: Fixed wrong TIFFerror() invocations as per bug
  83. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1125">
  84. http://bugzilla.remotesensing.org/show_bug.cgi?id=1125</a>
  85. <li> fax2ps.c: Fixed reading the input stream from stdin as per bug
  86. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1124">
  87. http://bugzilla.remotesensing.org/show_bug.cgi?id=1124</a>
  88. <li> raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
  89. As per bug
  90. <a href="http://bugzilla.remotesensing.org/show_bug.cgi?id=1110">
  91. http://bugzilla.remotesensing.org/show_bug.cgi?id=1110</a>
  92. </UL>
  93. <P><HR WIDTH=65% ALIGN=left>
  94. <!--------------------------------------------------------------------------->
  95. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  96. <UL>
  97. </UL>
  98. Last updated $Date: 2016-09-25 20:05:46 $.
  99. </BODY>
  100. </HTML>