Mercurial > hg > orthanc-wsi
changeset 295:92b88fa3e631
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 13 Jul 2023 18:18:21 +0200 |
parents | 0ad6bb263752 (current diff) b28c815a625f (diff) |
children | 559499b80da8 |
files | Resources/CMake/Version.cmake |
diffstat | 2 files changed, 11 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Thu Jul 13 17:24:25 2023 +0200 +++ b/NEWS Thu Jul 13 18:18:21 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:18:21 2023 +0200 @@ -24,8 +24,13 @@ 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(