diff options
author | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-29 18:09:54 +0900 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2020-04-29 18:11:26 +0900 |
commit | 47e53190fd66ad3ed41060981cc59b0f48f54b68 (patch) | |
tree | 5abbefc83dc0a53e66757657495cd76573da5ac5 /NEWS | |
parent | e70d77f997b7e94b4f7b8901fdec0973e2e9328c (diff) | |
download | buildstream-47e53190fd66ad3ed41060981cc59b0f48f54b68.tar.gz |
NEWS: Updating news for 1.93.3 snapshot.
Diffstat (limited to 'NEWS')
-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 ================== |