From 1e71bf440efb037a7aa2bafd679cf988129fad7b Mon Sep 17 00:00:00 2001 From: Boris Kolpackov Date: Tue, 2 Jul 2019 14:09:23 +0200 Subject: Add NEWS file entry for library split --- NEWS | 14 ++++++++++++++ 1 file changed, 14 insertions(+) (limited to 'NEWS') 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. -- cgit v1.1