Blame html/v3.5.6-beta.html

Packit Service 2594b8
<HTML>
Packit Service 2594b8
<HEAD>
Packit Service 2594b8
<TITLE>
Packit Service 2594b8
Changes in TIFF v3.5.6
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.6beta
    Packit Service 2594b8
    Previous Version: v3.5.5
    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 contrib
    • 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
        	
      • Added GNULDdso target and switched linux and freebsd to use it.
      • Packit Service 2594b8
        	
      • tools/Makefile.in: Modified to install properly on SGI.
      • Packit Service 2594b8
        	
      • configure: Fixed DSO test for Linux as per patch from
      • Packit Service 2594b8
        	  Jan Van Buggenhout <chipzz@Ace.ULYSSIS.Student.KULeuven.Ac.Be>.
        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
        Packit Service 2594b8
        	
      • tif_dir.c: Clear TIFF_ISTILED flag in TIFFDefaultDirectory
      • Packit Service 2594b8
        	as per http://bugzilla.remotesensing.org/show_bug.cgi?id=18
        Packit Service 2594b8
        	from vandrove@vc.cvut.cz.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Modified tif_packbits.c decoding to avoid overrunning the
      • Packit Service 2594b8
        	output buffer, and to issue a warning if data needs to be
        Packit Service 2594b8
        	discarded.  See http://bugzilla.remotesensing.org/show_bug.cgi?id=18
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Modified TIFFClientOpen() to emit an error on an attempt to
      • Packit Service 2594b8
        	open a comperessed file for update (O_RDWR/r+) access.  This is
        Packit Service 2594b8
        	because the compressor/decompressor code gets very confused when
        Packit Service 2594b8
        	the mode is O_RDWR, assuming this means writing only.  See
        Packit Service 2594b8
        	bug http://bugzilla.remotesensing.org/show_bug.cgi?id=13
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Applied patch for 0x0000 sequences in tif_fax3.h's definition
      • Packit Service 2594b8
        	of EXPAND1D() as per bug 11 (from Roman). 
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Fixed tiffcomp.h to avoid win32 stuff if unix #defined, to improve
      • Packit Service 2594b8
        	cygwin compatibility.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Applied patch from Roman Shpount to tif_fax3.c. This seems to
      • Packit Service 2594b8
        	be a proper fix to the buffer sizing problem.  See 
        Packit Service 2594b8
        	http://bugzilla.remotesensing.org/show_bug.cgi?id=11
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Fixed tif_getimage.c to fix overrun bug with YCbCr images without
      • Packit Service 2594b8
        	downsampling.  http://bugzilla.remotesensing.org/show_bug.cgi?id=10
        Packit Service 2594b8
        	Thanks to Nick Lamb <njl98r@ecs.soton.ac.uk> for reporting the
        Packit Service 2594b8
        	bug and proving the patch.
        Packit Service 2594b8
        	
        Packit Service 2594b8
        	
      • Fixed tif_jpeg.c so avoid destroying the decompressor before
      • Packit Service 2594b8
        	we are done access data thanks to bug report from:
        Packit Service 2594b8
        	Michael Eckstein <eckstein@gepro.cz>.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • tif_open.c: Don't set MMAP for O_RDWR files.
      • Packit Service 2594b8
        Packit Service 2594b8
        	
      • tif_open.c: Set STRIPCHOP_DEFAULT for O_RDWR as well as O_RDONLY
      • Packit Service 2594b8
        	so that files opened for update can be strip chopped too.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • tif_read.c: fixed up bug with files missing rowsperstrip and
      • Packit Service 2594b8
        	the strips per separation fix done a few weeks ago.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Tentatively added support for SAMPLEFORMAT_COMPLEXIEEEFP, and
      • Packit Service 2594b8
        	SAMPLEFORMAT_COMPLEXINT.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • index.html, bugs.html: added bugzilla info.
      • Packit Service 2594b8
        Packit Service 2594b8
        	
      • tif_read.c: fix subtle bug with determining the number of
      • Packit Service 2594b8
        	rows for strips that are the last strip in a separation but
        Packit Service 2594b8
        	not the last strip of all in TIFFReadEncodedStrip().  
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Applied 16/32 bit fix to tif_fax3.c. Fix supplied by
      • Packit Service 2594b8
        	Peter Skarpetis <peters@serendipity-software.com.au>
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • Modified tiffio.h logic with regard to including windows.h. It
      • Packit Service 2594b8
        	won't include it when building with __CYGWIN__.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • README: update to mention www.libtiff.org, don't list Sam's old
      • Packit Service 2594b8
        	email address.
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • libtiff/tif_dirread.c: Don't use estimate strip byte count for
      • Packit Service 2594b8
        	one tile/strip images with an offset, and byte count of zero. These
        Packit Service 2594b8
        	could be "unpopulated" images. 
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • tif_win32.c: Applied patch to fix overreads and ovverwrites
      • Packit Service 2594b8
        	  caught by BoundsChecker.  From Arvan Pritchard 
        Packit Service 2594b8
        	  <arvan.pritchard@infomatix.co.uk>  (untested). 
        Packit Service 2594b8
        	
        Packit Service 2594b8
                
      • tif_getimage.c: Applied patch to silence VC6 warnings. From
      • Packit Service 2594b8
        	  Arvan Pritchard <arvan.pritchard@informatix.co.uk>
        Packit Service 2594b8
        	
        Packit Service 2594b8
        	
      • tif_lzw.c: Applied patch to silence VC6 warnings. From
      • Packit Service 2594b8
        	  Arvan Pritchard <arvan.pritchard@informatix.co.uk>
        Packit Service 2594b8
        Packit Service 2594b8
        	
      • libtiff/tif_apple.c: Applied "Carbon" support patches supplied by
      • Packit Service 2594b8
        	Leonard Rosenthol <leonardr@lazerware.com>.  May interfere
        Packit Service 2594b8
        	with correct building on older systems.  If so, please let me know.
        Packit Service 2594b8
        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 THE TOOLS:
        Packit Service 2594b8
        Packit Service 2594b8
          Packit Service 2594b8
          Packit Service 2594b8
          	
        • tools/rgb2ycbcr.c: fixed output strip size to account for vertical
        • Packit Service 2594b8
          	roundup if rows_per_strip not a multiple of vertical sample size.
          Packit Service 2594b8
          Packit Service 2594b8
          	
        • tools/tiffsplit.c: Copy TIFFTAG_SAMPLEFORMAT.
        • Packit Service 2594b8
          Packit Service 2594b8
          	
        • Modified tiff2bw to ensure portions add to 100%, and that
        • Packit Service 2594b8
          	 white is properly recovered.  See bug
          Packit Service 2594b8
          	 http://bugzilla.remotesensing.org/show_bug.cgi?id=15 Patch
          Packit Service 2594b8
          	 c/o Stanislav Brabec <utx@penguin.cz>
          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 CONTRIB:
          Packit Service 2594b8
          Packit Service 2594b8
            Packit Service 2594b8
            Packit Service 2594b8
            	
          • contrib/addtiffo: Added "averaging" resampling option.
          • Packit Service 2594b8
            Packit Service 2594b8
            	
          • Added contrib/stream (stream io) code submitted by Avi Bleiweiss.
          • 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 THE LZW COMPRESSION KIT
            Packit Service 2594b8
            Packit Service 2594b8
            Packit Service 2594b8
                
          • updated tif_dir.c to reflect changes to no-lzw tif_dir.c
          • 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>