Skip to content

Commit f8b8689

Browse files
committed
CHANGES and docs touchups
Signed-off-by: Larry Gritz <[email protected]>
1 parent 1150400 commit f8b8689

File tree

2 files changed

+28
-11
lines changed

2 files changed

+28
-11
lines changed

CHANGES.md

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

4-
Release 1.11.17.0 -- ??? (compared to 1.11.16.0)
4+
Release 1.11.17.0 -- 7 Jan 2022 (compared to 1.11.16.0)
55
-------------------------------------------------------
6+
* Fix in runtime optimizer where tracking of messages and unknown messages
7+
relied on uninitialized variables. #1447
8+
* Minor changes related to OpenColorIO changing their master branch name to
9+
"main". #1431
10+
* Testing: Get texture3d tests operational again. #1437
11+
* Docs: Fix missing "errormessage" explanation for environment() and
12+
texture3d(). #1442
13+
* Build/cmake fixes: Make PROJECT_VERSION_RELEASE_TYPE and
14+
OSL_SUPPORTED_RELEASE be cache strings, so they can be overridden; change
15+
OSL_IS_SUBPROJECT to PROJECT_IS_TOP_LEVEL (and change its sense) to match
16+
CMake 21+ behavior; add a TIME_COMMANDS option to help debug performance of
17+
the build. #1443
618

719
Release 1.11.16.0 -- 1 Nov 2021 (compared to 1.11.15.0)
820
-------------------------------------------------------

README.md

Lines changed: 15 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -370,7 +370,7 @@ Films using OSL (grouped by year of release date):
370370
Wonder Woman 1984,
371371
Soul,
372372
The Mandalorian (S2)
373-
* **(2021 / upcoming)**
373+
* **(2021)**
374374
Chaos Walking,
375375
Peter Rabbit 2: The Runaway,
376376
The Falcon and the Winder Soldier,
@@ -386,9 +386,12 @@ Films using OSL (grouped by year of release date):
386386
No Time To Die,
387387
Ron's Gone Wrong,
388388
Venom: Let There Be Carnage,
389-
Eternals,
390389
Last Night in Soho,
391390
Ghostbusters: Afterlife,
391+
Spider-Man 3: No Way Home,
392+
Matrix Resurrections
393+
* **(2022 / upcoming)**
394+
Hotel Transylvania 4: Transformania,
392395
...
393396

394397

@@ -461,16 +464,18 @@ The current project leadership is documented in the
461464
Many people have contributed features, bug fixes, and other changes to OSL
462465
over the years: Steve Agland, Shane Ambler, Martijn Berger, Farchad
463466
Bidgolirad, Nicholas Bishop, Solomon Boulos, Stefan Bruens, Stefan Büttner,
464-
Matthaus G. Chajdas, Alejandro Conty, Thomas Dinges, Luke Emrose, Louis
465-
Feng, Mark Final, Henri Fousse, Syoyo Fujita, Tim Grant, Larry Gritz, Derek
466-
Haase, Sven-Hendrik Haase, John Haddon, Daniel Heckenberg, Thiago Ize, Matt
467+
Matthaus G. Chajdas, Clark Chen, Alejandro Conty, Thomas Dinges, Mads
468+
Drøschler, Luke Emrose, Louis Feng, Mark Final, Henri Fousse, Syoyo Fujita,
469+
Tim Grant, Larry Gritz, Nicolas Guiard, Euan Haahr, Derek Haase, Sven-Hendrik
470+
Haase, John Haddon, Niklas Harrysson, Daniel Heckenberg, Thiago Ize, Matt
467471
Johnson, Ronan Keryell, Chris Kulla, Elvic Liang, Max Liani, Adam Martinez,
468472
John Mertic, Bastien Montagne, Steena Monteiro, Alexis Oblet, Erich Ocean,
469-
Mikko Ohtamaa, Jino Park, Alexei Pawlow, Jay Reynolds, Declan Russell,
470-
Patrick Scheibe, Alex Schworer, Jonathan Scruggs, Sergey Sharybin, Cliff
471-
Stein, Stephan Steinbach, Esteban Tovagliari, Brecht Van Lommel, Alexander
472-
von Knorring, Alex Wells, Roman Zulak. (Listed alphabetically; if we've left
473-
anybody out, it is inadvertent, please let us know.)
473+
Mikko Ohtamaa, Jino Park, Alexei Pawlow, Jay Reynolds, Benoit Ruiz, Declan
474+
Russell, Patrick Scheibe, Alex Schworer, Jonathan Scruggs, Sergey Sharybin,
475+
Sandip Shukla, Cliff Stein, Stephan Steinbach, Luya Tshimbalanga, Esteban
476+
Tovagliari, Brecht Van Lommel, Alexander von Knorring, Alex Wells, Roman
477+
Zulak. (Listed alphabetically; if we've left anybody out, it is inadvertent,
478+
please let us know.)
474479

475480
We cannot possibly express sufficient gratitude to the managers at Sony
476481
Pictures Imageworks who allowed this project to proceed, supported it

0 commit comments

Comments
 (0)