summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.van.berkom@gmail.com>2020-04-01 14:45:22 +0000
committerTristan Van Berkom <tristan.van.berkom@gmail.com>2020-04-01 14:45:22 +0000
commit506e1723efc0afbd09361df3c050c88201fdd268 (patch)
treed701d3bccb47ee14d489034a111f5969647cf7af
parent14d644b56c48ed522ad493b4b3f51e86728d9e3e (diff)
parent4edb9990759488d91d378bc9fc5228e1f444655d (diff)
downloadbuildstream-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--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index cc4fee8be..7da79eb33 100644
--- a/NEWS
+++ b/NEWS
@@ -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
=================