Tagged Release-1.5.16 This has a variety of minor bug fixes, etc. No non-back-compatible API changes.
I've also added the branch label "release", which I will always keep pointing to the latest tagged release in the stable branch (currently identical to Release-1.5.16). Thus, the simple thing to remember is that "master" is the daily development code (possibly unstable, likely in API flux, but having all the latest feature and improvements), and "release" is the latest approved snapshot of a stable, unchanging-API release that is suitable for production or productization. No need to remember version numbers unless you need something even more specific. Release notes follow: Release 1.5.16 (11 Jun 2015) -- compared to 1.5.15) --------------------------------------------------- * PNG writes now honor PixelAspectRatio attribute. * Build fixes for Visual Studio 2010 * PSD & JPEG plugins fixes for Win32 compilation. * Also search for OIIO plugins in [DY]LD_LIBRARY_PATH. * Give Strutil::parse_string an option to not strip surrounding quotes. * Fix Nuke plugin build files to not do anything if USE_NUKE=0 * New ImageInput query: "procedural" -- returns 1 if the ImageInput may not correspond to an actual file. * TypeDesc has a new constructor and fromstring of a string_view, in addition to the old versions that took char*. * Eliminate spurious ImageCache invalidation just because the shared cache is requested again. * Fixed trilinear MIPmap texture lookups that gave invalid alpha fill. * Filesystem: sequence matching should clear results arrays upon start. -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
