Blame html/v3.5.6-beta.html

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

    Packit 85355f
    Current Version: v3.5.6beta
    Packit 85355f
    Previous Version: v3.5.5
    Packit 85355f
    Master FTP Site: ftp.onshore.com, directory pub/libtiff
    Packit 85355f
    Master HTTP Site: http://www.simplesystems.org/libtiff/ 
    Packit 85355f

    Packit 85355f
    Packit 85355f
    Packit 85355f

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

      Packit 85355f


      Packit 85355f
      Packit 85355f
      <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
      Packit 85355f
      Packit 85355f
        Packit 85355f
        Packit 85355f
        	
      • Added GNULDdso target and switched linux and freebsd to use it.
      • Packit 85355f
        	
      • tools/Makefile.in: Modified to install properly on SGI.
      • Packit 85355f
        	
      • configure: Fixed DSO test for Linux as per patch from
      • Packit 85355f
        	  Jan Van Buggenhout <chipzz@Ace.ULYSSIS.Student.KULeuven.Ac.Be>.
        Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f


        Packit 85355f
        Packit 85355f
        <FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:
        Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f
        	
      • tif_dir.c: Clear TIFF_ISTILED flag in TIFFDefaultDirectory
      • Packit 85355f
        	as per http://bugzilla.remotesensing.org/show_bug.cgi?id=18
        Packit 85355f
        	from vandrove@vc.cvut.cz.
        Packit 85355f
        Packit 85355f
        	
      • Modified tif_packbits.c decoding to avoid overrunning the
      • Packit 85355f
        	output buffer, and to issue a warning if data needs to be
        Packit 85355f
        	discarded.  See http://bugzilla.remotesensing.org/show_bug.cgi?id=18
        Packit 85355f
        Packit 85355f
        	
      • Modified TIFFClientOpen() to emit an error on an attempt to
      • Packit 85355f
        	open a comperessed file for update (O_RDWR/r+) access.  This is
        Packit 85355f
        	because the compressor/decompressor code gets very confused when
        Packit 85355f
        	the mode is O_RDWR, assuming this means writing only.  See
        Packit 85355f
        	bug http://bugzilla.remotesensing.org/show_bug.cgi?id=13
        Packit 85355f
        Packit 85355f
        	
      • Applied patch for 0x0000 sequences in tif_fax3.h's definition
      • Packit 85355f
        	of EXPAND1D() as per bug 11 (from Roman). 
        Packit 85355f
        Packit 85355f
        	
      • Fixed tiffcomp.h to avoid win32 stuff if unix #defined, to improve
      • Packit 85355f
        	cygwin compatibility.
        Packit 85355f
        Packit 85355f
        	
      • Applied patch from Roman Shpount to tif_fax3.c. This seems to
      • Packit 85355f
        	be a proper fix to the buffer sizing problem.  See 
        Packit 85355f
        	http://bugzilla.remotesensing.org/show_bug.cgi?id=11
        Packit 85355f
        Packit 85355f
        	
      • Fixed tif_getimage.c to fix overrun bug with YCbCr images without
      • Packit 85355f
        	downsampling.  http://bugzilla.remotesensing.org/show_bug.cgi?id=10
        Packit 85355f
        	Thanks to Nick Lamb <njl98r@ecs.soton.ac.uk> for reporting the
        Packit 85355f
        	bug and proving the patch.
        Packit 85355f
        	
        Packit 85355f
        	
      • Fixed tif_jpeg.c so avoid destroying the decompressor before
      • Packit 85355f
        	we are done access data thanks to bug report from:
        Packit 85355f
        	Michael Eckstein <eckstein@gepro.cz>.
        Packit 85355f
        Packit 85355f
        	
      • tif_open.c: Don't set MMAP for O_RDWR files.
      • Packit 85355f
        Packit 85355f
        	
      • tif_open.c: Set STRIPCHOP_DEFAULT for O_RDWR as well as O_RDONLY
      • Packit 85355f
        	so that files opened for update can be strip chopped too.
        Packit 85355f
        Packit 85355f
        	
      • tif_read.c: fixed up bug with files missing rowsperstrip and
      • Packit 85355f
        	the strips per separation fix done a few weeks ago.
        Packit 85355f
        Packit 85355f
        	
      • Tentatively added support for SAMPLEFORMAT_COMPLEXIEEEFP, and
      • Packit 85355f
        	SAMPLEFORMAT_COMPLEXINT.
        Packit 85355f
        Packit 85355f
        	
      • index.html, bugs.html: added bugzilla info.
      • Packit 85355f
        Packit 85355f
        	
      • tif_read.c: fix subtle bug with determining the number of
      • Packit 85355f
        	rows for strips that are the last strip in a separation but
        Packit 85355f
        	not the last strip of all in TIFFReadEncodedStrip().  
        Packit 85355f
        Packit 85355f
        	
      • Applied 16/32 bit fix to tif_fax3.c. Fix supplied by
      • Packit 85355f
        	Peter Skarpetis <peters@serendipity-software.com.au>
        Packit 85355f
        Packit 85355f
        	
      • Modified tiffio.h logic with regard to including windows.h. It
      • Packit 85355f
        	won't include it when building with __CYGWIN__.
        Packit 85355f
        Packit 85355f
        	
      • README: update to mention www.libtiff.org, don't list Sam's old
      • Packit 85355f
        	email address.
        Packit 85355f
        Packit 85355f
        	
      • libtiff/tif_dirread.c: Don't use estimate strip byte count for
      • Packit 85355f
        	one tile/strip images with an offset, and byte count of zero. These
        Packit 85355f
        	could be "unpopulated" images. 
        Packit 85355f
        Packit 85355f
        	
      • tif_win32.c: Applied patch to fix overreads and ovverwrites
      • Packit 85355f
        	  caught by BoundsChecker.  From Arvan Pritchard 
        Packit 85355f
        	  <arvan.pritchard@infomatix.co.uk>  (untested). 
        Packit 85355f
        	
        Packit 85355f
                
      • tif_getimage.c: Applied patch to silence VC6 warnings. From
      • Packit 85355f
        	  Arvan Pritchard <arvan.pritchard@informatix.co.uk>
        Packit 85355f
        	
        Packit 85355f
        	
      • tif_lzw.c: Applied patch to silence VC6 warnings. From
      • Packit 85355f
        	  Arvan Pritchard <arvan.pritchard@informatix.co.uk>
        Packit 85355f
        Packit 85355f
        	
      • libtiff/tif_apple.c: Applied "Carbon" support patches supplied by
      • Packit 85355f
        	Leonard Rosenthol <leonardr@lazerware.com>.  May interfere
        Packit 85355f
        	with correct building on older systems.  If so, please let me know.
        Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f


        Packit 85355f
        Packit 85355f
        <FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:
        Packit 85355f
        Packit 85355f
          Packit 85355f
          Packit 85355f
          	
        • tools/rgb2ycbcr.c: fixed output strip size to account for vertical
        • Packit 85355f
          	roundup if rows_per_strip not a multiple of vertical sample size.
          Packit 85355f
          Packit 85355f
          	
        • tools/tiffsplit.c: Copy TIFFTAG_SAMPLEFORMAT.
        • Packit 85355f
          Packit 85355f
          	
        • Modified tiff2bw to ensure portions add to 100%, and that
        • Packit 85355f
          	 white is properly recovered.  See bug
          Packit 85355f
          	 http://bugzilla.remotesensing.org/show_bug.cgi?id=15 Patch
          Packit 85355f
          	 c/o Stanislav Brabec <utx@penguin.cz>
          Packit 85355f
          Packit 85355f
          Packit 85355f
          Packit 85355f


          Packit 85355f
          Packit 85355f
          <FONT SIZE=+3>C</FONT>HANGES IN CONTRIB:
          Packit 85355f
          Packit 85355f
            Packit 85355f
            Packit 85355f
            	
          • contrib/addtiffo: Added "averaging" resampling option.
          • Packit 85355f
            Packit 85355f
            	
          • Added contrib/stream (stream io) code submitted by Avi Bleiweiss.
          • Packit 85355f
            Packit 85355f
            Packit 85355f
            Packit 85355f


            Packit 85355f
            Packit 85355f
            <FONT SIZE=+3>C</FONT>HANGES IN THE LZW COMPRESSION KIT
            Packit 85355f
            Packit 85355f
            Packit 85355f
                
          • updated tif_dir.c to reflect changes to no-lzw tif_dir.c
          • Packit 85355f
            Packit 85355f
            Packit 85355f
            Packit 85355f
             TIFF home page.
            Packit 85355f
            Packit 85355f

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