Browse Source

CTest: Add release note about removed submission methods

Regina Pfeifer 7 years ago
parent
commit
e184603378
1 changed files with 6 additions and 0 deletions
  1. 6 0
      Help/release/dev/submit-method.rst

+ 6 - 0
Help/release/dev/submit-method.rst

@@ -0,0 +1,6 @@
+submit-method
+-------------
+
+* CTest no longer supports submissions via ``ftp``, ``scp``, ``cp``, and
+  ``xmlrpc``.  CDash is the only maintained testing dashboard for CTest,
+  and it only supports submissions over ``http`` and ``https``.