Skip to content

Commit 84ab407

Browse files
committed
docs: Update SECURITY and minor release notes tweaks (#2062)
Signed-off-by: Larry Gritz <lg@larrygritz.com>
1 parent 0a027e1 commit 84ab407

File tree

2 files changed

+5
-8
lines changed

2 files changed

+5
-8
lines changed

CHANGES.md

Lines changed: 2 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -7,16 +7,13 @@ Release 1.15 (Jan 1?, 2026) -- compared to 1.14
77

88
### New minimum dependencies, toolchain, and compatibility changes:
99
* *Python*: 3.9 minimum (from 3.7) [#2017](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2017) (1.15.0.0)
10-
* *LLVM*: New minimum Raise llvm minimum to 14.0 (from 11.0). [#2019](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2019) (1.15.0.0)
10+
* *LLVM*: Raise llvm minimum to 14.0 (from 11.0). [#2019](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2019) (1.15.0.0)
1111

1212
### ✏️ OSL Language, standard library, and oslc compiler (for shader writers):
1313
* No changes to the language in this release.
1414

1515
### ⛰️ API changes and new ShadingSystem features (for renderer writers):
16-
* *BSDL Library*: The internal Imageworks BSDF library has been open sourced and included with OSL as a header-only library for renderer authors. [#1986](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1986) (by Alejandro Conty) (1.15.0.0) And subsequent enhancements:
17-
- *bsdl*: Implement MX conductor with multiple scattering [#1991](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1991) (by Alejandro Conty) (1.15.0.0)
18-
- *bsdl*: Change MX conductor to sample bounded visible normals [#2000](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2000) (by Alejandro Conty) (1.15.0.0)
19-
- *bsdl*: Add BSDF for MaterialX dielectric with Multiple Scattering [#2009](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2009) (by Alejandro Conty) (1.15.0.0)
16+
* *BSDL Library*: The internal Imageworks BSDF library has been open sourced and included with OSL as a header-only library for renderer authors. [#1986](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1986) (by Alejandro Conty) (1.15.0.0) And subsequent enhancements: [#1991](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1991) [#2000](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2000) [#2009](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/2009) (all by Alejandro Conty) (1.15.0.0)
2017
* Continued work on "rs free function" migration:
2118
- *api*: Add rs_allocate_closure free function. [#1944](https://github.com/AcademySoftwareFoundation/OpenShadingLanguage/pull/1944) (by Curtis Black) (1.15.0.0)
2219

SECURITY.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -8,9 +8,9 @@ security vulnerabilities.
88
| Version / branch | Supported |
99
| --------- | ---------------------------------------------------- |
1010
| main | :white_check_mark: :construction: ALL fixes immediately, but this is a branch under development with a frequently unstable ABI and occasionally unstable API. |
11-
| 1.14.x | :white_check_mark: All fixes that can be backported without breaking ABI compatibility. New tagged releases monthly. |
12-
| 1.13.x | :warning: Only the most critical fixes, only if they can be easily backported. |
13-
| <= 1.12.x | :x: No longer receiving patches of any kind. |
11+
| 1.15.x | :white_check_mark: All fixes that can be backported without breaking ABI compatibility. New tagged releases monthly. |
12+
| 1.14.x | :warning: Only the most critical fixes, only if they can be easily backported. |
13+
| <= 1.13.x | :x: No longer receiving patches of any kind. |
1414

1515

1616
## Reporting a Vulnerability

0 commit comments

Comments
 (0)