summaryrefslogtreecommitdiff
path: root/docs/markdown/snippets/subprojects_update.md
AgeCommit message (Collapse)Author
2021-05-02Release 0.58.0.Jussi Pakkanen
2021-03-28msubprojects: wrap-file should be re-extracted with --resetXavier Claessens
When using --reset we should guarantee that next reconfigure will pick the latest code. For wrap-file we have no way to know if the revision changed, so we have to delete the source tree and extract again. It is unlikely that user has local changes in non-git subprojects, and --reset is known to be dangerous.
2020-10-30Bump version number for release. This is the 10 000th commit!Jussi Pakkanen
2020-10-13msubprojects: Handle wrap-file to wrap-git caseXavier Claessens
2020-10-13msubprojects: Handle change of URL in wrap-gitXavier Claessens
2020-09-10msubprojects: Allow comma separated list of typesXavier Claessens
2020-09-10doc: Update new `meson subprojects` behaviorsXavier Claessens