summaryrefslogtreecommitdiffstats
path: root/Help/release/dev/ExternalData-multiple-hashes.rst
Commit message (Collapse)AuthorAgeFilesLines
* Help: Consolidate 3.8 release notesBrad King2017-02-061-7/+0
| | | | | | | | | | | | | | Move all development release notes into a new version-specific document: tail -q -n +3 Help/release/dev/* > Help/release/3.8.rst git rm -- Help/release/dev/* except the sample topic: git checkout HEAD -- Help/release/dev/0-sample-topic.rst Reference the new document from the release notes index document. Add a title and intro sentence to the new document by hand.
* ExternalData: Add support for multiple hash algorithmsMatt McCormick2016-10-181-0/+7
Add support for projects to have `Data.txt.md5` *and* `Data.txt.sha512` where the content links hold hashes for the same file. Check all `ExternalData_URL_TEMPLATES` entries in order for all available hashes. The data acquisition is considered a failure if none of the available URL resources has any of the given hashes. This makes it possible to have multiple data server resources where all servers do not support all hashing algorithms.