diff options
author | bst-marge-bot <marge-bot@buildstream.build> | 2020-04-29 10:11:40 +0000 |
---|---|---|
committer | bst-marge-bot <marge-bot@buildstream.build> | 2020-04-29 10:11:40 +0000 |
commit | 350fa7da3c103695423f9f99bc2ad46c01a0ca54 (patch) | |
tree | 5abbefc83dc0a53e66757657495cd76573da5ac5 | |
parent | e70d77f997b7e94b4f7b8901fdec0973e2e9328c (diff) | |
parent | 47e53190fd66ad3ed41060981cc59b0f48f54b68 (diff) | |
download | buildstream-350fa7da3c103695423f9f99bc2ad46c01a0ca54.tar.gz |
Merge branch 'tristan/update-news' into 'master'1.93.3
NEWS: Updating news for 1.93.3 snapshot.
See merge request BuildStream/buildstream!1891
-rw-r--r-- | NEWS | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -4,6 +4,19 @@ ================== +buildstream 1.93.3 +================== + + o BREAKING CHANGE: Removed BST_REQUIRED_VERSION_[MAJOR/MINOR] from plugin base class, + this is now replaced with BST_MIN_VERSION which is now a hard requirement. + + o BREAKING CHANGE: Removed BST_FORMAT_VERSION from plugin base class, this is no + longer supported. + + o buildbox-run is now the default sandbox backend on all platforms + + +================== buildstream 1.93.2 ================== |