Skip to content

Commit b1ee462

Browse files
committed
CHANGES & docs fixes for release
Signed-off-by: Larry Gritz <[email protected]>
1 parent 4b0b8e2 commit b1ee462

File tree

3 files changed

+27
-8
lines changed

3 files changed

+27
-8
lines changed

CHANGES.md

Lines changed: 8 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,15 @@
11
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
22
<!-- Copyright Contributors to the Open Shading Language Project. -->
33

4-
Release 1.11.14 -- ? ??? 2021 (compared to 1.11.13)
4+
Release 1.11.14 -- 10 May 2021 (compared to 1.11.13)
55
----------------------------------------------------
6-
6+
* oslc/OSLCompiler: Check for errors when when writing oslc (for example,
7+
disk volume full). #1360
8+
* Fix crash generating closure function calls with LLVM 11. #1361
9+
* Build: LLVM 12 compatibility. #1351
10+
* Build: Support for CMake 3.20 #1354
11+
* Build: Be robust to certain OpenEXR 2.x config fies. #1356
12+
* Build: Fixes to deal with newer OIIO builds that are C++14.
713

814
Release 1.11.13 -- 1 Apr 2021 (compared to 1.11.12)
915
----------------------------------------------------

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
4343
DYLD_LIBRARY_PATH on OS X) and then OSL's build scripts will be able
4444
to find it.
4545

46-
* **[LLVM](http://www.llvm.org) 7, 8, 9, 10, or 11**, including
46+
* **[LLVM](http://www.llvm.org) 7, 8, 9, 10, 11, or 12**, including
4747
clang libraries.
4848

4949
Note that LLVM 10+ is not compatible with C++11, and requires C++14 or
@@ -60,7 +60,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
6060
be operative.
6161
* (optional) Python: If you are building the Python bindings or running the
6262
testsuite:
63-
* Python >= 2.7 (tested against 2.7, 3.6, 3.7, 3.8)
63+
* Python >= 2.7 (tested against 2.7, 3.6, 3.7, 3.8, 3.9)
6464
* pybind11 >= 2.4.2 (Tested through 2.5)
6565
* NumPy
6666
* (optional) Qt >= 5.6 (tested through 5.15). If not found at build time,

README.md

Lines changed: 17 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -345,23 +345,36 @@ Films using OSL (grouped by year of release date):
345345
Angry Birds 2,
346346
The Art of Racing in the Rain,
347347
Secret Life of Pets,
348-
The Mandalorian,
348+
The Mandalorian (S1),
349349
The Dark Crystal: Age of Resistance,
350350
The King,
351351
Jumanji: The Next Level,
352352
Richard Jewell,
353-
Game of Thrones,
354-
Lost in Space,
355-
* **(2020 / upcoming)**
353+
Game of Thrones (S8),
354+
Lost in Space (S1),
355+
Togo
356+
* **(2020)**
357+
Underwater,
356358
Birds of Prey,
357359
Onward,
360+
Bloodshot,
358361
Greyhound,
359362
The Old Guard,
360363
Mulan,
361364
Tenet,
362365
The New Mutants,
366+
Artemis Fowl,
363367
The Eight Hundred,
364368
Over the Moon,
369+
Wonder Woman 1984,
370+
Soul,
371+
The Mandalorian (S2)
372+
* **(2021 / upcoming)**
373+
Chaos Walking,
374+
Peter Rabbit 2: The Runaway,
375+
The Falcon and the Winder Soldier,
376+
Secret Magic Control Agency,
377+
The Mitchells vs the Machines,
365378
...
366379

367380

0 commit comments

Comments
 (0)