Help: add release notes for topic 'ctest-run-submodule-sync'

This commit is contained in:
Ben Boeckel 2016-03-31 12:31:56 -04:00 committed by Brad King
parent 7f5607439e
commit c18d91add8
1 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,9 @@
ctest-run-submodule-sync
------------------------
* The :command:`ctest_update` command now looks at the
:variable:`CTEST_GIT_INIT_SUBMODULES` variable to determine whether
submodules should be updated or not before updating.
* The :command:`ctest_update` command will now synchronize submodules on an
update. Updates which add submodules or change a submodule's URL will now be
pulled properly.