Skip to content

Commit 78bbac5

Browse files
committed
Prep for release 1.1.13.2
Signed-off-by: Larry Gritz <[email protected]>
1 parent bc66e85 commit 78bbac5

File tree

2 files changed

+10
-7
lines changed

2 files changed

+10
-7
lines changed

CHANGES.md

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

4-
Release 1.11.15 -- 1 Jul? 2021 (compared to 1.11.14)
5-
-----------------------------------------------------
6-
7-
8-
Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14)
9-
-----------------------------------------------------
4+
Release 1.11.14.2 -- 1 Jul 2021 (compared to 1.11.14.1)
5+
-------------------------------------------------------
6+
* Fix warnings that occur when compiling with clang and C++17 mode. #1379
7+
* CI/testing: Additional CI tests for clang+c++17 (#1379), gcc11 (#1381),
8+
llvm 12 (#1381), speed up CI builds by not building the testing components
9+
of OIIO (#1380).
10+
11+
Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14.0)
12+
-------------------------------------------------------
1013
* Fix library setup for LLVM installations consisting of static libraries.
1114
This fixes a build problem that can crop up on MacOS using
1215
Homebrew-installed LLVM 12. #1375

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
# https://github.com/AcademySoftwareFoundation/OpenShadingLanguage
44

55
cmake_minimum_required (VERSION 3.12)
6-
project (OSL VERSION 1.11.15.0
6+
project (OSL VERSION 1.11.14.2
77
LANGUAGES CXX C
88
HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage")
99
set (PROJ_NAME ${PROJECT_NAME}) # short name

0 commit comments

Comments
 (0)