Release-2.0.8 has been tagged and the "release" branch marker updated to that 
position. This is the latest official release in the supported production 
branch. It is intended to be fully API/ABI/link back-compatible versus earlier 
2.0.x releases. Release notes are below.

I have also simultaneously tagged the current top of master as developer 
preview "Release-2.1.1-dev" to designate that for those following the master 
branch, this is a good spot to consider stable and has significant improvements 
compared to the last developer preview tag. However, please note that like 
anything in master, this is NOT guaranteed to be completely compatible with 
earlier tags in master, nor with any future changes that may happen in master 
at any time. See the CHANGES.md file for details about what has changed since 
2.0 branched.



Release 2.0.8 (3 May, 2019) -- compared to 2.0.7
------------------------------------------------
* Fix Windows broken read of JPEG & PNG in some circumstances. #2231
* Some minor fixes to JPEG & PNG reading and file error robustness. #2187
* Fix crash reading certain old nconvert-written TIFF files. #2207
* Internals: The `OIIO_DISPATCH_COMMON_TYPES2/3` macros used by many
  ImageBufAlgo functions have been expanded to handle a few more cases
  "natively" without conversion to/from float. This may make a few cases
  of odd data type combinations have higher precision. #2203
* ImageBufAlgo::resize() fixes precision issues for 'double' images. #2211
* Testing: A new unit test has been backported from master, which tries to
  perform a series of read/write tests on every file format. In partcular,
  this tests certain error conditions, like files not existing, or the
  directory not being writeable, etc. #2181
* Crashes in the command line utilities now attempt to print a stack trace
  to aid in debugging (but only if OIIO is built with Boost >= 1.65, because
  it relies on the Boost stacktrace library). #2229
* Dev goodies: fmath.h's powwroundup/pow2rounddown have been renamed
  ceil2/floor2 to reflect future C++ standard. The old names still work, so
  it's a fully back compatible change. #2199


--
Larry Gritz
[email protected]




_______________________________________________
Oiio-dev mailing list
[email protected]
http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org

Reply via email to