diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-07-25 14:09:06 -0400 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2019-07-25 14:09:06 -0400 |
commit | 78caec9604729d9dcd1d7108166fb0af6ecb1867 (patch) | |
tree | 62de0d00839829de37e8f9fa004229d3b55f5e90 /NEWS | |
parent | 9b18d9b337cf94f1adb3a33cda7c6b2fc169a36b (diff) | |
download | buildstream-78caec9604729d9dcd1d7108166fb0af6ecb1867.tar.gz |
NEWS: Fixing mistakes
o Added entry about max-jobs which I forgot to include
in the previous NEWS update
o Added section for 1.3.2 and moved the recent additions
to that new section
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 14 |
1 files changed, 14 insertions, 0 deletions
@@ -1,7 +1,21 @@ ================= +buildstream 1.3.2 +================= + + o Elements may now specify 'build-depends' and 'runtime-depends' fields + to avoid having to specify the dependency type for every entry in + 'depends'. + + o Elements may now specify cross-junction dependencies as simple strings + using the format '{junction-name}:{element-name}'. + +================= buildstream 1.3.1 ================= + o The `max-jobs` variable is now controllable in user configuration + and on the command line. + o Source plugins may now request access access to previous during track and fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes. |