From e2f860d2f4974c6ae4efbb9a8ef1ed589ef86620 Mon Sep 17 00:00:00 2001 From: Bob Friesenhahn Date: Sat, 12 Sep 2015 19:29:47 +0000 Subject: [PATCH] * html/v4.0.6.html: Added release notes for 4.0.6. --- ChangeLog | 4 ++ html/Makefile.am | 3 +- html/Makefile.in | 3 +- html/v4.0.6.html | 139 +++++++++++++++++++++++++++++++++++++++++++++++ 4 files changed, 147 insertions(+), 2 deletions(-) create mode 100644 html/v4.0.6.html diff --git a/ChangeLog b/ChangeLog index 9fe60db7..25711b3c 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2015-09-12 Bob Friesenhahn + + * html/v4.0.6.html: Added release notes for 4.0.6. + 2015-09-06 Bob Friesenhahn * tools/tiffgt.c: Silence glut API deprecation warnings on MacOS diff --git a/html/Makefile.am b/html/Makefile.am index 77653840..07f4f873 100644 --- a/html/Makefile.am +++ b/html/Makefile.am @@ -82,7 +82,8 @@ docfiles = \ v4.0.3.html \ v4.0.4beta.html \ v4.0.4.html \ - v4.0.5.html + v4.0.5.html \ + v4.0.6.html dist_doc_DATA = $(docfiles) diff --git a/html/Makefile.in b/html/Makefile.in index 51653e56..4e6398f4 100644 --- a/html/Makefile.in +++ b/html/Makefile.in @@ -444,7 +444,8 @@ docfiles = \ v4.0.3.html \ v4.0.4beta.html \ v4.0.4.html \ - v4.0.5.html + v4.0.5.html \ + v4.0.6.html dist_doc_DATA = $(docfiles) SUBDIRS = images man diff --git a/html/v4.0.6.html b/html/v4.0.6.html new file mode 100644 index 00000000..bf7cb7d3 --- /dev/null +++ b/html/v4.0.6.html @@ -0,0 +1,139 @@ + + + + Changes in TIFF v4.0.6 + + + + + + + +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: + +
    + +
  • Now builds with CMake 2.8.9 and newer (previously required 3.0.0) + +
+ + +


+ + +CHANGES IN THE SOFTWARE CONFIGURATION: + +
    + +
  • CMakeLists.txt / CMake +
      +
    • Supports CMake 2.8.9 and later. +
    • Add missing file which wasn't being distributed, causing + unit tests to fail. +
    • Make shared/static library building configurable. +
    • CMake reads all version information directly from + configure.ac to avoid duplication of values. +
    • CMake builds are now included in 'distcheck' target. +
    +
  • + +
  • Makefile.am +
      +
    • Autotools 'make distcheck' now tests the CMake-based build + if CMake is available. +
    +
  • + +
+ +


+ + + +CHANGES IN LIBTIFF: + +
    + +
  • Fixes to avoid undefined behaviour of signed types (C + standard compliance). +
  • Fixes to avoid possible isses when casting to unsigned char. +
  • Fixes to avoid undefined behaviour with shifts. +
  • Fix generation of output with 16 bit or 32 bit integer, when + byte swapping is needed, in horizontal predictor (#2521). +
  • Fix decoding when there is a single pixel to decode (unlikely + case...) and byte swapping is involved. +
  • Add add explicit masking with 0xff before casting to uchar in + floating-point horizontal differencing and accumulation routines. +
  • Eliminate requirement for and use of 64-bit constant values. + +
+ +


+ + + +CHANGES IN THE TOOLS: + +
    + +
  • tiffgt +
      +
    • Silence glut API deprecation warnings on MacOS X. +
    + + +
  • fax2ps +
      +
    • Detect failure to write to temporary file. +
    + +
+ +


+ + + +CHANGES IN THE CONTRIB AREA: + +
    + +
  • None + +
+ +Last updated $Date: 2015-09-12 19:29:47 $. + + +