# HG changeset patch # User Sebastien Jodogne # Date 1626857294 -7200 # Node ID b2417ac5055aa40db6b5f83a431fd7db33e66523 # Parent 56ed4c11fc2a8250f49919ec381b543888930d97# Parent cb18a1869e4ea0c9f79a4ce2a19ad111fe52903c integration mainline->openssl-3.x diff -r 56ed4c11fc2a -r b2417ac5055a NEWS --- a/NEWS Thu Jul 08 14:58:18 2021 +0200 +++ b/NEWS Wed Jul 21 10:48:14 2021 +0200 @@ -15,11 +15,21 @@ * Upgraded dependencies for static builds (notably on Windows and LSB): - openssl 3.0.0-beta1 + +Version 1.9.6 (2021-07-21) +========================== + Orthanc Explorer ---------------- +* In lookup and query/retrieve, possibility to provide a specific study date * Clicking on "Send to remote modality" displays the job information to monitor progress +Maintenance +----------- + +* Fix orphaned attachments if bad revision number is provided + Version 1.9.5 (2021-07-08) ========================== diff -r 56ed4c11fc2a -r b2417ac5055a OrthancFramework/Resources/CMake/Compiler.cmake --- a/OrthancFramework/Resources/CMake/Compiler.cmake Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancFramework/Resources/CMake/Compiler.cmake Wed Jul 21 10:48:14 2021 +0200 @@ -42,14 +42,6 @@ # use by "ExternalProject" in CMake SET(CMAKE_LSB_CC $ENV{LSB_CC} CACHE STRING "") SET(CMAKE_LSB_CXX $ENV{LSB_CXX} CACHE STRING "") - - # Explicitly adding "-lstdc++ -lm" during linking for LSB had to be - # introduced on the BuildBot server for LSB Release builds between - # "OrthancMySQL-4.0" and "OrthancMySQL-4.1" and after - # "Orthanc-1.9.5", for unclear reasons. Without this option, many - # symbols are left undefined while linking. Similar to: - # https://gcc.gnu.org/bugzilla/show_bug.cgi?id=14001 - link_libraries(stdc++ m) endif() diff -r 56ed4c11fc2a -r b2417ac5055a OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Wed Jul 21 10:48:14 2021 +0200 @@ -134,6 +134,8 @@ set(ORTHANC_FRAMEWORK_MD5 "6d5ca4a73ac7d42445041ca79de1624d") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.5") set(ORTHANC_FRAMEWORK_MD5 "10fc64de1254a095e5d3ed3931f0cfbb") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.6") + set(ORTHANC_FRAMEWORK_MD5 "4b5d05683d747c29b2860ad79d11e62e") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r 56ed4c11fc2a -r b2417ac5055a OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake diff -r 56ed4c11fc2a -r b2417ac5055a OrthancFramework/Sources/Compression/ZipReader.cpp --- a/OrthancFramework/Sources/Compression/ZipReader.cpp Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancFramework/Sources/Compression/ZipReader.cpp Wed Jul 21 10:48:14 2021 +0200 @@ -38,7 +38,7 @@ /** * I have not been able to correctly define "ssize_t" on all versions - * of Visual Studio. As a consequence, I prefered to switch "ssize_t" + * of Visual Studio. As a consequence, I preferred to switch "ssize_t" * to "SSIZE_T", that is properly defined on both MSVC 2008 and 2015. * I define the macro "SSIZE_T" as an alias to "ssize_t" on * POSIX-compliant platforms that wouldn't have "SSIZE_T" defined. diff -r 56ed4c11fc2a -r b2417ac5055a OrthancFramework/Sources/Compression/ZipWriter.cpp --- a/OrthancFramework/Sources/Compression/ZipWriter.cpp Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancFramework/Sources/Compression/ZipWriter.cpp Wed Jul 21 10:48:14 2021 +0200 @@ -452,7 +452,7 @@ } catch (OrthancException& e) // Don't throw exceptions in destructors { - LOG(ERROR) << "Catched exception in destructor: " << e.What(); + LOG(ERROR) << "Caught exception in destructor: " << e.What(); } } diff -r 56ed4c11fc2a -r b2417ac5055a OrthancServer/OrthancExplorer/explorer.html --- a/OrthancServer/OrthancExplorer/explorer.html Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.html Wed Jul 21 10:48:14 2021 +0200 @@ -87,6 +87,11 @@ +
+ + +
+
All patients @@ -494,7 +499,7 @@
- +
@@ -503,6 +508,11 @@
+
+ + +
+
diff -r 56ed4c11fc2a -r b2417ac5055a OrthancServer/OrthancExplorer/explorer.js --- a/OrthancServer/OrthancExplorer/explorer.js Thu Jul 08 14:58:18 2021 +0200 +++ b/OrthancServer/OrthancExplorer/explorer.js Wed Jul 21 10:48:14 2021 +0200 @@ -494,23 +494,39 @@ target.append($('