Mercurial > hg > orthanc-databases
changeset 811:c4284995ffd4
merged 10.1 -> default
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Tue, 14 Apr 2026 21:31:08 +0200 |
| parents | 53fa8373777b (current diff) c4fdaeaff98b (diff) |
| children | 720d63ed19ee |
| files | PostgreSQL/CMakeLists.txt |
| diffstat | 3 files changed, 3 insertions(+), 2 deletions(-) [+] |
line wrap: on
line diff
--- a/PostgreSQL/CMakeLists.txt Tue Apr 14 12:45:06 2026 +0200 +++ b/PostgreSQL/CMakeLists.txt Tue Apr 14 21:31:08 2026 +0200 @@ -43,7 +43,7 @@ set(ORTHANC_FRAMEWORK_VERSION "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "hg") else() - set(ORTHANC_FRAMEWORK_VERSION "e0979326ac53") # while waiting for 1.12.11 for Orthanc::Toolbox::ToLowerCaseWithAccents + set(ORTHANC_FRAMEWORK_VERSION "1.12.11") # 1.12.11 has a bug in ImageAccessor but it is not an issue here ! set(ORTHANC_FRAMEWORK_DEFAULT_SOURCE "web") endif()
--- a/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake Tue Apr 14 12:45:06 2026 +0200 +++ b/Resources/Orthanc/CMake/DownloadOrthancFramework.cmake Tue Apr 14 21:31:08 2026 +0200 @@ -177,6 +177,8 @@ set(ORTHANC_FRAMEWORK_MD5 "66b5a2ee60706c4a502896083b9e1a01") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.10") set(ORTHANC_FRAMEWORK_MD5 "d5e1ba442104c89a24013cb859a9d6bf") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.12.11") + set(ORTHANC_FRAMEWORK_MD5 "389b273b64b513ba8fc3233f34201cc1") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc
--- a/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Tue Apr 14 12:45:06 2026 +0200 +++ b/Resources/Orthanc/Plugins/OrthancPluginCppWrapper.h Tue Apr 14 21:31:08 2026 +0200 @@ -27,7 +27,6 @@ #include <orthanc/OrthancCPlugin.h> #include <boost/noncopyable.hpp> -#include <boost/lexical_cast.hpp> #include <boost/thread/mutex.hpp> #include <boost/date_time/posix_time/posix_time.hpp> #include <json/value.h>
