diff options
author | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-08 10:02:16 +0200 |
---|---|---|
committer | Boris Kolpackov <boris@codesynthesis.com> | 2019-02-08 10:02:16 +0200 |
commit | 9cc7cb142d2c5fc5d211c133e40c95f899360a47 (patch) | |
tree | 56e4c7594ed948c207fdd99d10e63343a87fa564 | |
parent | 2e70ba325f9f9ba8879d51e9b3c77420b9817c7f (diff) |
Update NEWS file
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -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 |