changeset 4658:66f6fd77deaf Orthanc-1.9.3

Orthanc-1.9.3
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 07 May 2021 09:22:38 +0200
parents e8967149d87a
children 38f5fb0885c4 9815d7618199
files NEWS OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake
diffstat 2 files changed, 19 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/NEWS	Fri May 07 06:35:13 2021 +0200
+++ b/NEWS	Fri May 07 09:22:38 2021 +0200
@@ -1,19 +1,34 @@
 Pending changes in the mainline
 ===============================
 
+
+Version 1.9.3 (2021-05-07)
+==========================
+
+General
+-------
+
 * New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS
   connections without certificate
+
+REST API
+--------
+
 * "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
-* Fixed the lifetime of temporary files associated with jobs that create ZIP archive/media:
+
+Maintenance
+-----------
+
+* New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
+* Fix the lifetime of temporary files associated with jobs that create ZIP archive/media:
   - In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
   - In asynchronous mode, the temporary files are removed as soon as their job gets canceled
 * Fix regression in the handling of "DicomCheckModalityHost" configuration option
   introduced by changeset 4182 in Orthanc 1.7.4
-* New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
 * Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and
   "OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled
 * Fix issue #195 (No need for BulkDataURI when Data Element is empty)
-  
+
 
 Version 1.9.2 (2021-04-22)
 ==========================
--- a/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri May 07 06:35:13 2021 +0200
+++ b/OrthancFramework/Resources/CMake/OrthancFrameworkParameters.cmake	Fri May 07 09:22:38 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.3")
 
 # Version of the database schema. History:
 #   * Orthanc 0.1.0 -> Orthanc 0.3.0 = no versioning