Skip to content

Commit cc5d53f

Browse files
committed
CHANGES
Signed-off-by: Larry Gritz <[email protected]>
1 parent 5179dee commit cc5d53f

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

CHANGES.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,8 @@
1-
Release 1.10.10 -- 2 Apr 2020 (compared to 1.10.9)
1+
Release 1.10.10 -- 9 May 2020 (compared to 1.10.9)
22
--------------------------------------------------
3-
* Support for building against LLVM 10.0. #1128
3+
* Support for building against LLVM 10.0. #1128 #1162
4+
Note that LLVM 10 can only be used if you are building OSL with C++14
5+
or newer.
46
* Change default of `OSL_BUILD_MATERIALX` to OFF. This will probably be
57
deprecated entirely for 1.11's (or 2.0's) final release. But in the mean
68
time, we have drifted out of sync with MX, which has their own copies of

INSTALL.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,8 @@ NEW or CHANGED dependencies since the last major release are **bold**.
2121
OSL should compile also properly with C++14 or C++17, but they are not
2222
required.
2323

24-
* **[OpenImageIO](http://openimageio.org) 1.8.5 or newer**
24+
* **[OpenImageIO](http://openimageio.org) 1.8.5 or newer** (tested through
25+
2.1)
2526

2627
OSL uses OIIO both for its texture mapping functionality as well as
2728
numerous utility classes. If you are integrating OSL into an existing

0 commit comments

Comments
 (0)