Skip to content

Commit

Permalink
CHANGES for release
Browse files Browse the repository at this point in the history
  • Loading branch information
lgritz committed Apr 1, 2019
1 parent 2de1724 commit 7f79c70
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 5 deletions.
17 changes: 15 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -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
------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -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+)

Expand Down

0 comments on commit 7f79c70

Please sign in to comment.