Blame html/v3.7.0beta.html

Packit 7838c8
<HTML>
Packit 7838c8
<HEAD>
Packit 7838c8
<TITLE>
Packit 7838c8
	Changes in TIFF v3.7.0beta
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.0beta
    Packit 7838c8
    Previous Version: v3.7.0alpha
    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
    • Changes in the LZW compression kit
    • 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
        	
      • LZW compression enabled by default. You don't need the separate
      • Packit 7838c8
        	compression kit anymore.
        Packit 7838c8
        Packit 7838c8
        	
      • bmp2tiff: Added new utility to convert Windows BMP files
      • Packit 7838c8
        	into TIFFs.
        Packit 7838c8
        Packit 7838c8
        	
      • The first attempt to implement a test suite.
      • 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
          	
        • Many portability fixes in the new autotooled build suite.
        • 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
            	
          • libtiff/{tif_luv.c, tif_next.c, tif_thunder.c}: Several buffer
          • Packit 7838c8
            	overruns fixed, as noted by Chris Evans.
            Packit 7838c8
            Packit 7838c8
            	
          • BSD data types (u_char, u_short, u_int, u_long) is no longer
          • Packit 7838c8
            	used internally in the libtiff. Should result in simpler configuration
            Packit 7838c8
            	and better portability.
            Packit 7838c8
            Packit 7838c8
            	
          • libtiff/tiff.h: Fix column tagging. Reference current Adobe XMP
          • Packit 7838c8
            	specification. Reference libtiff bug tracking system to submit
            Packit 7838c8
            	private tag additions.
            Packit 7838c8
            Packit 7838c8
            	
          • libtiff/tif_dirread.c: Don't reject to read tags of the
          • Packit 7838c8
            	SamplesPerPixel size when the tag count is greater than number of
            Packit 7838c8
            	samples as per bug
            Packit 7838c8
            	
            Packit 7838c8
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=576.
            Packit 7838c8
            Packit 7838c8
            	
          • libtiff/{tiffio.h, tif_open.c}: Applied patches from
          • Packit 7838c8
            	Joris Van Damme	to avoid requirement for tiffiop.h inclusion in
            Packit 7838c8
            	some applications. Look for details here:
            Packit 7838c8
            	
            Packit 7838c8
            		http://www.asmail.be/msg0054799560.html.
            Packit 7838c8
            Packit 7838c8
            	
          • libtiff/{tiffiop.h, tif_dirinfo.c}: Fixed problem with the static
          • Packit 7838c8
            	variable as per bug
            Packit 7838c8
            	
            Packit 7838c8
            		http://bugzilla.remotesensing.org/show_bug.cgi?id=593.
            Packit 7838c8
            	
            Packit 7838c8
            	
          • libtiff/tif_lzw.c: LZW compression code is merged back from the
          • Packit 7838c8
            	separate package. All libtiff tools are updated to not advertise an
            Packit 7838c8
            	abcence of LZW support.
            Packit 7838c8
            Packit 7838c8
            	
          • libtiff/tif_dir.c: Call TIFFError() instead of producing warnings
          • Packit 7838c8
            	when setting custom tags by value. Reported by Eric Fieleke.
            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
              	
            • tiff2ps: Avoid zero division in setupPageState() function;
            • Packit 7838c8
              	properly initialize array in PSDataBW().
              Packit 7838c8
              Packit 7838c8
              	
            • tiff2pdf: Multiple bugfixes.
            • Packit 7838c8
              Packit 7838c8
              	
            • ras2tiff: Fixed issue with missed big-endian checks as per bug
            • Packit 7838c8
              	
              Packit 7838c8
              		 http://bugzilla.remotesensing.org/show_bug.cgi?id=586.
              Packit 7838c8
              Packit 7838c8
              	
            • bmp2tiff: Added new utility to convert Windows BMP files
            • Packit 7838c8
              	into TIFFs.
              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
              Packit 7838c8
              Packit 7838c8
              <FONT SIZE=+3>C</FONT>HANGES IN THE LZW COMPRESSION
              Packit 7838c8
              KIT:
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              	
            • This one is not longer needed.
            • Packit 7838c8
              Packit 7838c8
              Packit 7838c8
              Packit 7838c8
               TIFF home page.
              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>