Mercurial > hg > orthanc-gdcm
changeset 45:d16068d62a3b
back to mainline
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 17 Dec 2020 17:25:08 +0100 (2020-12-17) |
parents | ff44174ede8a (current diff) ad9c32ea9eac (diff) |
children | 04519e722249 |
files | CMakeLists.txt |
diffstat | 2 files changed, 5 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Dec 17 16:48:55 2020 +0100 +++ b/CMakeLists.txt Thu Dec 17 17:25:08 2020 +0100 @@ -27,7 +27,7 @@ set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.7.2") + set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "1.8.1") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/NEWS Thu Dec 17 16:48:55 2020 +0100 +++ b/NEWS Thu Dec 17 17:25:08 2020 +0100 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.2 (2020-12-17) +======================== + * Temporarily prevent transcoding of 16bpp images to JPEG, as this might crash GDCM * Upgrade to GDCM 3.0.8 for static builds