Skip to content

Commit a63c7ec

Browse files
prepare 1.5.3 release (#143)
1 parent 3673b77 commit a63c7ec

File tree

4 files changed

+15
-6
lines changed

4 files changed

+15
-6
lines changed

CHANGELOG

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,14 @@
1+
Version 1.5.3:
2+
* Fix compile bug preventing compilation on Ubuntu Focal and later
3+
* Fix valgrind and address santizer errors that caused runtime crashes and CI failures
4+
* Transition unit tests to use CMake's ctest
5+
* Refactor exr_write() function in ctlrender
6+
* Add support for OpenEXR 3 while retaining support for OpenEXR 2
7+
* Add unit tests for ctlrender, exr_ctl_exr and exrdpx executables
8+
* Modernize the CMake build process to support more platforms (Mac, Linux and Windows)
9+
* Add CI to build and test on many platforms
10+
* Add docker containers
11+
112
Version 1.5:
213
* added OpenEXR_CTL, ctlrender
314
* changed build system to Cmake

CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
cmake_minimum_required(VERSION 3.12)
2-
project(CTL VERSION 1.5.2)
2+
project(CTL VERSION 1.5.3)
33
include(GNUInstallDirs)
44

55
set(CMAKE_CXX_STANDARD 11)

README.md

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,6 @@ downloaded from http://www.openexr.com or use one of the commands below.
9999

100100
$ brew install ilmBase
101101

102-
103102
### Suggested ###
104103

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

153152
__ACES Container__
154153

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

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

181180
$ brew install --head ctl
182181

183-
184182
* Redhat, Ubuntu
185183

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

193191
to run the optional unit tests:
194192

195-
$ sudo make check
193+
$ ctest
196194

197195
* Docker
198196

vcpkg.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ctl",
3-
"version": "1.5.2",
3+
"version": "1.5.3",
44
"dependencies": [
55
"imath",
66
"openexr",

0 commit comments

Comments
 (0)