@@ -318,6 +318,8 @@ Build & test system improvements:
318318 llvm-config named ` llvm-config-64 ` . #1238 (1.11.7.1)
319319 - Fixes for OIIO 2.2 which has eliminated use of tinyformat in favor of
320320 always relying on fmtlib. #1242 (1.11.7.1)
321+ - Address problem with LLVM 10.0.1 on Mac when installed by Homebrew.
322+ #1245 (1.11.7.2)
321323* A new build-time CMake variable ` OSL_LIBNAME_SUFFIX ` lets you optionally
322324 add a custom suffix to the main libraries that are built. (Use with
323325 caution.) #970 (1.11.0)
@@ -355,6 +357,11 @@ Build & test system improvements:
355357* Fix typo that botched the version in the .pc pkgconfig file. #1168 (1.11.6)
356358* CI test against gcc9 and gcc10. #1192 (1.11.6)
357359* Propagate RTTI compile options to exported cmake config. #1194 (1.11.6)
360+ * New file .git-blame-ignore-revs lists the hashes of commits that only
361+ performed bulk reformatting, so that they don't misattribute authorship
362+ or modification date. Everybody do this in your local repo:
363+ ` git config blame.ignoreRevsFile .git-blame-ignore-revs `
364+ #1244 (1.11.7.2)
358365
359366Documentation:
360367* Make it clear that the documentation is licensed under the CC-BY-4.0
@@ -366,6 +373,10 @@ Documentation:
366373 example for others writing renderers. #1202 (1.11.6)
367374* Fix incorrect descripton in ` spline() ` regarding the number of spline
368375 values required for each interpolation type. #1239 (1.11.7.1)
376+ * Extensive fixing of typos and misspellings in docs and comments. #1243
377+ (1.11.7.2)
378+ * Renamed "LICENSE-THIRD-PARTY.md" to "THIRD-PARTY.md" to avoid confusing
379+ GitHub's reporting of the project's license. (1.11.7.2)
369380
370381
371382Release 1.10.13 -- 1 Aug 2020 (compared to 1.10.12)
0 commit comments