From 22f703cab05b7cd368f4de9e03991b7664dc5022 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=B6rg=20Frings-F=C3=BCrst?= Date: Mon, 1 Sep 2014 13:56:46 +0200 Subject: Initial import of argyll version 1.5.1-8 --- tiff/html/v3.7.0.html | 144 ++++++++++++++++++++++++++++++++++++++++++++++++++ 1 file changed, 144 insertions(+) create mode 100644 tiff/html/v3.7.0.html (limited to 'tiff/html/v3.7.0.html') diff --git a/tiff/html/v3.7.0.html b/tiff/html/v3.7.0.html new file mode 100644 index 0000000..413f2c6 --- /dev/null +++ b/tiff/html/v3.7.0.html @@ -0,0 +1,144 @@ + + + + Changes in TIFF v3.7.0 + + + + + + + + +TIFF CHANGE INFORMATION + + + + +

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

+

+


+ + + +MAJOR CHANGES: + +
    + +
  • Several bugs found after 3.7.0beta2 release were fixed. + +
+ + +


+ + +CHANGES IN THE SOFTWARE CONFIGURATION: + +
    +
  • ltmain.sh: Fix for MinGW compilation. +
+ +


+ + + +CHANGES IN LIBTIFF: + +
    + +
  • libtiff/{tif_dirread.c, tif_jpeg.c, tif_luv.c, tif_ojpeg.c, + tif_pixarlog.c, tif_write.c}: Handle the zero strip/tile sizes + properly (Dmitry V. Levin, Marcus Meissner). + +
  • libtiff/tif_dirinfo.c: Type of the TIFFTAG_SUBIFD field changed + to TIFF_IFD. + +
  • Preliminary support for BigTIFF files: now libtiff can + recognize and reject to open such images. ;-) + +
  • libtiff/tif_dir.c: Initialize td_tilewidth and td_tilelength fields + of the TIFFDirectory structure with the 0 instead of -1 to avoid + confusing integer overflows in TIFFTileRowSize() for striped images. + +
  • libtiff/tif_dir.c: Initialize td_tilewidth and td_tilelength fields + of the TIFFDirectory structure with the 0 instead of -1 to avoid + confusing integer overflows in TIFFTileRowSize() for striped images. + +
  • libtiff/tif_dirinfo.c: Fix bug with tif_foundfield and reallocation + of tif_fieldinfo as per bug + + http://bugzilla.remotesensing.org/show_bug.cgi?id=630 + +
  • libtiff/tif_compress.c: Improved error reporting in + TIFFGetConfiguredCODECs() (Dmitry V. Levin). + +
+ +


+ + + +CHANGES IN THE TOOLS: + +
    +
  • tiffcmp.c (leof): Renamed from 'eof' in order to avoid + conflict noticed under MinGW. + +
  • tiff2pdf.c: Fixed TransferFunction tag handling reported + by Ross A. Finlayson. + +
+ +


+ + + +CHANGES IN THE CONTRIB AREA: + +
    + +
  • No changes. + +
+ + + +CHANGES IN THE LZW COMPRESSION +KIT: +
    + +
  • This one is not longer needed. + +
+ + TIFF home page.
+ +
+ +Last updated $Date: 2004/12/20 19:31:44 $. + + + -- cgit v1.2.3