diff options
author | Jürg Billeter <j@bitron.ch> | 2019-02-09 12:47:30 +0100 |
---|---|---|
committer | Jürg Billeter <j@bitron.ch> | 2019-02-14 16:05:38 +0100 |
commit | 949962f8c98ba0932fc82abd966fd4aa0a2c60f9 (patch) | |
tree | 915035e7f3889deb28554e786b3348a2ffc2e5d9 /NEWS | |
parent | 94c6d59b1cf0e7c223b910ab5bd19d54049de966 (diff) | |
download | buildstream-949962f8c98ba0932fc82abd966fd4aa0a2c60f9.tar.gz |
NEWS: Add entry for change in symlink handling
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -135,6 +135,10 @@ buildstream 1.3.1 the cached build tree input it will remain unaltered, however the availbility of the build tree content may differ. + o BREAKING CHANGE: Symlinks are no longer resolved during staging and absolute + symlinks are now preserved instead of being converted to relative symlinks. + + ================= buildstream 1.1.5 ================= |