Blame html/v3.7.2.html

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

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

    Packit 994f1a
    Packit 994f1a
    Packit 994f1a

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

      Packit 994f1a


      Packit 994f1a
      Packit 994f1a
      Packit 994f1a
      Packit 994f1a
      <FONT SIZE=+3>M</FONT>AJOR CHANGES:
      Packit 994f1a
      Packit 994f1a
        Packit 994f1a
        Packit 994f1a
        	
      • Maintainance release. Many bugfixes in the build environment
      • Packit 994f1a
        	and compatibility improvements.
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a
        Packit 994f1a


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


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


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


              Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              <FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:
              Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              	
            • No changes.
            • Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              Packit 994f1a
              Last updated $Date: 2005/03/15 15:17:44 $.
              Packit 994f1a
              Packit 994f1a
              </BODY>
              Packit 994f1a
              </HTML>