# HG changeset patch # User Sebastien Jodogne # Date 1497541414 -7200 # Node ID 4ac039ed55bd076caf232d4789d3c4dad27217ac # Parent b0910ae2ace5ab49bc1d0fb1d62bed4c28002a89 Upgrade to Cornerstone 0.11.0 diff -r b0910ae2ace5 -r 4ac039ed55bd NEWS --- a/NEWS Fri Jun 09 16:13:05 2017 +0200 +++ b/NEWS Thu Jun 15 17:43:34 2017 +0200 @@ -1,6 +1,7 @@ Pending changes in the mainline =============================== +* Upgrade to Cornerstone 0.11.0 * Performance warning if runtime debug assertions are turned on * Fix issue 44 (Bad interpretation of photometric interpretation MONOCHROME1) diff -r b0910ae2ace5 -r 4ac039ed55bd Resources/CMake/JavaScriptLibraries.cmake --- a/Resources/CMake/JavaScriptLibraries.cmake Fri Jun 09 16:13:05 2017 +0200 +++ b/Resources/CMake/JavaScriptLibraries.cmake Thu Jun 15 17:43:34 2017 +0200 @@ -20,9 +20,9 @@ set(BASE_URL "http://www.orthanc-server.com/downloads/third-party/WebViewer") DownloadPackage( - "3335b0a3ee2bde780777d648cccefe55" - "${BASE_URL}/cornerstone-0.8.4.zip" - "cornerstone-0.8.4") + "dbf236ede85e7b7871c9a42edad16d81" + "${BASE_URL}/cornerstone-0.11.0.zip" + "cornerstone-0.11.0") DownloadPackage( "cb943ac26be9ee755e8741ea232389e2" @@ -49,8 +49,8 @@ file(MAKE_DIRECTORY ${JAVASCRIPT_LIBS_DIR}) file(COPY - ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.8.4/dist/cornerstone.min.css - ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.8.4/dist/cornerstone.min.js + ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0/example/cornerstone.css + ${CMAKE_CURRENT_BINARY_DIR}/cornerstone-0.11.0/dist/cornerstone.min.js ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/external/jquery/jquery.js ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/images ${CMAKE_CURRENT_BINARY_DIR}/jquery-ui-1.11.3/jquery-ui.min.css diff -r b0910ae2ace5 -r 4ac039ed55bd WebApplication/viewer.html --- a/WebApplication/viewer.html Fri Jun 09 16:13:05 2017 +0200 +++ b/WebApplication/viewer.html Thu Jun 15 17:43:34 2017 +0200 @@ -6,7 +6,7 @@ Orthanc Web Viewer - +