@@ -354,6 +354,46 @@ Documentation:
354354 example for others writing renderers. #1202 (1.11.6)
355355
356356
357+ Release 1.10.13 -- 1 Aug 2020 (compared to 1.10.12)
358+ ---------------------------------------------------
359+ * Small changes to build cleanly against OIIO 2.2.
360+ * Fixes to build against fmtlib 7.0. #1156 #1219
361+ * Docs fixes related to matrix constructors with coordinate systems names.
362+
363+ Release 1.10.12 -- 1 Jul 2020 (compared to 1.10.11)
364+ ---------------------------------------------------
365+ * Fix bug in regex_search and regex_match where the optimizer could
366+ misunderstand which parameters were written. #1186
367+ * Fix warnings when building with gcc9 or gcc10.
368+ * Build cleanly against Qt5.15. #1204
369+
370+ Release 1.10.11 -- 1 Jun 2020 (compared to 1.10.10)
371+ ---------------------------------------------------
372+ * Fixes to support building against LLVM 9 on some distributions. #1171
373+ * When building against LLVM 10, enforce requirement for C++14 with
374+ appropriate warning when using C++11. #1135
375+ * Switch to using CMAKE_CXX_STANDARD as the main way to request particular
376+ C++ standard versions. (USE_CPP should continue to work, though.)
377+ * Fixes to MINGW compile, and make sure all stream file I/O is UTF-8 safe.
378+ #1188
379+
380+ Release 1.10.10 -- 9 May 2020 (compared to 1.10.9)
381+ --------------------------------------------------
382+ * Support for building against LLVM 10.0. #1128 #1162
383+ Note that LLVM 10 can only be used if you are building OSL with C++14
384+ or newer.
385+ * Change default of ` OSL_BUILD_MATERIALX ` to OFF. This will probably be
386+ deprecated entirely for 1.11's (or 2.0's) final release. But in the mean
387+ time, we have drifted out of sync with MX, which has their own copies of
388+ this now, so we're disabling building of these shaders by default.
389+
390+ Release 1.10.9 -- 1 Feb 2020 (compared to 1.10.8)
391+ --------------------------------------------------
392+ * Windows fix for incorrectly interpreting paths to oslc.exe as if they were
393+ "escaped" strings -- for example, ` "c:\path\to\new\oslc" ` should not be
394+ interpreted as ` "c:\path<tab>o<newline>ewoslc" ` . #1101
395+ * Speed up OSL ` concat() ` function. #1103
396+
357397Release 1.10.8 -- 1 Dec 2019 (compared to 1.10.7)
358398--------------------------------------------------
359399* Fix dual implementation of division so that the value is consistent with
0 commit comments