Skip to content

Commit

Permalink
prepare 1.5.3 release
Browse files Browse the repository at this point in the history
  • Loading branch information
michaeldsmith committed Jan 4, 2024
1 parent 3673b77 commit e9dfb35
Show file tree
Hide file tree
Showing 4 changed files with 15 additions and 6 deletions.
11 changes: 11 additions & 0 deletions CHANGELOG
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
Version 1.5.3:
* Fix compile bug preventing compilation on Ubuntu Focal and later
* Fix valgrind and address santizer errors that caused runtime crashes and CI failures
* Transition unit tests to use CMake's ctest
* Refactor exr_write() function in ctlrender
* Add support for OpenEXR 3 while retaining support for OpenEXR 2
* Add unit tests for ctlrender, exr_ctl_exr and exrdpx executables
* Modernize the CMake build process to support more platforms (Mac, Linux and Windows)
* Add CI to build and test on many platforms
* Add docker containers

Version 1.5:
* added OpenEXR_CTL, ctlrender
* changed build system to Cmake
Expand Down
2 changes: 1 addition & 1 deletion CMakeLists.txt
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
cmake_minimum_required(VERSION 3.12)
project(CTL VERSION 1.5.2)
project(CTL VERSION 1.5.3)
include(GNUInstallDirs)

set(CMAKE_CXX_STANDARD 11)
Expand Down
6 changes: 2 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,6 @@ downloaded from http://www.openexr.com or use one of the commands below.

$ brew install ilmBase


### Suggested ###

__OpenEXR__
Expand Down Expand Up @@ -152,7 +151,7 @@ If you want to use CTL together with the TIFF image file format, you should down

__ACES Container__

ctlrender is able to write files compliant with SMPTE S2065-4. This
ctlrender is able to write files compliant with SMPTE ST2065-4. This
functionality requires the aces_container library, the latest version of which
can be downloaded from https://github.com/ampas/aces_container

Expand Down Expand Up @@ -180,7 +179,6 @@ can be downloaded from https://github.com/ampas/aces_container

$ brew install --head ctl


* Redhat, Ubuntu

from the root source directory:
Expand All @@ -192,7 +190,7 @@ can be downloaded from https://github.com/ampas/aces_container

to run the optional unit tests:

$ sudo make check
$ ctest

* Docker

Expand Down
2 changes: 1 addition & 1 deletion vcpkg.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "ctl",
"version": "1.5.2",
"version": "1.5.3",
"dependencies": [
"imath",
"openexr",
Expand Down

0 comments on commit e9dfb35

Please sign in to comment.