diff options
-rw-r--r-- | NEWS | 26 |
1 files changed, 17 insertions, 9 deletions
@@ -1,4 +1,20 @@ ================= +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 |