summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-13 19:31:51 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2020-05-13 19:31:51 +0900
commit89765b759230c8d47e27fd52527cf3df61be9ae1 (patch)
treea0622cfbe31763c19afc1896898f882d2c880c9e
parent0f071b4ffe9aab89a7faa386c5f9e5ab08749d1c (diff)
downloadbuildstream-1.4.3.tar.gz
NEWS: Update news for 1.4.3 release1.4.3
-rw-r--r--NEWS18
1 files changed, 18 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7da79eb33..e5831f783 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,22 @@
=================
+buildstream 1.4.3
+=================
+
+ o Fix support for conditional list append/prepend in project.conf,
+ Merge request !1857
+
+ o Fix internal imports to import from "collections" instead
+ of "collections.abc", this improves support for Python 3.8,
+ see issue #831
+
+ o Fix some downloads from gitlab.com by setting custom user agent,
+ fixes issue #1285
+
+ o Work around python API break from ostree's repo.remote_gpg_import(),
+ this was changed in ostree commit v2019.2-10-gaa5df899, and we now
+ have a fallback to support both versions of the API, see merge request !1917.
+
+=================
buildstream 1.4.2
=================