File tree Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Expand file tree Collapse file tree 4 files changed +17
-2
lines changed Original file line number Diff line number Diff line change 1+ Maintainer (after 1.5.2 release)
2+
3+ Michael D. Smith
4+
5+
16Cmake build system
27
38 Kimball Thurston
Original file line number Diff line number Diff line change 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+
111Version 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
Original file line number Diff line number Diff line change 11cmake_minimum_required (VERSION 3.12)
2- project (CTL VERSION 1.5.3 )
2+ project (CTL VERSION 1.5.4 )
33include (GNUInstallDirs)
44
55set (CMAKE_CXX_STANDARD 11)
Original file line number Diff line number Diff line change 11{
22 "name" : " ctl" ,
3- "version" : " 1.5.3 " ,
3+ "version" : " 1.5.4 " ,
44 "dependencies" : [
55 " imath" ,
66 " openexr" ,
You can’t perform that action at this time.
0 commit comments