Skip to content

Commit 7e22b36

Browse files
prepare 1.5.4 release (ampas#188)
1 parent 8fabc80 commit 7e22b36

File tree

4 files changed

+17
-2
lines changed

4 files changed

+17
-2
lines changed

AUTHORS

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,8 @@
1+
Maintainer (after 1.5.2 release)
2+
3+
Michael D. Smith
4+
5+
16
Cmake build system
27

38
Kimball Thurston

CHANGELOG

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,13 @@
1+
Version 1.5.4:
2+
* add CI for various platforms
3+
* add support for FreeBSD
4+
* fix strict aliasing violations
5+
* fix compile warning and deprecations on MacOS
6+
* fix build using openexr2 static
7+
* fix build using openexr2 shared (iex_debug trap issue)
8+
* Disambiguate clamp() calls
9+
* change SOVERSION to use MAJOR.MINOR format instead of MAJOR.MINOR.PATCH
10+
111
Version 1.5.3:
212
* Fix compile bug preventing compilation on Ubuntu Focal and later
313
* Fix valgrind and address santizer errors that caused runtime crashes and CI failures

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.3)
2+
project(CTL VERSION 1.5.4)
33
include(GNUInstallDirs)
44

55
set(CMAKE_CXX_STANDARD 11)

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.3",
3+
"version": "1.5.4",
44
"dependencies": [
55
"imath",
66
"openexr",

0 commit comments

Comments
 (0)