From b0cf21dfe0dacfa4d7b337505769e7f20c4cbac4 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Fri, 31 Jul 2020 22:30:25 -0700 Subject: [PATCH] CHANGES Signed-off-by: Larry Gritz --- CHANGES.md | 5 ++++- INSTALL.md | 9 +++++---- 2 files changed, 9 insertions(+), 5 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index be838ab19..2059f735a 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,5 +1,8 @@ -Release 1.10.13 -- ??? 2020 (compared to 1.10.12) +Release 1.10.13 -- 1 Aug 2020 (compared to 1.10.12) --------------------------------------------------- +* Small changes to build cleanly against OIIO 2.2. +* Fixes to build against fmtlib 7.0. #1156 #1219 +* Docs fixes related to matrix constructors with coordinate systems names. Release 1.10.12 -- 1 Jul 2020 (compared to 1.10.11) --------------------------------------------------- diff --git a/INSTALL.md b/INSTALL.md index c7c964d39..4c909e739 100644 --- a/INSTALL.md +++ b/INSTALL.md @@ -10,7 +10,7 @@ OSL requires the following dependencies or tools. NEW or CHANGED dependencies since the last major release are **bold**. * Build system: [CMake](https://cmake.org/) 3.2.2 or newer (tested through - 3.15) + 3.18) * A suitable C++11 compiler to build OSL itself, which may be any of: - GCC 4.8.5 or newer (through gcc 8) @@ -22,7 +22,7 @@ NEW or CHANGED dependencies since the last major release are **bold**. required. * **[OpenImageIO](http://openimageio.org) 1.8.5 or newer** (tested through - 2.1) + 2.2) OSL uses OIIO both for its texture mapping functionality as well as numerous utility classes. If you are integrating OSL into an existing @@ -48,8 +48,9 @@ NEW or CHANGED dependencies since the last major release are **bold**. OSL source. If not found, it will fall back on Boost Wave (but on many platforms, that requires that Boost has been built in C++11 mode). -* [Boost](www.boost.org) 1.55 or newer (tested through 1.71). -* [Ilmbase/OpenEXR](http://openexr.com/downloads.html) 2.0 or newer +* [Boost](www.boost.org) 1.55 or newer (tested through 1.73). +* [Ilmbase/OpenEXR](http://openexr.com/downloads.html) 2.0 or newer (tested + through 2.5). * [Flex](https://github.com/westes/flex) and [GNU Bison](https://www.gnu.org/software/bison/) * [PugiXML](http://pugixml.org/)