Blame html/v3.8.1.html

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

    Packit Service db44fb
    Current Version: v3.8.1
    Packit Service db44fb
    Previous Version: v3.8.0
    Packit Service db44fb
    Master FTP Site: 
    Packit Service db44fb
    ftp.remotesensing.org, directory pub/libtiff
    Packit Service db44fb
    Master HTTP Site: 
    Packit Service db44fb
    http://www.remotesensing.org/libtiff 
    Packit Service db44fb

    Packit Service db44fb
    Packit Service db44fb
    Packit Service db44fb

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

      Packit Service db44fb


      Packit Service db44fb
      Packit Service db44fb
      Packit Service db44fb
      Packit Service db44fb
      <FONT SIZE=+3>M</FONT>AJOR CHANGES:
      Packit Service db44fb
      Packit Service db44fb
        Packit Service db44fb
        	
      • Bug-fix release.
      • Packit Service db44fb
        Packit Service db44fb
        Packit Service db44fb
        Packit Service db44fb


        Packit Service db44fb
        Packit Service db44fb
        Packit Service db44fb
        <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
        Packit Service db44fb
        Packit Service db44fb
          Packit Service db44fb
          	
        • libtool related stuff updated from the 2.1a branch.
        • Packit Service db44fb
          Packit Service db44fb
          	
        • Fix with_default_strip_size comparison as reported by
        • Packit Service db44fb
          	Norihiko Murase.
          Packit Service db44fb
          Packit Service db44fb
          Packit Service db44fb


          Packit Service db44fb
          Packit Service db44fb
          Packit Service db44fb
          Packit Service db44fb
          <FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:
          Packit Service db44fb
          Packit Service db44fb
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirread.c: Fixed error reporting in TIFFFetchAnyArray()
          • Packit Service db44fb
            	function as per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_jpeg.c, tif_pixarlog.c, tif_fax3.c, tif_zip.c:
          • Packit Service db44fb
            	Properly restore setfield/getfield methods in cleanup functions. As
            Packit Service db44fb
            	per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_lzw.c, tif_pixarlog.c, tif_zip.c: Use
          • Packit Service db44fb
            	TIFFPredictorCleanup() in codec cleanup methods. As per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_predict.c, tif_predict.h: Added new function
          • Packit Service db44fb
            	TIFFPredictorCleanup() to restore parent decode/encode/field methods.
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirread.c: Fixed integer overflow condition in
          • Packit Service db44fb
            	TIFFFetchData() function. As per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1102
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_ojpeg.c: Set the ReferenceBlackWhite with the
          • Packit Service db44fb
            	TIFFSetField() method, not directly. As per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1043
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_write.c: Small code rearrangement in TIFFWriteScanline()
          • Packit Service db44fb
            	to avoid crash as per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=1081
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirwrite.c: Properly write TIFFTAG_DOTRANGE tag as per
          • Packit Service db44fb
            	bug 
            Packit Service db44fb
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=1088
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_print.c: Properly read TIFFTAG_PAGENUMBER,
          • Packit Service db44fb
            	TIFFTAG_HALFTONEHINTS, TIFFTAG_YCBCRSUBSAMPLING and TIFFTAG_DOTRANGE
            Packit Service db44fb
            	tags as per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=1088
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_tile.c: Fix error reporting in TIFFCheckTile() as per
          • Packit Service db44fb
            	bug 
            Packit Service db44fb
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=1063
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_color.c: Avoid overflow in case of wrong input as per
          • Packit Service db44fb
            	bug 
            Packit Service db44fb
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=1065
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirinfo.c: Use TIFF_NOTYPE instead of 0 when
          • Packit Service db44fb
            	appropriate. As per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1033
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_aux.c: Fixed type of temporary variable in
          • Packit Service db44fb
            	_TIFFCheckMalloc() as per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=103
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_aux.c: Return static array when fetching default
          • Packit Service db44fb
            	YCbCrCoefficients (another problem, reported a the
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1029
            Packit Service db44fb
            	entry).
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dir.c: Special handling for PageNumber, HalftoneHints,
          • Packit Service db44fb
            	YCbCrSubsampling and DotRange tags as per bugs
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1029
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1034
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirread.c: Use _TIFFGetExifFieldInfo() instead of
          • Packit Service db44fb
            	_TIFFGetFieldInfo() in TIFFReadEXIFDirectory() call as per bug
            Packit Service db44fb
            	
            Packit Service db44fb
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1026
            Packit Service db44fb
            Packit Service db44fb
            	
          • tif_dirinfo.c: Change definitions for TIFFTAG_ICCPROFILE,
          • Packit Service db44fb
            	TIFFTAG_PHOTOSHOP, TIFFTAG_RICHTIFFIPTC, TIFFTAG_XMLPACKET:
            Packit Service db44fb
            	readcount should be uint32 value.
            Packit Service db44fb
            Packit Service db44fb
            Packit Service db44fb
            Packit Service db44fb


            Packit Service db44fb
            Packit Service db44fb
            Packit Service db44fb
            	
            Packit Service db44fb
            <FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:
            Packit Service db44fb
            Packit Service db44fb
              Packit Service db44fb
              	
            • ppm2tiff.c: Added support for PBM files as per bug
            • Packit Service db44fb
              	
              Packit Service db44fb
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1044
              Packit Service db44fb
              Packit Service db44fb
              	
            • tiff2pdf.c: Functions t2p_sample_rgbaa_to_rgb() and
            • Packit Service db44fb
              	t2p_sample_rgba_to_rgb() was used in place of each other, that was
              Packit Service db44fb
              	resulted in problems with RGBA images with associated alpha.
              Packit Service db44fb
              	As per bug
              Packit Service db44fb
              	
              Packit Service db44fb
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1097
              Packit Service db44fb
              Packit Service db44fb
              	
            • tiff2ps.c: Properly scale all the pages when converting
            • Packit Service db44fb
              	multipage TIFF with /width/height/center options set. As per bug
              Packit Service db44fb
              	
              Packit Service db44fb
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1080
              Packit Service db44fb
              Packit Service db44fb
              	
            • tiff2pdf.c: Do not create output file until all option checks
            • Packit Service db44fb
              	will be done. As per bug
              Packit Service db44fb
              	
              Packit Service db44fb
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=1072
              Packit Service db44fb
              Packit Service db44fb
              	
            • bmp2tiff.c: Added ability to create multipage TIFFs from the
            • Packit Service db44fb
              	list of input files as per bug
              Packit Service db44fb
              	
              Packit Service db44fb
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1077
              Packit Service db44fb
              Packit Service db44fb
              	
            • tiffgt.c: Avoid crashing in case of image unsupported by
            • Packit Service db44fb
              	TIFFRGBAImage interface.
              Packit Service db44fb
              Packit Service db44fb
              	
            • tiff2pdf.c: Fixed support for non-YCbCr encoded JPEG
            • Packit Service db44fb
              	compressed TIFF files, per submission from Dan Cobra.
              Packit Service db44fb
              Packit Service db44fb
              	
            • bmp2tiff, pal2rgb, ppm2tiff, ras2tiff, raw2tiff, sgi2tiff,
            • Packit Service db44fb
              	tiff2bw, tiffcp: Fixed jpeg option processing so -c jpeg:r:50 works
              Packit Service db44fb
              	properly as per bug:
              Packit Service db44fb
              	
              Packit Service db44fb
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=1025
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb


              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              <FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              Packit Service db44fb
              Last updated $Date: 2006/03/13 14:52:12 $.
              Packit Service db44fb
              Packit Service db44fb
              </BODY>
              Packit Service db44fb
              </HTML>