summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorbst-marge-bot <marge-bot@buildstream.build>2019-09-12 18:32:37 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-09-12 18:32:37 +0000
commitc30993ebc677bc665425c8f6810628e1302a6f9e (patch)
tree84384e374d7126bf27d0fd878a525a7f5ad2ef10
parentf1b20dfe4df0670fd900f075698619e0142eb320 (diff)
parent434c26664a99cdbaa2cb0aabe9f5721775251767 (diff)
downloadbuildstream-c30993ebc677bc665425c8f6810628e1302a6f9e.tar.gz
Merge branch 'chandan/fix-news' into 'master'
NEWS: Use past-tense, fix note about YAML cache See merge request BuildStream/buildstream!1602
-rw-r--r--NEWS16
1 files changed, 8 insertions, 8 deletions
diff --git a/NEWS b/NEWS
index 67be6ed98..22d44fe77 100644
--- a/NEWS
+++ b/NEWS
@@ -104,7 +104,7 @@ Plugins
plugin has now a tag tracking feature instead. This can be enabled
by setting 'track-tags'.
- o Add new `pip` source plugin for downloading python packages using pip,
+ o Added new `pip` source plugin for downloading python packages using pip,
based on requirements files from previous sources.
@@ -115,8 +115,11 @@ API
configuration from YAML, please use the new `Node` classes exposed in the
`buildstream` package. See the documentation for how to use it.
- o Add sandbox API for command batching and use it for build, script, and
- compose elements.
+ This change has also removed the need of a YAML cache as it proved to no
+ longer be of benefit.
+
+ o There is a new sandbox API for command batching. It is used for build,
+ script, and compose elements.
o Source plugins may now request access access to previous during track and
fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or
@@ -173,9 +176,6 @@ Core
This is the first step in transitioning to only using BuildBox for local
sandboxing.
- This change has also removed the need of a YAML cache as it proved to no
- longer be of benefit.
-
Artifacts
---------
@@ -243,7 +243,7 @@ Miscellaneous
buildstream 1.1.5
=================
- o Add a `--tar` option to `bst checkout` which allows a tarball to be
+ o Added a `--tar` option to `bst checkout` which allows a tarball to be
created from the artifact contents.
o Fetching and tracking will consult mirrors defined in project config,
@@ -252,7 +252,7 @@ buildstream 1.1.5
o Added new `remote` source plugin for downloading file blobs
- o Add support for the new include '(@)' directive in project.conf and .bst files
+ o Added support for the new include '(@)' directive in project.conf and .bst files
=================