v4.0.1.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v4.0.1
  6. </TITLE>
  7. </HEAD>
  8. <BODY BGCOLOR=white>
  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>: v4.0.1<BR>
  16. <B>Previous Version</B>: <A HREF=v4.0.0.html>v4.0.0</a><BR>
  17. <B>Master Download Site</B>: <A HREF="https://download.osgeo.org/libtiff">
  18. download.osgeo.org</a>, directory pub/libtiff</A><BR>
  19. <B>Master HTTP Site</B>: <A HREF="http://www.simplesystems.org/libtiff/">
  20. http://www.simplesystems.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="#highlights">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> None
  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> --enable-ld-version-script: New configure option to
  48. enable shared library symbol versioning on ELF-based systems
  49. (e.g. Linux and FreeBSD) which use the GNU linker. This
  50. allows multiple major versions of libtiff to be loaded
  51. simultaneously into the same application or library without
  52. conflict, as long as all libtiffs involved are built with
  53. versioned symbols. This option is not enabled by default.
  54. <li> Added libtiff private dependency on -llzma for pkg-config.
  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> libtiff/tif_dir.c, libtiff/tif_dirread.c: Extra caution around
  61. assumption tag fetching is always successful.
  62. <li> libtiff/tif_jpeg.c: Extra caution for case where sp is NULL.
  63. </UL>
  64. <P><HR WIDTH=65% ALIGN=left>
  65. <!-------------------------------------------------------------------------->
  66. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  67. <UL>
  68. <li> None
  69. </UL>
  70. <P><HR WIDTH=65% ALIGN=left>
  71. <!--------------------------------------------------------------------------->
  72. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  73. <UL>
  74. <li> None
  75. </UL>
  76. Last updated $Date: 2016-09-25 20:05:47 $.
  77. </BODY>
  78. </HTML>