diff options
author | Valentin David <valentin.david@codethink.co.uk> | 2018-12-03 14:40:15 +0100 |
---|---|---|
committer | Tristan Van Berkom <tristan.vanberkom@codethink.co.uk> | 2018-12-05 18:50:15 +0900 |
commit | ec7b62c3628c73f947ac21146639f7b0e1eba5fe (patch) | |
tree | 2c7e75615e2c08b9b5d4b5aab58e06ac90504a49 /NEWS | |
parent | 8251310950e72f18c2d171de375051fb0e126655 (diff) | |
download | buildstream-ec7b62c3628c73f947ac21146639f7b0e1eba5fe.tar.gz |
NEWS: Add news about broken 'git describe' by default.
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -74,6 +74,10 @@ buildstream 1.3.1 o Add sandbox API for command batching and use it for build, script, and compose elements. + o BREAKING CHANGE: The `git` plugin does not create a local `.git` + repository by default. If `git describe` is required to work, the + plugin has now a tag tracking feature instead. This can be enabled + by setting 'track-tags'. ================= buildstream 1.1.5 |