roentgen b75cab
roentgen b75cab
roentgen b75cab
<title></title>
roentgen b75cab
	Changes in TIFF v3.7.2
roentgen b75cab
roentgen b75cab
roentgen b75cab
roentgen b75cab
roentgen b75cab
<font face="Helvetica, Arial, Sans"></font>
roentgen b75cab
<font face="Helvetica, Arial, Sans"> </font>
roentgen b75cab
roentgen b75cab
<basefont size="4"></basefont>
roentgen b75cab
<font size="+3">T</font>IFF <font size="+2">C</font>HANGE <font size="+2">I</font>NFORMATION
roentgen b75cab
<basefont size="3"></basefont>
roentgen b75cab
roentgen b75cab
    roentgen b75cab

    roentgen b75cab
    Current Version: v3.7.2
    roentgen b75cab
    Previous Version: v3.7.1
    roentgen b75cab
    Master FTP Site: 
    roentgen b75cab
    ftp.remotesensing.org, directory pub/libtiff
    roentgen b75cab
    Master HTTP Site: 
    roentgen b75cab
    http://www.remotesensing.org/libtiff 
    roentgen b75cab

    roentgen b75cab
    roentgen b75cab
    roentgen b75cab

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

      roentgen b75cab


      roentgen b75cab
      roentgen b75cab
      roentgen b75cab
      roentgen b75cab
      <font size="+3">M</font>AJOR CHANGES:
      roentgen b75cab
      roentgen b75cab
        roentgen b75cab
        roentgen b75cab
        	
      • Maintainance release. Many bugfixes in the build environment
      • roentgen b75cab
        	and compatibility improvements.
        roentgen b75cab
        roentgen b75cab
        roentgen b75cab
        roentgen b75cab
        roentgen b75cab


        roentgen b75cab
        roentgen b75cab
        roentgen b75cab
        <font size="+3">C</font>HANGES IN THE SOFTWARE CONFIGURATION:
        roentgen b75cab
        roentgen b75cab
          roentgen b75cab
          	
        • configure.ac: Use -rpath option instead of -R as per bug
        • roentgen b75cab
          	
          roentgen b75cab
          		http://bugzilla.remotesensing.org/show_bug.cgi?id=732
          roentgen b75cab
          roentgen b75cab
          	
        • tif_stream.cxx: Fixes for C++ stream interface from
        • roentgen b75cab
          	Michael Rinne and Edward Lam.
          roentgen b75cab
          roentgen b75cab
          	
        • configure.ac: Make the documentation directory location
        • roentgen b75cab
          	configurable via the --with-docdir option (as suggested by
          roentgen b75cab
          	Jeremy C. Reed).
          roentgen b75cab
          roentgen b75cab
          	
        • Place the C++ stream API in the separate library called
        • roentgen b75cab
          	libtiffxx to avoid unneeded dependencies. Probably there will be
          roentgen b75cab
          	more C++ API in the future. As per bugs
          roentgen b75cab
          	
          roentgen b75cab
          		http://bugzilla.remotesensing.org/show_bug.cgi?id=733
          roentgen b75cab
          	and 
          roentgen b75cab
          		http://bugzilla.remotesensing.org/show_bug.cgi?id=730
          roentgen b75cab
          	
          roentgen b75cab
          	
        • configure, configure.ac: Replace --disable-c++ with the
        • roentgen b75cab
          	--disable-cxx option as	per bug
          roentgen b75cab
          	
          roentgen b75cab
          		http://bugzilla.remotesensing.org/show_bug.cgi?id=730.
          roentgen b75cab
          roentgen b75cab
          roentgen b75cab
          roentgen b75cab


          roentgen b75cab
          roentgen b75cab
          roentgen b75cab
          roentgen b75cab
          <font size="+3">C</font>HANGES IN LIBTIFF:
          roentgen b75cab
          roentgen b75cab
            roentgen b75cab
            roentgen b75cab
            	
          • Applied patch from Lee Howard to support a new tag TIFFTAG_FAXDCS
          • roentgen b75cab
            	(34911) used in HylaFax software. As per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=771
            roentgen b75cab
            roentgen b75cab
            	
          • tif_open.c: Remove unnesessary TIFFSeekFile() call as per
          • roentgen b75cab
            	bug 
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=756
            roentgen b75cab
            roentgen b75cab
            	
          • tiff.h: Changed the int8 definition to be always signed char
          • roentgen b75cab
            	as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=727
            roentgen b75cab
            roentgen b75cab
            	
          • tiffio.h: Move TIFFOpenW() function into the extern "C"{}
          • roentgen b75cab
            	block as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=763
            roentgen b75cab
            roentgen b75cab
            	
          • tif_dirread.c: Estimate strip size in case of wrong or
          • roentgen b75cab
            	suspicious values in the tags. As per bugs
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=705
            roentgen b75cab
            	and 
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=320
            roentgen b75cab
            roentgen b75cab
            	
          • tif_color.c: Use double as the second argument of pow()
          • roentgen b75cab
            	function in TIFFCIELabToRGBInit(). As per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=741
            roentgen b75cab
            roentgen b75cab
            	
          • tif_pixarlog.c: Avoid warnings when converting float to
          • roentgen b75cab
            	integer as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=740
            roentgen b75cab
            roentgen b75cab
            	
          • tif_getimage.c: Always fill the error message buffer in
          • roentgen b75cab
            	TIFFRGBAImageBegin() as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=739
            roentgen b75cab
            roentgen b75cab
            	
          • tif_jpeg.c: Added ability to read/write the fax specific
          • roentgen b75cab
            	TIFFTAG_FAXRECVPARAMS, TIFFTAG_FAXSUBADDRESS and TIFFTAG_FAXRECVTIME
            roentgen b75cab
            	tags as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=736
            roentgen b75cab
            roentgen b75cab
            	
          • tif_win32.c: Fixed message formatting in functions
          • roentgen b75cab
            	Win32WarningHandler() and Win32ErrorHandler() as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=735
            roentgen b75cab
            roentgen b75cab
            	
          • tiffio.h: Move the color conversion routines in the 'extern
          • roentgen b75cab
            	"C"' section as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=727
            roentgen b75cab
            roentgen b75cab
            	
          • tiff.h: Restore back the workaround for AIX Visual Age C
          • roentgen b75cab
            	compiler to avoid double definition of BSD types as per bug
            roentgen b75cab
            	
            roentgen b75cab
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=39
            roentgen b75cab
            roentgen b75cab
            	
          • tif_getimage.c: More fixes for multiple-alpha-channelled
          • roentgen b75cab
            	RGB-images as per bug
            roentgen b75cab
            	
            roentgen b75cab
            	http://bugzilla.remotesensing.org/show_bug.cgi?id=713
            roentgen b75cab
            roentgen b75cab
            roentgen b75cab
            roentgen b75cab


            roentgen b75cab
            roentgen b75cab
            roentgen b75cab
            	
            roentgen b75cab
            <font size="+3">C</font>HANGES IN THE TOOLS:
            roentgen b75cab
            roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              	
            • tiffcmp.c: Added ability to compare the 32-bit integer and
            • roentgen b75cab
              	floating point data; complain on unsupported bit depths.
              roentgen b75cab
              roentgen b75cab
              	
            • tiffcmp.c: Use properly sized buffer in short arrays comparison
            • roentgen b75cab
              	as per bug
              roentgen b75cab
              	
              roentgen b75cab
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=785
              roentgen b75cab
              roentgen b75cab
              	
            • fax2ps.c: Replace insecure mktemp() function with the
            • roentgen b75cab
              	tmpfile() as per bug
              roentgen b75cab
              	
              roentgen b75cab
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=786
              roentgen b75cab
              roentgen b75cab
              	
            • tiffgt.c: Fix problem on big-endian CPUs so that images
            • roentgen b75cab
              	display more correctly.  Images display brighter than they should
              roentgen b75cab
              	on a Sun workstation.
              roentgen b75cab
              roentgen b75cab
              	
            • tiff2ps.c: Fixed problem with page sizes as per bug
            • roentgen b75cab
              	
              roentgen b75cab
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=742
              roentgen b75cab
              roentgen b75cab
              	
            • tiff2ps.c: Interpret the -w and -h options independently. As
            • roentgen b75cab
              	per bug
              roentgen b75cab
              	
              roentgen b75cab
              		http://bugzilla.remotesensing.org/show_bug.cgi?id=689
              roentgen b75cab
              roentgen b75cab
              	
            • tiffdump.c: Fixed problem when read broken TIFFs with the
            • roentgen b75cab
              	wrong tag counts (Dmitry V. Levin, Martin Pitt).
              roentgen b75cab
              roentgen b75cab
              	
            • tiffset.c: Convert character option to integer value as per
            • roentgen b75cab
              	bug 
              roentgen b75cab
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=725.
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab


              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              <font size="+3">C</font>HANGES IN THE CONTRIB AREA:
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              	
            • No changes.
            • roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab
              Last updated $Date: 2005/03/15 15:17:44 $.
              roentgen b75cab
              roentgen b75cab
              roentgen b75cab