diff options
-rw-r--r-- | NEWS | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +Version 0.12.0 + + * Support for testing build system modules. + + * Support for tests, examples, and benchmarks as separate packages. + + * Support for passing the environment name as part of the task manifest. + + * Add bootstrap and environment batch files for Clang targeting MSVC. + + * Various improvements to environment scripts/batch files: + + - Pass the compiler mode options as part of config.{c,cxx}. + + - Update the MSVC and Clang environments to support running without the + development command prompt. + + * Improve printing multi-line diagnostics to systemd journal. + + * Make the unexpected build machine exit a warning instead of an error. + Version 0.11.0 * Increase default build timeout from 30 to 60 minutes. |