v3.4beta018.html 2.7 KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485
  1. <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
  2. <HTML>
  3. <HEAD>
  4. <TITLE>
  5. Changes in TIFF v3.4beta018
  6. </TITLE>
  7. </HEAD>
  8. <BODY>
  9. <FONT FACE="Arial, Helvetica, 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.4beta018<BR>
  16. <B>Previous Version</B>: <A HREF=v3.4beta016.html>v3.4beta016</A><BR>
  17. <B>Master Download Site</B>: <A HREF="ftp://ftp.sgi.com/graphics/tiff">ftp.sgi.com (192.48.153.1), directory graphics/tiff</A><BR>
  18. <HR SIZE=4 WIDTH=65% ALIGN=left>
  19. </UL>
  20. <P>
  21. This document describes the changes made to the software between the
  22. <I>previous</I> and <I>current</I> versions (see above).
  23. If you don't find something listed here, then it was not done in this
  24. timeframe, or it was not considered important enough to be mentioned.
  25. The following information is located here:
  26. <UL>
  27. <LI><A HREF="#configure">Changes in the software configuration</A>
  28. <LI><A HREF="#libtiff">Changes in libtiff</A>
  29. <LI><A HREF="#tools">Changes in the tools</A>
  30. </UL>
  31. <P><HR WIDTH=65% ALIGN=right>
  32. <A NAME="configure"><B><FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:</B></A>
  33. <UL>
  34. <LI>configure now recognizes IRIX 6.x systems
  35. <LI>configure now uses <TT>ENVOPTS</TT> when searching for an ANSI
  36. C compiler; this fixes a problem configuring the software under
  37. HP/UX with the native C compiler
  38. <LI>configure now correctly recognizes memory-mapped files are supported
  39. under AIX
  40. </UL>
  41. <P><HR WIDTH=65% ALIGN=right>
  42. <A NAME="libtiff"><B><FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:</B></A>
  43. <UL>
  44. <LI><TT>make install</TT> now properly installs the include files
  45. <LI>some portability fixes from Bjorn Brox
  46. <LI>the G3/G4 codec now warns about decoded rows that are longer than
  47. the image/tile width
  48. <LI>changes from Frank Cringle to make the library work with the
  49. gcc-specific bounds checking software
  50. <LI>miscellaneous fixes to <TT>TIFFPrintDirectory</TT>
  51. <LI>bug fix to correct a problem where <TT>TIFFWriteRawStrip</TT>
  52. could not be used to automatically grow an image's length
  53. </UL>
  54. <P><HR WIDTH=65% ALIGN=right>
  55. <A NAME="tools"><B><FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:</B></A>
  56. <UL>
  57. <LI>fixes from Frank Cringle to update <TT>fax2tiff</TT>
  58. <LI>portability fixes to <TT>tiff2bw</TT> and <TT>tiffcmp</TT>
  59. <LI><TT>tiffdump</TT> now uses the byte swapping routines in the library
  60. </UL>
  61. <A HREF="index.html"><IMG SRC="images/back.gif"></A> TIFF home page.<BR>
  62. <HR>
  63. <ADDRESS>
  64. <A HREF="sam.html">Sam Leffler</A> / <A HREF="mailto:sam@engr.sgi.com">sam@engr.sgi.com</A>
  65. Last updated $Date: 2016-09-25 20:05:45 $.
  66. </ADDRESS>
  67. </BODY>
  68. </HTML>