We have tagged v2.2.15.0 (aka Release-2.2.15.0) and moved the "release" branch 
marker to that point. This is now the official supported production release, 
and guarantees API, ABI/link backward compatibility with prior 2.2.x releases. 
Release notes are below.

Meanwhile, development continues in the master branch, which despite not being 
the official release, is stable and is widely used in production. The most 
important practical difference between master and release branches is simply 
that we make no promises about API or ABI stability in master, whereas we do 
for releases.

I'm hoping to have a major release (2.3) later this summer, with at least a 
beta (if not a release candidate) no later than SIGGRAPH. Be aware that 
starting in 2.3, we will be C++14 minimum (for gcc users, that means gcc6+). If 
you are still required to use gcc 4.8 or C++11, you'll need to stick with OIIO 
2.2.


Release 2.2.15 (1 Jun 2021) -- compared to 2.2.14
--------------------------------------------------
* BMP improvements: now support reading rle-compressed BMP files; writing
  single channel grayscale images now save as 8bpp palette images intead of
  24bpp; and reading 8bpp where all palette entries have R==G==B looks like
  a 1-channel grayscale instead of 3-channel RGB. #2976
* Bug: IBA::render_text did not properly account for alpha of the draw
  color. #2981
* Bug: Fix runaway parsing time for pathological XMP metadata. #2968
* Bug: Fixed a crash is ImageCacheFile::read_unmipped when sampling
* Fix exported cmake config files, which could fail if Imath and OpenEXR
  weren't the at the same version number. #2975
* Build: Modernize cmake to use targets for PNG and ZLIB. #2957
* Build: Fix to accommodate upcoming OpenColorIO 2.1 deprecation of
  parseColorSpaceFromString. #2961
* Build: Changes to make it build against TBB 2021. #2985
* Dev: Add Strutil functions: find, rfind, ifind, irfind. #2960
  non-zero-base channels. (#2962)



--
Larry Gritz
l...@larrygritz.com




_______________________________________________
Oiio-dev mailing list
Oiio-dev@lists.openimageio.org
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to