OpenEXR v3.0.5 Release Notes

Release Date: 2021-07-01 // over 2 years ago
  • ๐Ÿš€ Patch release that fixes problems with library symlinks and ๐Ÿ”’ pkg-config, as well as miscellaneous bugs/security issues.

    • 1064 Use CMAKE_INSTALL_FULL_LIBDIR/INCLUDEDIR in pkgconfig for 3.*
    • ๐Ÿ— 1051 Fix non-versioned library symlinks in debug build.
    • 1050 Use CMAKE__POSTFIX for .pc file lib suffix.
    • ๐Ÿ›  1045 Fixes #1039: The vtable for TiledRgbaInputFile was not properly tagged as export
    • 1038 fix/extend part number validation in MultiPart methods
    • 1037 verify data size in deepscanlines with NO_COMPRESSION
    • 1036 detect buffer overflows in RleUncompress
    • ๐Ÿ— The Imath auto-build version defaults to Imath v3.0.5.

Previous changes from v3.0.4

  • ๐Ÿš€ Patch release that corrects a problem with the release version number of v3.0.2/v3.0.3:

    • ๐Ÿ”– 1025 Set OPENEXR_VERSION from OpenEXR_VERSION variables
    • 1028 Fix break of OpenEXRConfig.h generation after PR 1025