From cdbc05a2b201031355ff43f089e46cdf0c98377a Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Tue, 3 Jan 2023 14:00:02 -0800 Subject: [PATCH] CHANGES and stage for v1.12.8.0 Signed-off-by: Larry Gritz --- CHANGES.md | 12 ++++++++++-- 1 file changed, 10 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 1b18df894..6f32c7562 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,17 @@ -Release 1.12.8.0 -- 1 Jan? 2023 (compared to 1.12.7.1) +Release 1.12.8.0 -- 3 Jan 2023 (compared to 1.12.7.1) ------------------------------------------------------- - +* Remove dependency on OptiX SDK for building core OSL with OptiX support. + You can now build OSL with OptiX support enabled even if you don't have the + OptiX SDK headers present at build time. But you will still need them to + build your OptiX-based application that uses OSL for GPU rendering. #1627 +* Batch mode: fix issue with closure keyword parameters. #1620 +* Batch mode: fix crash when adding a default initialized closure. #1624 +* Batch mode: Fix support for closures with array types. #1630 +* testshade: better testing of all closure parameter types. #1621 +* Fix various CI breaks as dependencies shifted. #1629 #1631 #1633 Release 1.12.7.1 -- 1 Dec 2022 (compared to 1.12.7.0) -------------------------------------------------------