Skip to content

OpenImageIO v2.2.10.0

Compare
Choose a tag to compare
@lgritz lgritz released this 01 Jan 19:11
· 1343 commits to master since this release

Happy New Year!

I have tagged Release-2.2.10.0 and moved the "release" branch marker to this location. This is the latest supported stable release that is guaranteed to be API, ABI, and link backwards-compatible with prior 2.2.x releases.

The tag "v2.2.10.0" has also been added. In 2021, we will be transitioning to this more commonly used tag nomenclature. For the rest of the 2.2 releases, we will issue both old and new tag styles for each release, to give people time to transition any scripts that assume a particular release tag nomenclature. We will also change the release branch development points from RB-x.y to dev-x.y, which I think is more clear about its intent than our nonstandard "RB".

Release 2.2.10 (1 Jan 2021) -- compared to 2.2.9

  • GIF: support for UTF-8 filenames on Windows. #2777
  • OpenEXR: Fix rare crash during multithreaded output. #2781
  • OpenEXR: Fix potential crash parsing OpenEXR header that contains Rational
    attributes with certain values. #2791
  • Improved error reporting for IOFile failures to open the file. #2780
  • Build: Fix webp compile break on 32 bit systems. #2783
  • Build/Windows: Fix symbol definition conflict with pyconfig.h. #2800
  • CI: Test the latest fmt, PugiXML, and pybind11 releases. #2778
  • Docs: Add explanation of oiiotool -otex modifiers that were missing from
    the docs. #2790 Fix some duplicated text. #2785