Blame html/v3.7.2.html

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

    Packit 7838c8
    Current Version: v3.7.2
    Packit 7838c8
    Previous Version: v3.7.1
    Packit 7838c8
    Master FTP Site: 
    Packit 7838c8
    download.osgeo.org, directory pub/libtiff
    Packit 7838c8
    Master HTTP Site: 
    Packit 7838c8
    http://www.simplesystems.org/libtiff/ 
    Packit 7838c8

    Packit 7838c8
    Packit 7838c8
    Packit 7838c8

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

      Packit 7838c8


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


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


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


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


              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              <FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              	
            • No changes.
            • Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              Last updated $Date: 2016-09-25 20:05:45 $.
              Packit 7838c8
              Packit 7838c8
              </BODY>
              Packit 7838c8
              </HTML>