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 Apr 2, 2021
1 parent 976f865 commit 301ca92
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 7 deletions.
6 changes: 4 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.11.13 -- ?? 2021 (compared to 1.11.12)
Release 1.11.13 -- 1 Apr 2021 (compared to 1.11.12)
----------------------------------------------------

* Updated vector2.h with a `mod(vector2,vector2)` function. #1312
* Fix unnecesary error messages to stderr when encountering broken point
clouds. #1333

Release 1.11.12 -- 1 Mar 2021 (compared to 1.11.11)
----------------------------------------------------
Expand Down
10 changes: 5 additions & 5 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.

* A suitable C++11 compiler to build OSL itself, which may be any of:
- GCC 4.8.5 or newer (tested through gcc 10)
- Clang 3.4 or newer (tested through clang 10)
- Clang 3.4 or newer (tested through clang 11)
- Microsoft Visual Studio 2015 or newer
- Intel C++ compiler icc version 13 (?) or newer

Expand All @@ -43,15 +43,15 @@ NEW or CHANGED dependencies since the last major release are **bold**.
DYLD_LIBRARY_PATH on OS X) and then OSL's build scripts will be able
to find it.

* **[LLVM](http://www.llvm.org) 7, 8, 9, or 10**, including
* **[LLVM](http://www.llvm.org) 7, 8, 9, 10, or 11**, including
clang libraries.

Note that LLVM 10 is not compatible with C++11, and requires C++14 or
Note that LLVM 10+ is not compatible with C++11, and requires C++14 or
later. If you *must* build OSL with C++11, you need to use an LLVM that
is LLVM 9 or earlier.

* [Boost](https://www.boost.org) 1.55 or newer (tested through boost 1.73)
* [Ilmbase](http://openexr.com/downloads.html) 2.0 or newer (tested through 2.5)
* [Boost](https://www.boost.org) 1.55 or newer (tested through boost 1.75)
* [Ilmbase](http://openexr.com/downloads.html) 2.0 or newer (tested through 3.0)
* [Flex](https://github.com/westes/flex) and
[GNU Bison](https://www.gnu.org/software/bison/)
* [PugiXML](http://pugixml.org/)
Expand Down

0 comments on commit 301ca92

Please sign in to comment.