Skip to content

Commit

Permalink
CHANGES & docs fixes for release
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, 2021
1 parent 4b0b8e2 commit b1ee462
Show file tree
Hide file tree
Showing 3 changed files with 27 additions and 8 deletions.
10 changes: 8 additions & 2 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,15 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.11.14 -- ? ??? 2021 (compared to 1.11.13)
Release 1.11.14 -- 10 May 2021 (compared to 1.11.13)
----------------------------------------------------

* oslc/OSLCompiler: Check for errors when when writing oslc (for example,
disk volume full). #1360
* Fix crash generating closure function calls with LLVM 11. #1361
* Build: LLVM 12 compatibility. #1351
* Build: Support for CMake 3.20 #1354
* Build: Be robust to certain OpenEXR 2.x config fies. #1356
* Build: Fixes to deal with newer OIIO builds that are C++14.

Release 1.11.13 -- 1 Apr 2021 (compared to 1.11.12)
----------------------------------------------------
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ 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, 10, or 11**, including
* **[LLVM](http://www.llvm.org) 7, 8, 9, 10, 11, or 12**, including
clang libraries.

Note that LLVM 10+ is not compatible with C++11, and requires C++14 or
Expand All @@ -60,7 +60,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
be operative.
* (optional) Python: If you are building the Python bindings or running the
testsuite:
* Python >= 2.7 (tested against 2.7, 3.6, 3.7, 3.8)
* Python >= 2.7 (tested against 2.7, 3.6, 3.7, 3.8, 3.9)
* pybind11 >= 2.4.2 (Tested through 2.5)
* NumPy
* (optional) Qt >= 5.6 (tested through 5.15). If not found at build time,
Expand Down
21 changes: 17 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -345,23 +345,36 @@ Films using OSL (grouped by year of release date):
Angry Birds 2,
The Art of Racing in the Rain,
Secret Life of Pets,
The Mandalorian,
The Mandalorian (S1),
The Dark Crystal: Age of Resistance,
The King,
Jumanji: The Next Level,
Richard Jewell,
Game of Thrones,
Lost in Space,
* **(2020 / upcoming)**
Game of Thrones (S8),
Lost in Space (S1),
Togo
* **(2020)**
Underwater,
Birds of Prey,
Onward,
Bloodshot,
Greyhound,
The Old Guard,
Mulan,
Tenet,
The New Mutants,
Artemis Fowl,
The Eight Hundred,
Over the Moon,
Wonder Woman 1984,
Soul,
The Mandalorian (S2)
* **(2021 / upcoming)**
Chaos Walking,
Peter Rabbit 2: The Runaway,
The Falcon and the Winder Soldier,
Secret Magic Control Agency,
The Mitchells vs the Machines,
...


Expand Down

0 comments on commit b1ee462

Please sign in to comment.