Skip to content

Commit d94cd2f

Browse files
committed
CHANGES and set version for 1.11.14.1 patch release
Signed-off-by: Larry Gritz <[email protected]>
1 parent 98dd811 commit d94cd2f

File tree

3 files changed

+8
-6
lines changed

3 files changed

+8
-6
lines changed

CHANGES.md

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

4-
Release 1.11.15 -- ? Jun 2021 (compared to 1.11.14)
5-
----------------------------------------------------
6-
4+
Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14)
5+
-----------------------------------------------------
6+
* Fix library setup for LLVM installations consisting of static libraries.
7+
This fixes a build problem that can crop up on MacOS using
8+
Homebrew-installed LLVM 12. #1375
79

810
Release 1.11.14 -- 10 May 2021 (compared to 1.11.13)
911
----------------------------------------------------

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.1
77
LANGUAGES CXX C
88
HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage")
99
set (PROJ_NAME ${PROJECT_NAME}) # short name

INSTALL.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
1616

1717
* A suitable C++11 compiler to build OSL itself, which may be any of:
1818
- GCC 4.8.5 or newer (tested through gcc 10)
19-
- Clang 3.4 or newer (tested through clang 11)
19+
- Clang 3.4 or newer (tested through clang 12)
2020
- Microsoft Visual Studio 2015 or newer
2121
- Intel C++ compiler icc version 13 (?) or newer
2222

@@ -51,7 +51,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.
5151
is LLVM 9 or earlier.
5252

5353
* [Boost](https://www.boost.org) 1.55 or newer (tested through boost 1.75)
54-
* [Ilmbase](http://openexr.com/downloads.html) 2.0 or newer (tested through 3.0)
54+
* [Ilmbase or Imath](http://openexr.com/downloads.html) 2.0 or newer (tested through 3.0)
5555
* [Flex](https://github.com/westes/flex) and
5656
[GNU Bison](https://www.gnu.org/software/bison/)
5757
* [PugiXML](http://pugixml.org/)

0 commit comments

Comments
 (0)