diff --git a/CHANGES.md b/CHANGES.md index c2803d4df..3abf01b34 100644 --- a/CHANGES.md +++ b/CHANGES.md @@ -1,6 +1,12 @@ -Release 1.10.11 -- ?? 2020 (compared to 1.10.10) +Release 1.10.11 -- 1 Jun 2020 (compared to 1.10.10) --------------------------------------------------- - +* Fixes to support building against LLVM 9 on some distributions. #1171 +* When building against LLVM 10, enforce requirement for C++14 with + appropriate warning when using C++11. #1135 +* Switch to using CMAKE_CXX_STANDARD as the main way to request particular + C++ standard versions. (USE_CPP should continue to work, though.) +* Fixes to MINGW compile, and make sure all stream file I/O is UTF-8 safe. + #1188 Release 1.10.10 -- 9 May 2020 (compared to 1.10.9) -------------------------------------------------- diff --git a/README.md b/README.md index 51c1bdc0e..6327da5f8 100644 --- a/README.md +++ b/README.md @@ -435,14 +435,14 @@ Van Lommel. Additionally, many others have contributed features, bug fixes, and other changes: Steve Agland, Shane Ambler, Martijn Berger, Farchad Bidgolirad, -Nicholas Bishop, Stefan Büttner, Matthaus G. Chajdas, Thomas Dinges, Mark -Final, Henri Fousse, Syoyo Fujita, Tim Grant, Derek Haase, Sven-Hendrik -Haase, John Haddon, Daniel Heckenberg, Matt Johnson, Ronan Keryell, Elvic -Liang, Max Liani, Bastien Montagne, Alexis Oblet, Erich Ocean, Mikko -Ohtamaa, Alex Schworer, Jonathan Scruggs, Sergey Sharybin, Stephan -Steinbach, Esteban Tovagliari, Alexander von Knorring, Alex Wells, Roman -Zulak. (Listed alphabetically; if we've left anybody out, please let us -know.) +Nicholas Bishop, Stefan Bruens, Stefan Büttner, Matthaus G. Chajdas, Thomas +Dinges, Mark Final, Henri Fousse, Syoyo Fujita, Tim Grant, Derek Haase, +Sven-Hendrik Haase, John Haddon, Daniel Heckenberg, Matt Johnson, Ronan +Keryell, Elvic Liang, Max Liani, Bastien Montagne, Alexis Oblet, Erich +Ocean, Mikko Ohtamaa, Alex Schworer, Jonathan Scruggs, Sergey Sharybin, +Stephan Steinbach, Esteban Tovagliari, Alexander von Knorring, Alex Wells, +Roman Zulak. (Listed alphabetically; if we've left anybody out, please let +us know.) We cannot possibly express sufficient gratitude to the managers at Sony Pictures Imageworks who allowed this project to proceed, supported it