aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-11-16 13:01:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-11-16 13:01:16 +0200
commite7447c7bb1f3e89d4e0c31b2253eb03f6430763a (patch)
tree15635fac93028973b4f89ed61f1fa1be86ffe91d
parentd582029b2161a77cac2f43d93edfa88be3742732 (diff)
Update NEWS file
-rw-r--r--NEWS21
1 files changed, 21 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 93218e3..920719b 100644
--- a/NEWS
+++ b/NEWS
@@ -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.