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