Skip to content

Commit 2284612

Browse files
committed
Stage for release of v1.14.9.0
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent e833cf6 commit 2284612

File tree

3 files changed

+22
-3
lines changed

3 files changed

+22
-3
lines changed

CHANGES.md

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

4+
Release 1.14.9.0 (10 Mar 2026) -- compared to 1.14.8.0
5+
-------------------------------------------------------------
6+
- *feat*: Add more shader group diagnostics to `compile_report`: when `compile_report >= 1`, report number of active layers, maximum connection depth of the shader network, number of texture ops, and number of noise ops. [#2085](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2085)
7+
- *testshade*: Use the renderer's own error handler and convert raw pointers to `unique_ptr` [#2082](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2082)
8+
- *build*: Support LLVM 22 and clang 22 [#2086](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2086)
9+
- *ci*: Several CI improvements (disk space, container names, nightly workflow control, Python version, gif library dedup) [#2074](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2074) [#2061](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2061) [#2055](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2055) [#2066](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2066) [#2049](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2049)
10+
- *docs*: Fix typo [#2077](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2077)
11+
12+
413
Release 1.14.8.0 (1 Dec 2025) -- compared to 1.14.7.0
514
-------------------------------------------------------------
615
- *testrender*: Fix uv derivatives for testrender [#1978] [#2037](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2037) (by Alexey Smolenchuk)

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
cmake_minimum_required (VERSION 3.19)
66

7-
set (OSL_VERSION "1.14.8.0")
7+
set (OSL_VERSION "1.14.9.0")
88
set (OSL_VERSION_OVERRIDE "" CACHE STRING
99
"Version override (use with caution)!")
1010
mark_as_advanced (OSL_VERSION_OVERRIDE)

README.md

Lines changed: 12 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -438,24 +438,34 @@ nominated for major awards.)
438438
Spider-Man: Across the Spider-Verse,
439439
Elemental,
440440
Indiana Jones and the Dial of Destiny,
441+
Nimona,
441442
The Marvels,
442443
Leo,
443444
The Boys (S4),
444445
The Moon,
445446
Migration,
446447
* **(2024)**
447448
Ghostbusters: Frozen Empire,
449+
The Garfield Movie,
448450
Inside Out 2,
449451
Red One,
450-
Dream Productions (series)
451-
* **(2025 / upcoming)**
452+
Dream Productions (series),
453+
The Lord of the Rings: The Rings of Power (S2),
454+
* **(2025)**
452455
Win or Lose (series),
453456
A Minecraft Movie,
454457
K-Pop Demon Hunters,
458+
Fountain of Youth,
455459
Elio,
456460
Fantastic Four: First Steps,
461+
Heads of State,
457462
Bad Guys 2,
458463
In Your Dreams,
464+
The Last of Us (S2),
465+
Murderbot (S1),
466+
* **(2026 / upcoming)**
467+
GOAT,
468+
Hoppers,
459469
...
460470

461471

0 commit comments

Comments
 (0)