Mercurial > hg > orthanc
changeset 4160:77255a09883b
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Mon, 24 Aug 2020 07:28:45 +0200 |
parents | 32ac045109a6 (current diff) 2e540919aac9 (diff) |
children | a92a3ac7f748 |
files | OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 3 files changed, 8 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Sun Aug 23 14:46:40 2020 +0200 +++ b/NEWS Mon Aug 24 07:28:45 2020 +0200 @@ -1,9 +1,14 @@ Pending changes in the mainline =============================== + +Version 1.7.2 (2020-08-24) +========================== + REST API -------- +* API version upgraded to 8 * "/peers/{id}/store": New option "Compress" to compress DICOM data using gzip * "OrthancPeerStore" jobs now report the transmitted size in their public content
--- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Sun Aug 23 14:46:40 2020 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Mon Aug 24 07:28:45 2020 +0200 @@ -112,6 +112,8 @@ set(ORTHANC_FRAMEWORK_MD5 "3c171217f930abe80246997bdbcaf7cc") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.2") set(ORTHANC_FRAMEWORK_MD5 "328f94dcbd78c169655a13f7ad58a2c2") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.3") + set(ORTHANC_FRAMEWORK_MD5 "29e31ebc2ff020b20d083657e5538576") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Sun Aug 23 14:46:40 2020 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Mon Aug 24 07:28:45 2020 +0200 @@ -37,7 +37,7 @@ # Version of the Orthanc API, can be retrieved from "/system" URI in # order to check whether new URI endpoints are available even if using # the mainline version of Orthanc -set(ORTHANC_API_VERSION "7") +set(ORTHANC_API_VERSION "8") #####################################################################