v4.0.2.html 3.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v4.0.2
  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.2<BR>
  16. <B>Previous Version</B>: <A HREF=v4.0.1.html>v4.0.1</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> None
  48. </UL>
  49. <P><HR WIDTH=65% ALIGN=left>
  50. <!--------------------------------------------------------------------------->
  51. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  52. <UL>
  53. <li> tif_getimage.c: added support for _SEPARATED CMYK images.
  54. <li> tif_getimage.c: Added support for greyscale + alpha.
  55. <li> Added TIFFCreateCustomDirectory() and TIFFCreateEXIFDirectory() functions.
  56. <li> tif_print.c: Lots of fixes around printing corrupt or
  57. hostile input.
  58. <li> Improve handling of corrupt ycbcrsubsampling values.
  59. <li> tif_unix.c: use strerror to get meaningful error messages.
  60. <li> tif_jpeg.c: fix serious bugs in JPEGDecodeRaw().
  61. <li> tif_jpeg.c: Fix size overflow (zdi-can-1221,CVE-2012-1173).
  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> tiff2pdf: Defend against integer overflows while
  68. calculating required buffer sizes (CVE-2012-2113).
  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>