v3.9.1.html 3.1 KB

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