aboutsummaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-07-02 14:09:23 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-07-02 14:09:23 +0200
commit1e71bf440efb037a7aa2bafd679cf988129fad7b (patch)
tree69bd56e99f11dabe4379edd0a63f37d7659f4f06 /NEWS
parente037a2efc94fc563f86cfc126cba2d3ba67265eb (diff)
Add NEWS file entry for library split
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS14
1 files changed, 14 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 4eefd2d..f9b71be 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,17 @@
+Version 0.12.0
+
+ * The build system has been split into a library (libbuild2) and a driver.
+
+ As part of this change the following configuration macros (normally
+ supplied via the -D preprocessor options) have been renamed from their
+ old BUILD2_* versions to:
+
+ LIBBUILD2_MTIME_CHECK
+ LIBBUILD2_SANE_STACK_SIZE
+ LIBBUILD2_DEFAULT_STACK_SIZE
+ LIBBUILD2_ATOMIC_NON_LOCK_FREE
+
+
Version 0.11.0
* Initial work on header unit importation and include translation support.