v3.5.2.html 3.3 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v3.5.2
  6. </TITLE>
  7. </HEAD>
  8. <BODY BGCOLOR=white>
  9. <FONT FACE="Arial, Helvetica, Sans">
  10. <FONT FACE="Arial, Helvetica, 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.5.2<BR>
  17. <B>Previous Version</B>: <A HREF=v3.5.1.html>v3.5.1</a><BR>
  18. <B>Master Download Site</B>: <A HREF="ftp://ftp.onshore.com/pub/libtiff">ftp.onshore.com, directory graphics/tiff</A><BR>
  19. <B>Master HTTP Site</B>: <A HREF="http://www.simplesystems.org/libtiff//">http://www.simplesystems.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).
  25. If you don't find something listed here, then it was not done in this
  26. timeframe, or it was not considered important enough to be mentioned.
  27. The following information is located here:
  28. <UL>
  29. <LI><A HREF="#configure">Changes in the software configuration</A>
  30. <LI><A HREF="#libtiff">Changes in libtiff</A>
  31. <LI><A HREF="#tools">Changes in the tools</A>
  32. </UL>
  33. <P><HR WIDTH=65% ALIGN=right>
  34. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  35. <UL>
  36. <LI> Corrected alpha versioning.
  37. <LI> Removed distinction between alpha and release targets in Makefile.in.
  38. <LI> Added release.stamp target, which tags cvs tree, and updates
  39. "RELEASE-DATE"
  40. <LI> Added releasediff target, which diffs tree with source as of
  41. date in "RELEASE-DATE"
  42. <LI>Ticked up version to 3.5.2 (alpha 01 -- but I think we'll moving
  43. away from alpha/non-alpha distinctions).
  44. </UL>
  45. <P><HR WIDTH=65% ALIGN=right>
  46. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  47. <UL>
  48. <LI> Added IRIX/gcc, and OSF/1 4.x support on behalf of
  49. Albert Chin-A-Young <china@thewrittenword.com>
  50. <LI> Added TIFFReassignTagToIgnore() API on behalf of
  51. Bruce Cameron <cameron@petris.com>. Man page still pending.
  52. <LI> pre-remove so link before softlink in LINUXdso action in
  53. libtiff/Makefile.in to avoid failure on LINUXdso builds other than
  54. the first.
  55. <LI> Fixed problem with cvtcmap() in tif_getimage.c modifying the
  56. colormaps owned by the TIFF handle itself when trying to fixup wrong
  57. (eight bit) colormaps. Corrected by maintaining a private copy of
  58. the colormap.
  59. <LI> Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
  60. tif_getimage.c.
  61. <LI> Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
  62. by Christopher Lawton <clawton@mathworks.com>
  63. <LI> Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.
  64. <LI> Added CYGWIN case in configure.
  65. <LI> Applied Francois Dagand's patch to handle fax decompression bug.
  66. (sizes >= 65536 were failing)
  67. </UL>
  68. <P><HR WIDTH=65% ALIGN=right>
  69. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  70. <UL>
  71. <LI> Added addtiffo (add overviews to a TIFF file) in contrib. Didn't
  72. put it in tools since part of it is in C++.
  73. </UL>
  74. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  75. <HR>
  76. Last updated $Date: 2016-09-25 20:05:45 $.
  77. </BODY>
  78. </HTML>