From f1c2299ff7212f0212557a6c3a6902e0167abd60 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Wed, 5 Apr 2023 14:12:18 -0700 Subject: [PATCH] Stage for release of 1.12.11.0 Signed-off-by: Larry Gritz --- CHANGES.md | 11 +++++++++-- 1 file changed, 9 insertions(+), 2 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index 2c3e820a3..a52a05c96 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,9 +1,16 @@ -Release 1.12.11.0 -- 1 Apr? 2023 (compared to 1.12.10.0) +Release 1.12.11.0 -- 5 Apr 2023 (compared to 1.12.10.0) -------------------------------------------------------- - +* Build: Add Qt 6.x compatibility (Qt is only used for `osltoy`). #1655 +* Build: more careful about paths to look for LLVM. #1656 +* Build: Fix Cuda compilation flags for LLVM 15. #1659 +* Notice: OSL does not yet build properly against the newly release LLVM 16. + You must use LLVM 9-15. For Mac users who get their llvm from Homebrew, + please be aware that Homebrew has changed its default llvm to 16, so you'll + need to `brew install llvm@14` and make your OSL CMake define: + `-DLLVM_ROOT=/usr/local/opt/llvm@14` Release 1.12.10.0 -- 1 Mar 2023 (compared to 1.12.9.0) --------------------------------------------------------