diff options
author | Chandan Singh <csingh43@bloomberg.net> | 2019-12-30 18:50:57 +0000 |
---|---|---|
committer | Chandan Singh <chandan@chandansingh.net> | 2020-01-02 11:33:14 +0000 |
commit | f3f234b1746b6c6e2945119d766a55ac3fb9d254 (patch) | |
tree | a4ac5a394ea26722b05fdb670d7ecb5ca8bf62c3 /NEWS | |
parent | 8961e2755d613b4bb97e1d3d37ccda3260f0faa7 (diff) | |
download | buildstream-f3f234b1746b6c6e2945119d766a55ac3fb9d254.tar.gz |
Prepare NEWS for 1.91.3 development snapshot releasechandan/tag-1.91.3
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -2,6 +2,11 @@ (unreleased) ============ + +================== +buildstream 1.91.3 +================== + CLI --- @@ -27,6 +32,19 @@ API `BST_KEY_REQUIRES_STAGE`. Sources setting this are staged to the cache to generate unique keys. `WorkspaceSource` and `LocalSource` set this. +Core +---- + + o BuildStream now supports Python 3.8. Note that due to a bug in the 3.8.0 + series, BuildStream requires Python >= 3.8.1 when running on Python 3.8. + + o BuildStream now also supports the following machine architectures: + + * powerpc + * powerpc64 + * powerpc64le + * sun4v + ================== buildstream 1.91.2 |