Blame html/v3.5.2.html

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

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

    Packit 7838c8
    Packit 7838c8
    Packit 7838c8

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


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


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


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

          Packit 7838c8
          Packit 7838c8
          Last updated $Date: 2016-09-25 20:05:45 $.
          Packit 7838c8
          Packit 7838c8
          </BODY>
          Packit 7838c8
          </HTML>