I've tagged Release-1.1.8. The release notes are below (and also those for 1.1.7 in case I forgot to send out a separate announcement about that).
Release 1.1.8 (15 Mar 2013) --------------------------- * oiiotool --chappend (and ImageBufAlgo::channel_append() underneath) allow you to take two files and concatenate their color channels. * oiiotool --chnames allows you to rename some or all of a file's color channels. * oiiotool can loop over entire frame ranges by specifying wildcard filenames such as "foo.#.tif" or "bar.1-10#.exr". * Cmake: OVERRIDE_SHARED_LIBRARY_SUFFIX allows the shared library suffix to be overridden (e.g., if you need to force .so names on OSX rather than the usual default of .dylib). Release 1.1.7 (21 Feb 2013) --------------------------- * Back out dangerous change to thread.h that was in 1.1.6, which could cause performance problems. * Compile fix for WIN32 in strutil.cpp * Compile fix for Windows XP - add implementation of InterlockedExchangeAdd64 Reminders: Release-1.1.8 is the current recommended stable production version, and will never change. RB-1.1 is the tip of the stable 1.1 branch where fixes (and occasional new features) will be added to eventually become 1.1.9, but within the RB-1.1 branch we will never break backwards compatibility with the API or linkage. The "master" branch is where new, risky, or non-back-compatible changes will happen; use it at your own risk. Older branches (1.0 and 0.x) are considered obsolete and will only be patched at the request of users who are still using them. -- Larry Gritz [email protected] _______________________________________________ Oiio-dev mailing list [email protected] http://lists.openimageio.org/listinfo.cgi/oiio-dev-openimageio.org
