Skip to content

Commit ebdec41

Browse files
authored
Update OCIO_VERSION_PATCH and ChaneLog for release 1.1.1 (#705)
1 parent 29bd217 commit ebdec41

File tree

2 files changed

+12
-1
lines changed

2 files changed

+12
-1
lines changed

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
project(OpenColorIO)
22
set(OCIO_VERSION_MAJOR 1)
33
set(OCIO_VERSION_MINOR 1)
4-
set(OCIO_VERSION_PATCH 0)
4+
set(OCIO_VERSION_PATCH 1)
55

66
cmake_minimum_required(VERSION 2.8)
77
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake)

ChangeLog

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
**Version 1.1.1 (March 25 2019):**
2+
* Added optional compatibility for building apps with OpenImageIO 1.9+
3+
* Added USE_SSE checks to fix Linux build failure
4+
* getDisplays() result ordering now matches the active_displays config
5+
definition or OCIO_ACTIVE_DISPLAYS env var override.
6+
* Fixed incorrect getDefaultDisplay()/getDefaultView() result when
7+
OCIO_ACTIVE_DISPLAYS or OCIO_ACTIVE_VIEWS env vars are unset.
8+
* Fixed Windows-specific GetEnv() bug
9+
* Fixed Windows and MacOS CI failure cases
10+
* Updated mail list URLs to aswf.io domain
11+
112
**Version 1.1.0 (Jan 5 2018):**
213
* libc++ build fixes
314
* Added support for YAML > 5.0.1

0 commit comments

Comments
 (0)