Blame html/v3.8.2.html

Packit 994f1a
<HTML>
Packit 994f1a
<HEAD>
Packit 994f1a
<TITLE>
Packit 994f1a
	Changes in TIFF v3.8.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.8.2
    Packit 994f1a
    Previous Version: v3.8.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
        	
      • Bug-fix release.
      • 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
          Packit 994f1a
          	
        • tools/Makefile.am: Use runtime paths linker flags when rpath
        • Packit 994f1a
          	option enabled.
          Packit 994f1a
          Packit 994f1a
          	
        • Makefiles improvements as per bug
        • Packit 994f1a
          	
          Packit 994f1a
          	http://bugzilla.remotesensing.org/show_bug.cgi?id=1128
          Packit 994f1a
          Packit 994f1a
          	
        • Fixed win32 I/O functions usage as per bug
        • Packit 994f1a
          	
          Packit 994f1a
          	http://bugzilla.remotesensing.org/show_bug.cgi?id=1127
          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
            	
          • tif_strip.c: Take subsampling in account when calculating
          • Packit 994f1a
            	TIFFScanlineSize().
            Packit 994f1a
            Packit 994f1a
            	
          • tif_jpeg.c, tif_fax3.c, tif_zip.c, tif_pixarlog.c,
          • Packit 994f1a
            	tif_lzw.c, tif_luv.c: Use _TIFFSetDefaultCompressionState() in all
            Packit 994f1a
            	codec cleanup methods. As per bug
            Packit 994f1a
            	
            Packit 994f1a
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1120
            Packit 994f1a
            	
            Packit 994f1a
            	
          • tif_jpeg.c: Do not cleanup codec state in TIFFInitJPEG(). As
          • Packit 994f1a
            	per bug
            Packit 994f1a
            	
            Packit 994f1a
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=1119
            Packit 994f1a
            Packit 994f1a
            	
          • tif_dir.c: Use double type instead of dblparam_t.
          • Packit 994f1a
            Packit 994f1a
            	
          • tif_dirread.c: Do not check the PlanarConfig tag presence
          • Packit 994f1a
            	in TIFFReadDirectory, because it is always set at the start of
            Packit 994f1a
            	function and we allow TIFFs without that tag set.
            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
              	
            • tiffcp.c: Do not set RowsPerStrip bigger than image length.
            • Packit 994f1a
              Packit 994f1a
              	
            • fax2tiff.c: Fixed wrong TIFFerror() invocations as per bug
            • Packit 994f1a
              	
              Packit 994f1a
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1125
              Packit 994f1a
              Packit 994f1a
              	
            • fax2ps.c: Fixed reading the input stream from stdin as per bug
            • Packit 994f1a
              	
              Packit 994f1a
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1124
              Packit 994f1a
              Packit 994f1a
              	
            • raw2tiff.c: Do not set RowsPerStrip larger than ImageLength.
            • Packit 994f1a
              	As per bug
              Packit 994f1a
              	
              Packit 994f1a
              	http://bugzilla.remotesensing.org/show_bug.cgi?id=1110
              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
              Packit 994f1a
              Last updated $Date: 2006/03/23 14:54:01 $.
              Packit 994f1a
              Packit 994f1a
              </BODY>
              Packit 994f1a
              </HTML>