2
0

v4.0.1.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113
  1. <HTML>
  2. <HEAD>
  3. <TITLE>
  4. Changes in TIFF v4.0.1
  5. </TITLE>
  6. </HEAD>
  7. <BODY BGCOLOR=white>
  8. <FONT FACE="Helvetica, Arial, Sans">
  9. <BASEFONT SIZE=4>
  10. <B><FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION</B>
  11. <BASEFONT SIZE=3>
  12. <UL>
  13. <HR SIZE=4 WIDTH=65% ALIGN=left>
  14. <B>Current Version</B>: v4.0.1<BR>
  15. <B>Previous Version</B>: <A HREF=v4.0.0.html>v4.0.0</a><BR>
  16. <B>Master FTP Site</B>: <A HREF="ftp://ftp.remotesensing.org/pub/libtiff">
  17. ftp.remotesensing.org</a>, directory pub/libtiff</A><BR>
  18. <B>Master HTTP Site</B>: <A HREF="http://www.remotesensing.org/libtiff">
  19. http://www.remotesensing.org/libtiff</a>
  20. <HR SIZE=4 WIDTH=65% ALIGN=left>
  21. </UL>
  22. <P>
  23. This document describes the changes made to the software between the
  24. <I>previous</I> and <I>current</I> versions (see above). If you don't
  25. find something listed here, then it was not done in this timeframe, or
  26. it was not considered important enough to be mentioned. The following
  27. information is located here:
  28. <UL>
  29. <LI><A HREF="#highlights">Major Changes</A>
  30. <LI><A HREF="#configure">Changes in the software configuration</A>
  31. <LI><A HREF="#libtiff">Changes in libtiff</A>
  32. <LI><A HREF="#tools">Changes in the tools</A>
  33. <LI><A HREF="#contrib">Changes in the contrib area</A>
  34. </UL>
  35. <p>
  36. <P><HR WIDTH=65% ALIGN=left>
  37. <!--------------------------------------------------------------------------->
  38. <A NAME="highlights"><B><FONT SIZE=+3>M</FONT>AJOR CHANGES:</B></A>
  39. <UL>
  40. <li> None
  41. </UL>
  42. <P><HR WIDTH=65% ALIGN=left>
  43. <!--------------------------------------------------------------------------->
  44. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  45. <UL>
  46. <li> --enable-ld-version-script: New configure option to
  47. enable shared library symbol versioning on ELF-based systems
  48. (e.g. Linux and FreeBSD) which use the GNU linker. This
  49. allows multiple major versions of libtiff to be loaded
  50. simultaneously into the same application or library without
  51. conflict, as long as all libtiffs involved are built with
  52. versioned symbols. This option is not enabled by default.
  53. <li> Added libtiff private dependency on -llzma for pkg-config.
  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_dir.c, libtiff/tif_dirread.c: Extra caution around
  60. assumption tag fetching is always successful.
  61. <li> libtiff/tif_jpeg.c: Extra caution for case where sp is NULL.
  62. </UL>
  63. <P><HR WIDTH=65% ALIGN=left>
  64. <!-------------------------------------------------------------------------->
  65. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  66. <UL>
  67. <li> None
  68. </UL>
  69. <P><HR WIDTH=65% ALIGN=left>
  70. <!--------------------------------------------------------------------------->
  71. <A NAME="contrib"><B><FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:</B></A>
  72. <UL>
  73. <li> None
  74. </UL>
  75. Last updated $Date: 2012-02-18 21:53:27 $.
  76. </BODY>
  77. </HTML>