Blame html/v3.7.0beta.html

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

    Packit 85355f
    Current Version: v3.7.0beta
    Packit 85355f
    Previous Version: v3.7.0alpha
    Packit 85355f
    Master FTP Site: 
    Packit 85355f
    download.osgeo.org, directory pub/libtiff
    Packit 85355f
    Master HTTP Site: 
    Packit 85355f
    http://www.simplesystems.org/libtiff/ 
    Packit 85355f

    Packit 85355f
    Packit 85355f
    Packit 85355f

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

      Packit 85355f


      Packit 85355f
      Packit 85355f
      Packit 85355f
      Packit 85355f
      <FONT SIZE=+3>M</FONT>AJOR CHANGES:
      Packit 85355f
      Packit 85355f
        Packit 85355f
        	
      • LZW compression enabled by default. You don't need the separate
      • Packit 85355f
        	compression kit anymore.
        Packit 85355f
        Packit 85355f
        	
      • bmp2tiff: Added new utility to convert Windows BMP files
      • Packit 85355f
        	into TIFFs.
        Packit 85355f
        Packit 85355f
        	
      • The first attempt to implement a test suite.
      • Packit 85355f
        Packit 85355f
        Packit 85355f
        Packit 85355f


        Packit 85355f
        Packit 85355f
        Packit 85355f
        <FONT SIZE=+3>C</FONT>HANGES IN THE SOFTWARE CONFIGURATION:
        Packit 85355f
        Packit 85355f
          Packit 85355f
          	
        • Many portability fixes in the new autotooled build suite.
        • Packit 85355f
          Packit 85355f
          Packit 85355f


          Packit 85355f
          Packit 85355f
          Packit 85355f
          Packit 85355f
          <FONT SIZE=+3>C</FONT>HANGES IN LIBTIFF:
          Packit 85355f
          Packit 85355f
            Packit 85355f
            	
          • libtiff/{tif_luv.c, tif_next.c, tif_thunder.c}: Several buffer
          • Packit 85355f
            	overruns fixed, as noted by Chris Evans.
            Packit 85355f
            Packit 85355f
            	
          • BSD data types (u_char, u_short, u_int, u_long) is no longer
          • Packit 85355f
            	used internally in the libtiff. Should result in simpler configuration
            Packit 85355f
            	and better portability.
            Packit 85355f
            Packit 85355f
            	
          • libtiff/tiff.h: Fix column tagging. Reference current Adobe XMP
          • Packit 85355f
            	specification. Reference libtiff bug tracking system to submit
            Packit 85355f
            	private tag additions.
            Packit 85355f
            Packit 85355f
            	
          • libtiff/tif_dirread.c: Don't reject to read tags of the
          • Packit 85355f
            	SamplesPerPixel size when the tag count is greater than number of
            Packit 85355f
            	samples as per bug
            Packit 85355f
            	
            Packit 85355f
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=576.
            Packit 85355f
            Packit 85355f
            	
          • libtiff/{tiffio.h, tif_open.c}: Applied patches from
          • Packit 85355f
            	Joris Van Damme	to avoid requirement for tiffiop.h inclusion in
            Packit 85355f
            	some applications. Look for details here:
            Packit 85355f
            	
            Packit 85355f
            		http://www.asmail.be/msg0054799560.html.
            Packit 85355f
            Packit 85355f
            	
          • libtiff/{tiffiop.h, tif_dirinfo.c}: Fixed problem with the static
          • Packit 85355f
            	variable as per bug
            Packit 85355f
            	
            Packit 85355f
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=593.
            Packit 85355f
            	
            Packit 85355f
            	
          • libtiff/tif_lzw.c: LZW compression code is merged back from the
          • Packit 85355f
            	separate package. All libtiff tools are updated to not advertise an
            Packit 85355f
            	abcence of LZW support.
            Packit 85355f
            Packit 85355f
            	
          • libtiff/tif_dir.c: Call TIFFError() instead of producing warnings
          • Packit 85355f
            	when setting custom tags by value. Reported by Eric Fieleke.
            Packit 85355f
            Packit 85355f
            Packit 85355f
            Packit 85355f


            Packit 85355f
            Packit 85355f
            Packit 85355f
            	
            Packit 85355f
            <FONT SIZE=+3>C</FONT>HANGES IN THE TOOLS:
            Packit 85355f
            Packit 85355f
              Packit 85355f
              	
            • tiff2ps: Avoid zero division in setupPageState() function;
            • Packit 85355f
              	properly initialize array in PSDataBW().
              Packit 85355f
              Packit 85355f
              	
            • tiff2pdf: Multiple bugfixes.
            • Packit 85355f
              Packit 85355f
              	
            • ras2tiff: Fixed issue with missed big-endian checks as per bug
            • Packit 85355f
              	
              Packit 85355f
              		 http://bugzilla.remotesensing.org/show_bug.cgi?id=586.
              Packit 85355f
              Packit 85355f
              	
            • bmp2tiff: Added new utility to convert Windows BMP files
            • Packit 85355f
              	into TIFFs.
              Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f


              Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
              <FONT SIZE=+3>C</FONT>HANGES IN THE CONTRIB AREA:
              Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
              	
            • No changes.
            • Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
              <FONT SIZE=+3>C</FONT>HANGES IN THE LZW COMPRESSION
              Packit 85355f
              KIT:
              Packit 85355f
              Packit 85355f
              Packit 85355f
              	
            • This one is not longer needed.
            • Packit 85355f
              Packit 85355f
              Packit 85355f
              Packit 85355f
               TIFF home page.
              Packit 85355f
              Packit 85355f

              Packit 85355f
              Packit 85355f
              Last updated $Date: 2016-09-25 20:05:45 $.
              Packit 85355f
              Packit 85355f
              </BODY>
              Packit 85355f
              </HTML>