X-Git-Url: http://git.tdb.fi/?p=builder.git;a=blobdiff_plain;f=Changelog.txt;h=6da47588fec5cb7ee4afc5776fe5898518e6684a;hp=64fd4fb30a8ac631b0bb7668d796192dcb3a4a38;hb=HEAD;hpb=a32de1c2e19b886050d73eb557bc8d0f4b892cff 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$)