diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2018-11-23 16:00:24 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-19 09:01:48 +0000 |
commit | 1ae1796854055f4b9e3202d9629e059b327f3a8d (patch) | |
tree | efaab1e9d2394d4898cfa216c670fce5de5d6670 /NEWS | |
parent | cfbe409df6eb11b05ee8f0a9d2915ce4cdcd5689 (diff) | |
download | buildstream-1ae1796854055f4b9e3202d9629e059b327f3a8d.tar.gz |
element.py: Expect absolute paths in overlap whitelists
This allows use of variables such as %{prefix} and matches the
documentation. This is a breaking change.
Fixes #721
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 3 |
1 files changed, 3 insertions, 0 deletions
@@ -138,6 +138,9 @@ buildstream 1.3.1 o BREAKING CHANGE: Symlinks are no longer resolved during staging and absolute symlinks are now preserved instead of being converted to relative symlinks. + o BREAKING CHANGE: Overlap whitelists now require absolute paths. This allows + use of variables such as %{prefix} and matches the documentation. + ================= buildstream 1.1.5 |