Mercurial > hg > orthanc
changeset 4638:a7db05dcc2f8 Orthanc-1.9.2
Orthanc-1.9.2
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Thu, 22 Apr 2021 11:33:28 +0200 |
parents | a7b02d82066d |
children | c638dd444de0 e06d2fca426c |
files | NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake |
diffstat | 2 files changed, 7 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- 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 -----------
--- 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