Skip to content

Commit

Permalink
Update OCIO_VERSION_PATCH and ChaneLog for release 1.1.1 (#705)
Browse files Browse the repository at this point in the history
  • Loading branch information
michdolan committed Mar 28, 2019
1 parent 29bd217 commit ebdec41
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
project(OpenColorIO)
set(OCIO_VERSION_MAJOR 1)
set(OCIO_VERSION_MINOR 1)
set(OCIO_VERSION_PATCH 0)
set(OCIO_VERSION_PATCH 1)

cmake_minimum_required(VERSION 2.8)
set(CMAKE_MODULE_PATH ${CMAKE_SOURCE_DIR}/share/cmake)
Expand Down
11 changes: 11 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
**Version 1.1.1 (March 25 2019):**
* Added optional compatibility for building apps with OpenImageIO 1.9+
* Added USE_SSE checks to fix Linux build failure
* getDisplays() result ordering now matches the active_displays config
definition or OCIO_ACTIVE_DISPLAYS env var override.
* Fixed incorrect getDefaultDisplay()/getDefaultView() result when
OCIO_ACTIVE_DISPLAYS or OCIO_ACTIVE_VIEWS env vars are unset.
* Fixed Windows-specific GetEnv() bug
* Fixed Windows and MacOS CI failure cases
* Updated mail list URLs to aswf.io domain

**Version 1.1.0 (Jan 5 2018):**
* libc++ build fixes
* Added support for YAML > 5.0.1
Expand Down

0 comments on commit ebdec41

Please sign in to comment.