diff options
Diffstat (limited to 'NEWS')
-rw-r--r-- | NEWS | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -2,6 +2,16 @@ (unreleased) ============ +Plugins +------- + + o The 'git' source will now only fetch a single revision when its ref is set + to an exact tag in git-describe format (...-0-g...). + + o When a 'git' source has a ref in git-describe format, only the commit + ID is used when calculating the element's cache key. This means you can + change between ref formats without having to rebuild the element. + ================== buildstream 1.93.0 @@ -89,6 +99,12 @@ CLI * `bst workspace open --track` * `bst workspace reset --track` +Plugins +------- + + o The 'git' source will now fetch submodules recursively when + its 'checkout-submodules' option is enabled. + API --- |