Mercurial > hg > orthanc-gdcm
changeset 61:d5d420f52a3c OrthancGdcm-1.5
OrthancGdcm-1.5
| author | Sebastien Jodogne <s.jodogne@gmail.com> |
|---|---|
| date | Wed, 23 Mar 2022 21:00:20 +0100 |
| parents | 0a255ec7a5e9 |
| children | 773da384dd74 |
| files | CMakeLists.txt NEWS |
| diffstat | 2 files changed, 7 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Wed Mar 23 18:49:07 2022 +0100 +++ b/CMakeLists.txt Wed Mar 23 21:00:20 2022 +0100 @@ -21,13 +21,13 @@ project(OrthancGdcm) -SET(PLUGIN_VERSION "mainline" CACHE STRING "Version of the plugin") +SET(PLUGIN_VERSION "1.5" CACHE STRING "Version of the plugin") if (PLUGIN_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.9.4") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.10.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Wed Mar 23 18:49:07 2022 +0100 +++ b/NEWS Wed Mar 23 21:00:20 2022 +0100 @@ -1,10 +1,15 @@ Pending changes in the mainline =============================== + +Version 1.5 (2022-03-23) +======================== + * Take the configuration option "RestrictTransferSyntaxes" into account not only for decoding, but also for transcoding * Upgrade to GDCM 3.0.10 for static builds + Version 1.4 (2021-07-06) ========================
