diff options
author | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2020-04-01 14:45:22 +0000 |
---|---|---|
committer | Tristan Van Berkom <tristan.van.berkom@gmail.com> | 2020-04-01 14:45:22 +0000 |
commit | 506e1723efc0afbd09361df3c050c88201fdd268 (patch) | |
tree | d701d3bccb47ee14d489034a111f5969647cf7af | |
parent | 14d644b56c48ed522ad493b4b3f51e86728d9e3e (diff) | |
parent | 4edb9990759488d91d378bc9fc5228e1f444655d (diff) | |
download | buildstream-506e1723efc0afbd09361df3c050c88201fdd268.tar.gz |
Merge branch 'tristan/bst-1/news-update-1.4.2' into 'bst-1'1.4.2
NEWS: Updated for 1.4.2 release
See merge request BuildStream/buildstream!1849
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,4 +1,20 @@ ================= +buildstream 1.4.2 +================= + + o Support for python 3.8 + + o Fix a stacktrace with a hang we can experience when we CTRL-C a job twice. + + o Workaround some servers which do not honor the 'If-None-Match' HTTP header + and avoid downloading files redundantly in these cases. + + o Allow specifying absolute paths in overlap-whitelist (issue #721) + + o Support systems with fuse3 (avoid passing unsupported argument + to fusermount3) + +================= buildstream 1.4.1 ================= |