Blame html/v3.5.5.html

Packit 7838c8
<HTML>
Packit 7838c8
<HEAD>
Packit 7838c8
<TITLE>
Packit 7838c8
Changes in TIFF v3.5.5
Packit 7838c8
</TITLE>
Packit 7838c8
</HEAD>
Packit 7838c8
Packit 7838c8
<BODY BGCOLOR=white>
Packit 7838c8
<FONT FACE="Helvetica, Arial, Sans">
Packit 7838c8
<FONT FACE="Helvetica, Arial, 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.5
    Packit 7838c8
    Previous Version: v3.5.4
    Packit 7838c8
    Master FTP Site: ftp.onshore.com, directory pub/libtiff
    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
    • Changes in the LZW compression kit
    • 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
        Packit 7838c8
                
      • configure: added test for libc6 for linux targets. Bug reported by
      • Packit 7838c8
                Stanislav Brabec <utx@k332.feld.cvut.cz>
        Packit 7838c8
        Packit 7838c8
                 
      • configure: fixed bugs in sed scripts
      • Packit 7838c8
        	(applied sed script s:/@:s;@:;s:/s;;:;: to configure). 
        Packit 7838c8
        	fix submitted by Stanislav Brabec <utx@k332.feld.cvut.cz>
        Packit 7838c8
        Packit 7838c8
        	
      • tools/iptcutil was not in files list, and wasn't being
      • Packit 7838c8
        	added to tar archive.  Updated Makefile.in.
        Packit 7838c8
        Packit 7838c8
                
      • Added 3.5 docs to html/Makefile.in.
      • Packit 7838c8
        	Thanks to  Stanislav Brabec <utx@k332.feld.cvut.cz>
        Packit 7838c8
        Packit 7838c8
                
      • Fixed tools/tiffcmp so that stopondiff testing works.
      • Packit 7838c8
        	     Patch care of Joseph Orost <joe@sanskrit.lz.att.com>.
        Packit 7838c8
        Packit 7838c8
                
      • Added fax3sm_winnt.c to distribution list in Makefile.in.
      • Packit 7838c8
        Packit 7838c8
                 
      • Added libtiff/libtiff.def to TIFFILES distribution list.
      • 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
                
      • tif_fax3.c: Fixed serious bug introduced during the uint16->uint32
      • Packit 7838c8
                conversion for the run arrays.  
        Packit 7838c8
        Packit 7838c8
        	
      • Set td_sampleformat default to SAMPLEFORMAT_UINT instead of
      • Packit 7838c8
        	SAMPLEFORMAT_VOID in TIFFDefaultDirectory() in tif_dir.c.
        Packit 7838c8
        Packit 7838c8
                
      • Added "GetDefaulted" support for TIFFTAG_SAMPLEFORMAT in tif_aux.c.
      • Packit 7838c8
        Packit 7838c8
        	
      • Patched tif_fax3.c so that dsp->runs is allocated a bit bigger
      • Packit 7838c8
        	to avoid overruns encountered with frle_bug.tif.
        Packit 7838c8
        Packit 7838c8
                
        Packit 7838c8
        	
      • Modified tif_unix.c to support 2-4GB seeks if USE_64BIT_API is
      • Packit 7838c8
        	  set to 1, and added default (off) setting in tiffconf.h.  This
        Packit 7838c8
        	  should eventually be set by the configure script somehow.
        Packit 7838c8
        Packit 7838c8
        	  The original work on all these 2-4GB changes was done by 
        Packit 7838c8
        	  Peter Smith (psmith@creo.com).
        Packit 7838c8
        Packit 7838c8
        	
      • Modified tif_win32.c to support 2-4GB seeks.
      • Packit 7838c8
        Packit 7838c8
        	
      • tentatively changed toff_t to be unsigned instead of signed to
      • Packit 7838c8
        	  facilitate support for 2-4GB files. 
        Packit 7838c8
        Packit 7838c8
        	
      • Updated a variety of files to use toff_t. Fixed some mixups
      • Packit 7838c8
        	      between toff_t and tsize_t.
        Packit 7838c8
        Packit 7838c8
        	
      • Set tif_rawdatasize to zero when freeing raw data buffer in
      • Packit 7838c8
        	     TIFFWriteDirectory().
        Packit 7838c8
        Packit 7838c8
                 
      • Enabled "REWRITE_HACK" in tif_write.c by default.
      • Packit 7838c8
                
        Packit 7838c8
                 
      • Fix bug in tif_write.c when switching between reading one directory
      • Packit 7838c8
        	      and writing to another. 
        Packit 7838c8
        Packit 7838c8
                 
      • Made TIFFWriteCheck() public, and added TIFFCreateDirectory()
      • Packit 7838c8
        Packit 7838c8
                 
      • Added TIFFmemory(3t) functions to libtiff.def.
      • Packit 7838c8
        Packit 7838c8
                 
      • Added libtiff/libtiff.def to TIFFILES distribution list.
      • 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
          	
        • fax2ps: Fixed mixup of width and height in bounding box statement
        • Packit 7838c8
          	as per submission by Nalin Dahyabhai <nalin@redhat.com>.
          Packit 7838c8
          Packit 7838c8
          	
        • fax2ps: Modified printruns to take uint32 instead of uint16.
        • Packit 7838c8
          	Patch courtesy of Bernt Herd <herd@herdsoft.com> 
          Packit 7838c8
          Packit 7838c8
          Packit 7838c8
          	
        • Largely reimplemented contrib/addtiffo to avoid temp files,
        • Packit 7838c8
           	    updating the TIFF file in place.  Fixed a few other bugs to.
          Packit 7838c8
          Packit 7838c8
                 
        • Altered descriptions in tools to reflect "by default" lzw not supported
        • Packit 7838c8
          Packit 7838c8
          Packit 7838c8


          Packit 7838c8
          Packit 7838c8
          <FONT SIZE=+3>C</FONT>HANGES IN THE LZW COMPRESSION KIT
          Packit 7838c8
          Packit 7838c8
          	
        • created mangle-src.sh -- sed scripts to munge src into LZW enabled format. Thanks to Stanislav Brabec <utx@k332.feld.cvut.cz>
        • Packit 7838c8
          	
          Packit 7838c8
          	
        • created Makefile
        • Packit 7838c8
          	
          Packit 7838c8
          	
        • merged tif_dir.c with current source.
        • Packit 7838c8
          Packit 7838c8
          Packit 7838c8
          	
        • Created lzw compression kit, as a new CVS module (libtiff-lzw-compression-kit).
        • Packit 7838c8
          Packit 7838c8
          	
        • Updated index.html to note lzw compression kit.
        • Packit 7838c8
          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>