# HG changeset patch # User Sebastien Jodogne # Date 1619090877 -7200 # Node ID c638dd444de0b1ddc71764a7ff09329795de157a # Parent a7b02d82066ddbcd33274282dbfe86f8dead1ee1# Parent a7db05dcc2f8b4a1f6fa9a262bfe53cdf9c07f99 back to mainline diff -r a7b02d82066d -r c638dd444de0 NEWS --- a/NEWS Wed Apr 21 19:00:16 2021 +0200 +++ b/NEWS Thu Apr 22 13:27:57 2021 +0200 @@ -1,6 +1,10 @@ Pending changes in the mainline =============================== + +Version 1.9.2 (2021-04-22) +========================== + General ------- @@ -20,8 +24,8 @@ ------- * New function in the SDK: OrthancPluginCallRestApi() -* Full refactoring of the database engine to handle multiple readers/writers, which notably - implies the handling of retries in the case of collisions +* Full refactoring of the database plugin SDK to handle multiple readers/writers, + which notably implies the handling of retries in the case of collisions Maintenance ----------- diff -r a7b02d82066d -r c638dd444de0 OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake --- a/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Wed Apr 21 19:00:16 2021 +0200 +++ b/OrthancFramework/Resources/CMake/DownloadOrthancFramework.cmake Thu Apr 22 13:27:57 2021 +0200 @@ -126,6 +126,8 @@ set(ORTHANC_FRAMEWORK_MD5 "cea0b02ce184671eaf1bd668beefbf28") elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.1") set(ORTHANC_FRAMEWORK_MD5 "08eebc66ef93c3b40115c38501db5fbd") + elseif (ORTHANC_FRAMEWORK_VERSION STREQUAL "1.9.2") + set(ORTHANC_FRAMEWORK_MD5 "3ea66c09f64aca990016683b6375734e") # Below this point are development snapshots that were used to # release some plugin, before an official release of the Orthanc diff -r a7b02d82066d -r c638dd444de0 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake