File tree Expand file tree Collapse file tree 2 files changed +12
-1
lines changed
Expand file tree Collapse file tree 2 files changed +12
-1
lines changed Original file line number Diff line number Diff line change 11project (OpenColorIO)
22set (OCIO_VERSION_MAJOR 1)
33set (OCIO_VERSION_MINOR 1)
4- set (OCIO_VERSION_PATCH 0 )
4+ set (OCIO_VERSION_PATCH 1 )
55
66cmake_minimum_required (VERSION 2.8)
77set (CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR} /share/cmake)
Original file line number Diff line number Diff line change 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
You can’t perform that action at this time.
0 commit comments