Skip to content

Commit

Permalink
CHANGES and set version for 1.11.14.1 patch release
Browse files Browse the repository at this point in the history
Signed-off-by: Larry Gritz <[email protected]>
  • Loading branch information
lgritz committed Jun 1, 2021
1 parent 98dd811 commit d94cd2f
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions CHANGES.md
Original file line number Diff line number Diff line change
@@ -1,9 +1,11 @@
<!-- SPDX-License-Identifier: CC-BY-4.0 -->
<!-- Copyright Contributors to the Open Shading Language Project. -->

Release 1.11.15 -- ? Jun 2021 (compared to 1.11.14)
----------------------------------------------------

Release 1.11.14.1 -- 1 Jun 2021 (compared to 1.11.14)
-----------------------------------------------------
* 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

Release 1.11.14 -- 10 May 2021 (compared to 1.11.13)
----------------------------------------------------
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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.1
LANGUAGES CXX C
HOMEPAGE_URL "https://github.com/AcademySoftwareFoundation/OpenShadingLanguage")
set (PROJ_NAME ${PROJECT_NAME}) # short name
Expand Down
4 changes: 2 additions & 2 deletions INSTALL.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ NEW or CHANGED dependencies since the last major release are **bold**.

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

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

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

0 comments on commit d94cd2f

Please sign in to comment.