summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-10-05 16:01:57 +0900
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2018-10-05 16:01:57 +0900
commit10abe77fe8d77385d86f225b503d9185f4ef7f3a (patch)
treec6d758db506746929025d07d6a2cd80d85257b62
parent96f09d4878c25ecf74ab18b5650b0db9015f13e9 (diff)
downloadbuildstream-10abe77fe8d77385d86f225b503d9185f4ef7f3a.tar.gz
NEWS: Updating for 1.2.3 release1.2.3
-rw-r--r--NEWS20
1 files changed, 20 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 97aa19091..ea35492f8 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,24 @@
=================
+buildstream 1.2.3
+=================
+
+ o Fixed an unhandled exception when cleaning up a build sandbox (#153)
+
+ o Fixed race condition when calculating cache size and commiting artifacts
+
+ o Fixed regression where terminating with `^C` results in a double user interrogation (#693)
+
+ o Fixed regression in summary when builds are terminated (#479)
+
+ o Fixed regression where irrelevant status messages appear from git sources
+
+ o Improve performance of artifact uploads by batching file transfers (#676/#677)
+
+ o Fixed performance of artifact downloads by batching file transfers (#554)
+
+ o Fixed checks for paths which escape the project directory (#673)
+
+=================
buildstream 1.2.2
=================