Blame html/v3.5.5.html

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


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