Skip to content

Commit c66c2a0

Browse files
committed
Stage v1.15.4.0
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 197fe3e commit c66c2a0

3 files changed

Lines changed: 14 additions & 1 deletion

File tree

CHANGES.md

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

4+
Release 1.15.4.0 (May 5, 2026) -- compared to 1.15.3.0
5+
---------------------------------------------------------
6+
- *fix*: Fix crash in exception handling after OSL JIT on Ubuntu 24.04, caused by a libgcc 14.2 bug; workaround by disabling EH frames registration in the JIT MemoryManager [#2113](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2113) (by Sergey Sharybin)
7+
- *build*: Port many recent build improvements from OpenImageIO: better dependency reporting, improved ccache detection, TIME_COMMANDS fix, generate compile_commands.json [#2106](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2106)
8+
- *ci*: Port CI improvements from OIIO: shared steps workflow, upgraded GitHub Actions versions, restored pybind11 bleeding edge test [#2107](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2107)
9+
- *ci*: Various CI runner breakage fixes: wrong MSVS 2022 runner name [#2108](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2108), fmtlib renamed from master to main [#2103](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2103), skip OpenEXR utility builds and stop running nightly CI on forks [#2097](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2097)
10+
- *docs*: Fix outdated documentation references (point to ReadTheDocs, remove stale PDF references and old LaTeX build scaffolding) [#2104](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2104)
11+
- *docs*: Add AI contribution policy document; minor improvements to README, CONTRIBUTING, and PR template [#2099](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2099)
12+
- *admin*: Rename top-level `doc/` directory to `docs/` to match OpenImageIO and most other ASWF projects [#2105](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2105)
13+
- *admin*: Update security reporting instructions to prefer GitHub security advisories over email [#2112](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2112)
14+
15+
416
Release 1.15.3.0 (1 Apr 2026) -- compared to 1.15.2.0
517
---------------------------------------------------------
618
- *bsdl*: Incorporate diffuse MaterialX BSDFs into BSDL library [#2092](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2092) (by Alejandro Conty)

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.15.3.0")
7+
set (OSL_VERSION "1.15.4.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: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -466,6 +466,7 @@ nominated for major awards.)
466466
* **(2026 / upcoming)**
467467
GOAT,
468468
Hoppers,
469+
Project Hail Mary,
469470
...
470471

471472

0 commit comments

Comments
 (0)