# HG changeset patch # User Sebastien Jodogne # Date 1596539921 -7200 # Node ID bb2c8c4a794522f4aa502616c202124af8798feb # Parent a8ec00ed9a9bef9cf9f27272d73cbc3123f4c427 Upgrade to Orthanc framework 1.7.2 diff -r a8ec00ed9a9b -r bb2c8c4a7945 CMakeLists.txt --- a/CMakeLists.txt Tue Aug 04 13:07:30 2020 +0200 +++ b/CMakeLists.txt Tue Aug 04 13:18:41 2020 +0200 @@ -27,7 +27,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.0") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif() diff -r a8ec00ed9a9b -r bb2c8c4a7945 NEWS --- a/NEWS Tue Aug 04 13:07:30 2020 +0200 +++ b/NEWS Tue Aug 04 13:18:41 2020 +0200 @@ -2,6 +2,7 @@ =============================== * Support of dynamic linking against the system-wide Orthanc framework library +* Upgrade to Orthanc framework 1.7.2 Version 2.6 (2020-05-26) @@ -15,14 +16,14 @@ are now transmitted to the viewer and included as headers in every HTTP request to the Rest API easing the usage of the Authorization plugin -* Upgrade to Orthanc framework to 1.7.0 +* Upgrade to Orthanc framework 1.7.0 Version 2.5 (2019-02-27) ======================== * Upgrade to GDCM 2.8.8 for static builds -* Upgrade to Orthanc framework to 1.5.5 +* Upgrade to Orthanc framework 1.5.5 Version 2.4 (2018-04-23) diff -r a8ec00ed9a9b -r bb2c8c4a7945 Resources/holy-build-box-internal.sh --- a/Resources/holy-build-box-internal.sh Tue Aug 04 13:07:30 2020 +0200 +++ b/Resources/holy-build-box-internal.sh Tue Aug 04 13:18:41 2020 +0200 @@ -30,7 +30,7 @@ cmake /tmp/source-writeable \ -DCMAKE_BUILD_TYPE=$1 -DSTATIC_BUILD=ON \ -DORTHANC_FRAMEWORK_SOURCE=web \ - -DORTHANC_FRAMEWORK_VERSION=1.6.1 \ + -DORTHANC_FRAMEWORK_VERSION=1.7.2 \ -DCMAKE_INSTALL_PREFIX=/target make -j`nproc`