Blame html/v3.5.2.html

Packit 994f1a
<HTML>
Packit 994f1a
<HEAD>
Packit 994f1a
<TITLE>
Packit 994f1a
Changes in TIFF v3.5.2
Packit 994f1a
</TITLE>
Packit 994f1a
</HEAD>
Packit 994f1a
Packit 994f1a
<BODY BGCOLOR=white>
Packit 994f1a
<FONT FACE="Arial, Helvetica, Sans">
Packit 994f1a
<FONT FACE="Arial, Helvetica, Sans"> 
Packit 994f1a
Packit 994f1a
<BASEFONT SIZE=4>
Packit 994f1a
<FONT SIZE=+3>T</FONT>IFF <FONT SIZE=+2>C</FONT>HANGE <FONT SIZE=+2>I</FONT>NFORMATION
Packit 994f1a
<BASEFONT SIZE=3>
Packit 994f1a
Packit 994f1a
    Packit 994f1a

    Packit 994f1a
    Current Version: v3.5.2
    Packit 994f1a
    Previous Version: v3.5.1
    Packit 994f1a
    Master FTP Site: ftp.onshore.com, directory graphics/tiff
    Packit 994f1a
    Master HTTP Site: http://www.remotesensing.org/libtiff 
    Packit 994f1a

    Packit 994f1a
    Packit 994f1a
    Packit 994f1a

    Packit 994f1a
    This document describes the changes made to the software between the
    Packit 994f1a
    previous and current versions (see above).
    Packit 994f1a
    If you don't find something listed here, then it was not done in this
    Packit 994f1a
    timeframe, or it was not considered important enough to be mentioned.
    Packit 994f1a
    The following information is located here:
    Packit 994f1a
      Packit 994f1a
    • Changes in the software configuration
    • Packit 994f1a
    • Changes in libtiff
    • Packit 994f1a
    • Changes in the tools
    • Packit 994f1a
      Packit 994f1a
      Packit 994f1a


      Packit 994f1a
      Packit 994f1a
      <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
      Packit 994f1a
      Packit 994f1a
        Packit 994f1a
        	
      • Corrected alpha versioning.
      • Packit 994f1a
        Packit 994f1a
        	
      • Removed distinction between alpha and release targets in Makefile.in.
      • Packit 994f1a
        Packit 994f1a
        	
      • Added release.stamp target, which tags cvs tree, and updates
      • Packit 994f1a
        	  "RELEASE-DATE"
        Packit 994f1a
        Packit 994f1a
        	
      • Added releasediff target, which diffs tree with source as of
      • Packit 994f1a
        	  date in "RELEASE-DATE"
        Packit 994f1a
        	  
        Packit 994f1a
        	
      • Ticked up version to 3.5.2 (alpha 01 -- but I think we'll moving
      • Packit 994f1a
        	  away from alpha/non-alpha distinctions). 
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a


        Packit 994f1a
        Packit 994f1a
        <FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a
                
      • Added IRIX/gcc, and OSF/1 4.x support on behalf of
      • Packit 994f1a
        	Albert Chin-A-Young <china@thewrittenword.com>
        Packit 994f1a
        Packit 994f1a
                
      • Added TIFFReassignTagToIgnore() API on behalf of
      • Packit 994f1a
                Bruce Cameron <cameron@petris.com>.  Man page still pending.
        Packit 994f1a
        Packit 994f1a
                
      • pre-remove so link before softlink in LINUXdso action in
      • Packit 994f1a
        	libtiff/Makefile.in to avoid failure on LINUXdso builds other than
        Packit 994f1a
        	the first.
        Packit 994f1a
        Packit 994f1a
                
      • Fixed problem with cvtcmap() in tif_getimage.c modifying the
      • Packit 994f1a
        	colormaps owned by the TIFF handle itself when trying to fixup wrong
        Packit 994f1a
        	(eight bit) colormaps.  Corrected by maintaining a private copy of
        Packit 994f1a
        	the colormap. 
        Packit 994f1a
        Packit 994f1a
        	
      • Added TIFFReadRGBATile()/TIFFReadRGBAStrip() support in
      • Packit 994f1a
        	tif_getimage.c.
        Packit 994f1a
        Packit 994f1a
        	
      • Applied "a" mode fix to tif_win32.c/TIFFOpen() as suggested
      • Packit 994f1a
        	by Christopher Lawton <clawton@mathworks.com>
        Packit 994f1a
        Packit 994f1a
        	
      • Set O_BINARY for tif_unix.c open() ... used on cygwin for instance.
      • Packit 994f1a
        Packit 994f1a
        	
      • Added CYGWIN case in configure.
      • Packit 994f1a
        Packit 994f1a
        	
      • Applied Francois Dagand's patch to handle fax decompression bug.
      • Packit 994f1a
        	(sizes >= 65536 were failing) 
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a


        Packit 994f1a
        Packit 994f1a
        <FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:
        Packit 994f1a
        Packit 994f1a
          Packit 994f1a
                  
        • Added addtiffo (add overviews to a TIFF file) in contrib. Didn't
        • Packit 994f1a
          	    put it in tools since part of it is in C++.
          Packit 994f1a
          Packit 994f1a
          Packit 994f1a
           TIFF home page.
          Packit 994f1a
          Packit 994f1a

          Packit 994f1a
          Packit 994f1a
          Last updated $Date: 2004/11/26 14:37:20 $.
          Packit 994f1a
          Packit 994f1a
          </BODY>
          Packit 994f1a
          </HTML>