summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChandan Singh <csingh43@bloomberg.net>2018-08-15 11:21:30 +0100
committerTristan Van Berkom <tristan.vanberkom@codethink.co.uk>2019-07-16 14:05:34 +0900
commitafcbcbd07ca256066e13fc7324372569a51beb85 (patch)
tree5b36fc3dd767259e27ea1fa61252e51fe33df2e6
parent79cba2e824b507d56eaff098ac7b9aa0cac25770 (diff)
downloadbuildstream-afcbcbd07ca256066e13fc7324372569a51beb85.tar.gz
Add NEWS entry for Source Transform and pip source
-rw-r--r--NEWS12
1 files changed, 12 insertions, 0 deletions
diff --git a/NEWS b/NEWS
index 7ba427638..14671c74c 100644
--- a/NEWS
+++ b/NEWS
@@ -1,4 +1,16 @@
=================
+buildstream 1.3.1
+=================
+
+ o Source plugins may now request access access to previous during track and
+ fetch by setting `BST_REQUIRES_PREVIOUS_SOURCES_TRACK` and/or
+ `BST_REQUIRES_PREVIOUS_SOURCES_FETCH` attributes.
+
+ o Add new `pip` source plugin for downloading python packages using pip,
+ based on requirements files from previous sources.
+
+
+=================
buildstream 1.2.7
=================