summaryrefslogtreecommitdiff
path: root/NEWS
diff options
context:
space:
mode:
Diffstat (limited to 'NEWS')
-rw-r--r--NEWS22
1 files changed, 15 insertions, 7 deletions
diff --git a/NEWS b/NEWS
index ddcb6a7ef..fdf3b403c 100644
--- a/NEWS
+++ b/NEWS
@@ -9,6 +9,21 @@ buildstream 1.3.2
o Elements may now specify cross-junction dependencies as simple strings
using the format '{junction-name}:{element-name}'.
+ o New `fatal-warnings` has been added to the project.conf format, allowing
+ projects to specify which warnings they want to consider as fatal.
+
+ Support for the following warnings is included:
+
+ o overlaps: When staged artifact files overlap
+ (deprecates: 'fail-on-overlap')
+
+ o ref-not-in-track: When the source implementation finds that
+ the ref is out of bounds for the tracking config
+
+ o git:inconsistent-submodule: A .gitmodules file is present but the
+ submodule was never added to the repo.
+
+
=================
buildstream 1.3.1
=================
@@ -23,13 +38,6 @@ buildstream 1.3.1
o Add new `pip` source plugin for downloading python packages using pip,
based on requirements files from previous sources.
- 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.2.8
=================