changeset 294:b28c815a625f OrthancWSI-2.0

OrthancWSI-2.0
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Jul 2023 18:16:04 +0200
parents 0ad6bb263752
children 92b88fa3e631
files NEWS Resources/CMake/Version.cmake
diffstat 2 files changed, 12 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Thu Jul 13 17:24:25 2023 +0200
+++ b/NEWS	Thu Jul 13 18:16:04 2023 +0200
@@ -1,10 +1,14 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 2.0 (2023-10-07)
+========================
+
 * Support of IIIF
 * Automated extraction of the imaged volume if using OpenSlide
 * URI "/wsi/tiles/{id}/{z}/{x}/{y}" supports the "Accept" HTTP header
-  to force JPEG, JPEG2k or PNG in the decoded tiles
+  to force JPEG, JPEG2k, or PNG in the decoded tiles
 
 
 Version 1.1 (2021-12-11)
--- a/Resources/CMake/Version.cmake	Thu Jul 13 17:24:25 2023 +0200
+++ b/Resources/CMake/Version.cmake	Thu Jul 13 18:16:04 2023 +0200
@@ -18,14 +18,19 @@
 # along with this program. If not, see <http://www.gnu.org/licenses/>.
 
 
-set(ORTHANC_WSI_VERSION "mainline")
+set(ORTHANC_WSI_VERSION "2.0")
 
 if (ORTHANC_WSI_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg")
 else()
-  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "b2e08d83e21d")  # Framework pre-1.9.8
+  set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.1")
   set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web")
+
+  # This definition is needed if Orthanc Framework <= 1.12.1
+  function(DefineSourceBasenameForTarget targetname)
+  endfunction()
+
 endif()
 
 add_definitions(