From 78bbac517c25f75a8d6cbbf848b2a5c4a5b71c17 Mon Sep 17 00:00:00 2001 From: Larry Gritz Date: Thu, 1 Jul 2021 23:04:38 -0700 Subject: [PATCH] Prep for release 1.1.13.2 Signed-off-by: Larry Gritz --- CHANGES.md | 15 +++++++++------ CMakeLists.txt | 2 +- 2 files changed, 10 insertions(+), 7 deletions(-) diff --git a/CHANGES.md b/CHANGES.md index cf98b7151..24978b357 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,12 +1,15 @@ -Release 1.11.15 -- 1 Jul? 2021 (compared to 1.11.14) ------------------------------------------------------ - - -Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14) ------------------------------------------------------ +Release 1.11.14.2 -- 1 Jul 2021 (compared to 1.11.14.1) +------------------------------------------------------- +* Fix warnings that occur when compiling with clang and C++17 mode. #1379 +* CI/testing: Additional CI tests for clang+c++17 (#1379), gcc11 (#1381), + llvm 12 (#1381), speed up CI builds by not building the testing components + of OIIO (#1380). + +Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14.0) +------------------------------------------------------- * Fix library setup for LLVM installations consisting of static libraries. This fixes a build problem that can crop up on MacOS using Homebrew-installed LLVM 12. #1375 diff --git a/CMakeLists.txt b/CMakeLists.txt index c3607fd23..103190314 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -3,7 +3,7 @@ # https://github.com/AcademySoftwareFoundation/OpenShadingLanguage cmake_minimum_required (VERSION 3.12) -project (OSL VERSION 1.11.15.0 +project (OSL VERSION 1.11.14.2 LANGUAGES CXX C HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage") set (PROJ_NAME ${PROJECT_NAME}) # short name