summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-04-01 22:08:01 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-04-01 22:55:16 +0900
commit4edb9990759488d91d378bc9fc5228e1f444655d (patch)
treed701d3bccb47ee14d489034a111f5969647cf7af
parent14d644b56c48ed522ad493b4b3f51e86728d9e3e (diff)
downloadbuildstream-4edb9990759488d91d378bc9fc5228e1f444655d.tar.gz
NEWS: Updated for 1.4.2 release
-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
=================