]> git.tdb.fi Git - builder.git/blob - Changelog.txt
Refactor transitive dependencies to work on all targets
[builder.git] / Changelog.txt
1 2.0
2 * Refactor the hell out of everything
3 * DAG building is now driven by tools, not targets
4 * Fully abstract BuildInfo to pave way for supporting different compilers
5 * Configuration profiles have been replaced with build types
6 * All the common configuration options are now global
7 * Integrate header installation back into library component
8 * More flexible conditionals
9 * Binary packages now have their own files, enhancing modularity
10
11 1.0
12 * Tarball component allows custom tarballs (tar_file statement is deprecated)
13 * Unified header installation (install_headers statement is deprecated)
14 * Datafile component
15 * Install component allows installing any files
16 * Improvements all around
17 * Use new facilities from underlying libraries
18 * Internal refactoring
19 * Various bugfixes
20
21 0.9
22 * First released version