diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-02 14:09:23 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-07-02 14:09:23 +0200 |
commit | 1e71bf440efb037a7aa2bafd679cf988129fad7b (patch) | |
tree | 69bd56e99f11dabe4379edd0a63f37d7659f4f06 /NEWS | |
parent | e037a2efc94fc563f86cfc126cba2d3ba67265eb (diff) |
Add NEWS file entry for library split
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -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. |