From: Mikko Rasa Date: Mon, 23 Jul 2012 19:53:32 +0000 (+0300) Subject: Preliminary changelog entry for 2.0 X-Git-Url: http://git.tdb.fi/?p=builder.git;a=commitdiff_plain;h=f4c02ca3b4d7b2bec9bbbc86fea5fecbb4a22099 Preliminary changelog entry for 2.0 --- diff --git a/Changelog.txt b/Changelog.txt index 64fd4fb..6da4758 100644 --- a/Changelog.txt +++ b/Changelog.txt @@ -1,3 +1,13 @@ +2.0 +* Refactor the hell out of everything +* DAG building is now driven by tools, not targets +* Fully abstract BuildInfo to pave way for supporting different compilers +* Configuration profiles have been replaced with build types +* All the common configuration options are now global +* Integrate header installation back into library component +* More flexible conditionals +* Binary packages now have their own files, enhancing modularity + 1.0 * Tarball component allows custom tarballs (tar_file statement is deprecated) * Unified header installation (install_headers statement is deprecated) @@ -10,5 +20,3 @@ 0.9 * First released version - -($Id$)