summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-08-19 20:05:28 +0900
committerTristan van Berkom <tristan.vanberkom@codethink.co.uk>2020-08-19 21:41:26 +0900
commit8d5131de0c9c5d562648808c3693ee7a3bd9c1fd (patch)
tree2c3dc8ec5cffdbc938a6abdd21af15d799292eaf
parentd928a54ac7925fdbd1a7d321a86b40bb25732f69 (diff)
downloadbuildstream-8d5131de0c9c5d562648808c3693ee7a3bd9c1fd.tar.gz
NEWS: Updating for 1.5.1 snapshot1.5.1
-rw-r--r--NEWS23
1 files changed, 23 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7dd53d753..172d4d39f 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,27 @@
=================
+buildstream 1.5.1
+=================
+
+ o Support `buildstream1.conf` as well as `buildstream.conf` for
+ parallel installations.
+
+ o Lazy resolution of variables, this allows junctions to use variables
+ without requiring the project to have fully resolved variables, while
+ still reporting the right error messages if a junction uses unresolved
+ variables.
+
+ o Fix an issue where conditional statements were being lost instead of
+ processed at include time, only when the include happens in project.conf
+
+ o Backport some artifact cache related structural changes, and allow
+ BuildStream 1 clients to interface with BuildStream 2 remote asset
+ caches, while still allowing BuildStream 1 to interface with its own
+ bst-artifact-server implementation.
+
+ o Added sandbox configuration for `os` and `architecture` to mirror
+ the added options in BuildStream 2, fixing issue #523.
+
+=================
buildstream 1.5.0
=================