# HG changeset patch # User Sebastien Jodogne # Date 1602839545 -7200 # Node ID 2d6e7471ec7fc8dfa1207803162f8c4dfb04f007 # Parent 2221051b42df50bc366019c2c384c8edb9b16691# Parent a4af6eaca23ecabf108f1f00cdc28d7fb0ad2346 back to mainline diff -r 2221051b42df -r 2d6e7471ec7f NEWS --- a/NEWS Thu Oct 15 20:08:44 2020 +0200 +++ b/NEWS Fri Oct 16 11:12:25 2020 +0200 @@ -1,11 +1,12 @@ Pending changes in the mainline =============================== -General -------- + +Version 1.8.0 (2020-10-16) +========================== * Serving the content of Orthanc as a WebDAV network share -* New configuration options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed" +* New config options: "WebDavEnabled", "WebDavDeleteAllowed" and "WebDavUploadAllowed" Version 1.7.4 (2020-09-18) diff -r 2221051b42df -r 2d6e7471ec7f OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Thu Oct 15 20:08:44 2020 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Fri Oct 16 11:12:25 2020 +0200 @@ -116,6 +116,8 @@ set(ORTHANC_FRAMEWORK_MD5 "3f1ba9502ec7c5449971d3b56087bcde") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.7.4") set(ORTHANC_FRAMEWORK_MD5 "19fcb7c21876af86546baa048a22c6c0") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.8.0") + set(ORTHANC_FRAMEWORK_MD5 "f8ec7554ef5d23ea4ce474b1e8214de9") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r 2221051b42df -r 2d6e7471ec7f OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake