v3.9.1.html 3.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v3.9.1
  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.9.1<BR>
  17. <B>Previous Version</B>: <A HREF=v3.9.1.html>v3.9.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). If you don't
  27. find something listed here, then it was not done in this timeframe, or
  28. it was not considered important enough to be mentioned. The following
  29. 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> This is a bug-fix release for several bugs (two of which
  43. are dire) which were discovered in the 3.9.0 release.
  44. </UL>
  45. <P><HR WIDTH=65% ALIGN=left>
  46. <!--------------------------------------------------------------------------->
  47. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  48. <UL>
  49. <li> Several defines were missing from tif_config.vc.h which
  50. are necessary to compile the library using MSVC.
  51. <li> Colorized tests were actually not enabled as expected.
  52. Parallel tests mode is now also enabled so that tests can be
  53. run in parallel, and test output is sent to .log files.
  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> libtiff/tif_write.c (TIFFAppendToStrip): Remove cast
  60. which caused libtiff to output a wrong last strip with
  61. byte-count and strip-offset of zero. This cast was added on
  62. the day of the 3.9.0 release.
  63. <li> libtiff/tif_dirwrite.c: Back out changes from 2007-11-22
  64. that resulted in the final strip not being written in some
  65. circumstances.
  66. http://bugzilla.maptools.org/show_bug.cgi?id=2088
  67. </UL>
  68. <P><HR WIDTH=65% ALIGN=left>
  69. <!-------------------------------------------------------------------------->
  70. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  71. <UL>
  72. <li> None
  73. </UL>
  74. <P><HR WIDTH=65% ALIGN=left>
  75. <!--------------------------------------------------------------------------->
  76. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  77. <UL>
  78. <li> None
  79. </UL>
  80. Last updated $Date: 2016-09-25 20:05:47 $.
  81. </BODY>
  82. </HTML>