aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBoris Kolpackov <boris@codesynthesis.com>2019-02-08 10:02:16 +0200
committerBoris Kolpackov <boris@codesynthesis.com>2019-02-08 10:02:16 +0200
commit9cc7cb142d2c5fc5d211c133e40c95f899360a47 (patch)
tree56e4c7594ed948c207fdd99d10e63343a87fa564
parent2e70ba325f9f9ba8879d51e9b3c77420b9817c7f (diff)
Update NEWS file
-rw-r--r--NEWS16
1 files changed, 16 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index a370176..cd5eb61 100644
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,19 @@
+Version 0.9.0
+
+ * Support for running multiple instances of bbot-agent for the same
+ toolchain.
+
+ This allows us to perform multiple bootstraps/builds in parallel. Note
+ that each machine can only be used by a single instance so it doesn't make
+ sense to have more instances than machines.
+
+ * Use the build system's 'info' meta-operation to determine if the package
+ project/subprojects can be tested.
+
+ * Ability to an specify alternative bridge interface in bbot-agent.
+
+ * Use QMP (QEMU Machine Protocol) events as a machine log file.
+
Version 0.8.0
* Add 'repository-type' value to task manifest and rename 'repository' value