Skip to content

Commit

Permalink
CHANGES
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed May 9, 2020
1 parent 5179dee commit cc5d53f
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 3 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
Release 1.10.10 -- 2 Apr 2020 (compared to 1.10.9)
Release 1.10.10 -- 9 May 2020 (compared to 1.10.9)
--------------------------------------------------
* Support for building against LLVM 10.0. #1128
* Support for building against LLVM 10.0. #1128 #1162
Note that LLVM 10 can only be used if you are building OSL with C++14
or newer.
* Change default of `OSL_BUILD_MATERIALX` to OFF. This will probably be
deprecated entirely for 1.11's (or 2.0's) final release. But in the mean
time, we have drifted out of sync with MX, which has their own copies of
Expand Down
3 changes: 2 additions & 1 deletion INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,8 @@ NEW or CHANGED dependencies since the last major release are **bold**.
OSL should compile also properly with C++14 or C++17, but they are not
required.

* **[OpenImageIO](http://openimageio.org) 1.8.5 or newer**
* **[OpenImageIO](http://openimageio.org) 1.8.5 or newer** (tested through
2.1)

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

0 comments on commit cc5d53f

Please sign in to comment.