changeset 736:1174d2027f6a OrthancDicomWeb-1.22

1.22
author Alain Mazy <am@orthanc.team>
date Tue, 02 Dec 2025 17:16:34 +0100
parents 6b1662a58927
children d0f74c22897d 547e9642ad44
files CMakeLists.txt NEWS
diffstat 2 files changed, 3 insertions(+), 5 deletions(-) [+]
line wrap: on
line diff
--- a/CMakeLists.txt	Tue Dec 02 17:11:06 2025 +0100
+++ b/CMakeLists.txt	Tue Dec 02 17:16:34 2025 +0100
@@ -23,7 +23,7 @@
 
 project(OrthancDicomWeb)
 
-set(ORTHANC_DICOM_WEB_VERSION "mainline")
+set(ORTHANC_DICOM_WEB_VERSION "1.22")
 
 if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline")
   set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS	Tue Dec 02 17:11:06 2025 +0100
+++ b/NEWS	Tue Dec 02 17:16:34 2025 +0100
@@ -1,7 +1,5 @@
-Pending changes in the mainline
-===============================
-
-TODO before release: update to framework 1.12.10+ (with BlockingSharedMessageQueue)
+Version 1.22 (2025-12-02)
+=========================
 
 * Fixed a possible deadlock when using "WadoRsLoaderThreadsCount" > 1 when the HTTP
   client disconnects while downloading the response.