# HG changeset patch # User Sebastien Jodogne # Date 1619084008 -7200 # Node ID a7db05dcc2f8b4a1f6fa9a262bfe53cdf9c07f99 # Parent a7b02d82066ddbcd33274282dbfe86f8dead1ee1 Orthanc-1.9.2 diff -r a7b02d82066d -r a7db05dcc2f8 NEWS --- a/NEWS Wed Apr 21 19:00:16 2021 +0200 +++ b/NEWS Thu Apr 22 11:33:28 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 a7db05dcc2f8 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Wed Apr 21 19:00:16 2021 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Thu Apr 22 11:33:28 2021 +0200 @@ -23,7 +23,7 @@ ##################################################################### # Version of the build, should always be "mainline" except in release branches -set(ORTHANC_VERSION "mainline") +set(ORTHANC_VERSION "1.9.2") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning