From 4f6881d68593f444c22bdcbe786aeb2c7ba0fc8d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=BCrg=20Billeter?= Date: Tue, 14 Aug 2018 10:12:03 +0200 Subject: NEWS: Move recent entries to a new 1.3.1 section Caching failed builds and relative workspaces were not part of the 1.1.5 developer snapshot. --- NEWS | 26 +++++++++++++++++--------- 1 file changed, 17 insertions(+), 9 deletions(-) diff --git a/NEWS b/NEWS index 5b2e1afd3..6d503370e 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,19 @@ +================= +buildstream 1.3.1 +================= + + o Failed builds are included in the cache as well. + `bst checkout` will provide anything in `%{install-root}`. + A build including cached fails will cause any dependant elements + to not be scheduled and fail during artifact assembly, + and display the retry prompt during an interactive session. + + o Due to enabling the use of relative workspaces, "Legacy" workspaces + may need to be closed and remade before the changes will affect them. + Downgrading after using this feature may result in workspaces + not functioning correctly + + ================= buildstream 1.1.5 ================= @@ -11,16 +27,8 @@ buildstream 1.1.5 o Added new `remote` source plugin for downloading file blobs - o Failed builds are included in the cache as well. - `bst checkout` will provide anything in `%{install-root}`. - A build including cached fails will cause any dependant elements - to not be scheduled and fail during artifact assembly, - and display the retry prompt during an interactive session. + o Add support for the new include '(@)' directive in project.conf and .bst files - o Due to enabling the use of relative workspaces, "Legacy" workspaces - may need to be closed and remade before the changes will affect them. - Downgrading after using this feature may result in workspaces - not functioning correctly ================= buildstream 1.1.4 -- cgit v1.2.1