diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 13:01:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-11-16 13:01:16 +0200 |
commit | e7447c7bb1f3e89d4e0c31b2253eb03f6430763a (patch) | |
tree | 15635fac93028973b4f89ed61f1fa1be86ffe91d /NEWS | |
parent | d582029b2161a77cac2f43d93edfa88be3742732 (diff) |
Update NEWS file
Diffstat (limited to 'NEWS')
-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. |