Blame html/v3.8.2.html

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