From 7f79c7011b8e863e597c7c0643a9f18dd24487b7 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Sun, 31 Mar 2019 22:28:42 -0700 Subject: [PATCH] CHANGES for release --- CHANGES.md | 17 +++++++++++++++-- INSTALL.md | 6 +++--- 2 files changed, 18 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 67c64d6485..d60eb1a7dc 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,19 @@ -Release 2.0.7 (1 Apr??, 2019) -- compared to 2.0.6 +Release 2.0.7 (1 Apr, 2019) -- compared to 2.0.6 ------------------------------------------------ - +* DPX: fix potential crash when file open fails. #2186 +* EXR: Suppress empty string for subimage name (fixes a problem when reading + files written by V-Ray). #2190 +* Disable JPEG-2000 support for the (rare) combination of an older OpenJPEG + 1.x and EMBEDPLUGINS=0 mode, which was buggy. The solution if you really + need EMBEDPLUGINS and JPEG-2000 support is to please use OpenJPEG >= 2.0. + #2183. +* New build flag `USE_WEBP=0` can be set to 0 to force disabled support of + WebP even when the webp package is found. #2200 +* Bug fix: `ImageInput::create(name)` and `ImageOutput::create(name)` worked + if `name` was a filename (such as `foo.exr`), or the extension (such as + `exr`), but previously did not work if it was the name of the format + (such as `openexr`), despite having been documented as working in that + case. #2185 Release 2.0.6 (1 Mar, 2019) -- compared to 2.0.5 ------------------------------------------------ diff --git a/INSTALL.md b/INSTALL.md index 88bb7ff540..84bd1ef072 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -26,10 +26,10 @@ NEW or CHANGED MINIMUM dependencies since the last major release are **bold**. ### Required dependencies -- OIIO will not build at all without these * C++11 (also builds with C++14 and C++17) - * Compilers: gcc 4.8.2 - 8.2, clang 3.3 - 7.0, **MSVS 2015 - 2017**, + * Compilers: gcc 4.8.2 - 8.2, clang 3.3 - 8.0, **MSVS 2015 - 2017**, icc version 13 or higher - * Boost >= 1.53 (tested up through 1.68) - * CMake >= 3.2.2 (tested up through 3.12) + * Boost >= 1.53 (tested up through 1.69) + * CMake >= 3.2.2 (tested up through 3.14) * OpenEXR >= 2.0 (recommended: 2.2 or 2.3) * libTIFF >= 3.9 (recommended: 4.0+)