Blame html/v3.5.2.html

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

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

    Packit Service 2594b8
    Packit Service 2594b8
    Packit Service 2594b8

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


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


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


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

          Packit Service 2594b8
          Packit Service 2594b8
          Last updated $Date: 2016-09-25 20:05:45 $.
          Packit Service 2594b8
          Packit Service 2594b8
          </BODY>
          Packit Service 2594b8
          </HTML>