Skip to content

Commit

Permalink
CHANGES and docs 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 Nov 2, 2020
1 parent f4f8322 commit d922192
Show file tree
Hide file tree
Showing 2 changed files with 21 additions and 2 deletions.
17 changes: 16 additions & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,8 +1,23 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.11.9 -- 1 Nov? 2020 (compared to 1.11.8)
Release 1.11.9 -- 1 Nov 2020 (compared to 1.11.8)
---------------------------------------------------
* Build properly against Cuda 11 and OptiX 7.1. #1232
* Windows compile fixes. #1263 #1285
* PugiXML build fixes on some systems. #1262
* Fix asymptomatic potential runtime optimizer bug where certain
multi-component values were not correctly recognized as nonzero. #1266
* Fix false positive with "debug_uninit" where certain while loops might be
flagged as using uninitialized values when in fact they were not. #1252
* Slightly optimize by not copying output params to layers that will not be
used. #1253
* Internals: use the `final` keyword in certain internal classes where
applicable. #1260
* Cuda/OptiX back end: Add `__CUDADEVRT_INTERNAL__` define to bitcode
generation, needed to avoid duplicate cudaMalloc symbols with CUDA9+ #1271
* Fix build break against recent OIIO master change where m_mutex field was
removed from ImageInput. #1281

Release 1.11.8 -- 1 Oct 2020 (compared to 1.11.7)
---------------------------------------------------
Expand Down
6 changes: 5 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -332,7 +332,7 @@ Films using OSL (grouped by year of release date):
The Kid Who Would Be King,
Alita: Battle Angel,
Lego Movie 2,
Lucky 13,
Lucky 13 (Love, Death, and Robots),
Captain Marvel,
Triple Frontier,
Avengers: Endgame,
Expand Down Expand Up @@ -360,6 +360,10 @@ Films using OSL (grouped by year of release date):
Greyhound,
The Old Guard,
Mulan,
Tenet,
The New Mutants,
The Eight Hundred,
Over the Moon,
...


Expand Down

0 comments on commit d922192

Please sign in to comment.