Mercurial > hg > orthanc-wsi
changeset 333:db391f32b91c OrthancWSI-2.1
OrthancWSI-2.1
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Fri, 18 Oct 2024 15:39:50 +0200 |
parents | e32ccca4d772 |
children | f011fc199b6a |
files | NEWS Resources/CMake/Version.cmake |
diffstat | 2 files changed, 6 insertions(+), 7 deletions(-) [+] |
line wrap: on
line diff
--- a/NEWS Fri Oct 18 15:01:09 2024 +0200 +++ b/NEWS Fri Oct 18 15:39:50 2024 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 2.1 (2024-10-18) +======================== + * Support of sparse encoding of tiles in OpenSlide (notably for MIRAX format) * OrthancWSIDicomizer supports plain TIFF, besides hierarchical TIFF * New option: "--force-openslide" to force the use of OpenSlide on TIFF-like files
--- a/Resources/CMake/Version.cmake Fri Oct 18 15:01:09 2024 +0200 +++ b/Resources/CMake/Version.cmake Fri Oct 18 15:39:50 2024 +0200 @@ -19,19 +19,14 @@ # along with this program. If not, see <http://www.gnu.org/licenses/>. -set(ORTHANC_WSI_VERSION "mainline") +set(ORTHANC_WSI_VERSION "2.1") if (ORTHANC_WSI_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.1") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.12.4") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") - - # This definition is needed if Orthanc Framework <= 1.12.1 - function(DefineSourceBasenameForTarget targetname) - endfunction() - endif() add_definitions(