# HG changeset patch # User Sebastien Jodogne # Date 1625730289 -7200 # Node ID c26a87e0fed76dba1882e9310fad333b4c185fb0 # Parent c125632f9468842ea189e2769a728a0ecd841cae Orthanc-1.9.5 diff -r c125632f9468 -r c26a87e0fed7 NEWS --- a/NEWS Tue Jul 06 13:29:57 2021 +0200 +++ b/NEWS Thu Jul 08 09:44:49 2021 +0200 @@ -1,10 +1,14 @@ Pending changes in the mainline =============================== + +Version 1.9.5 (2021-07-08) +========================== + General ------- -* Anonymization is now also applied recursively to nested tags +* Anonymization is applied recursively to nested tags REST API -------- diff -r c125632f9468 -r c26a87e0fed7 OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake --- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Tue Jul 06 13:29:57 2021 +0200 +++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake Thu Jul 08 09:44:49 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.5") # Version of the database schema. History: # * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning