Mercurial > hg > orthanc-dicomweb
changeset 721:00cae2648bcb OrthancDicomWeb-1.21
1.21
| author | Alain Mazy <am@orthanc.team> |
|---|---|
| date | Thu, 14 Aug 2025 16:38:00 +0200 |
| parents | cc39bf31ddd3 |
| children | 5489bac34208 |
| files | CMakeLists.txt NEWS |
| diffstat | 2 files changed, 3 insertions(+), 3 deletions(-) [+] |
line wrap: on
line diff
--- a/CMakeLists.txt Thu Aug 14 16:36:40 2025 +0200 +++ b/CMakeLists.txt Thu Aug 14 16:38:00 2025 +0200 @@ -23,7 +23,7 @@ project(OrthancDicomWeb) -set(ORTHANC_DICOM_WEB_VERSION "mainline") +set(ORTHANC_DICOM_WEB_VERSION "1.21") if (ORTHANC_DICOM_WEB_VERSION STREQUAL "mainline") set(ORTHANC_FRAMEWORK_DEFAULT_VERSION "mainline")
--- a/NEWS Thu Aug 14 16:36:40 2025 +0200 +++ b/NEWS Thu Aug 14 16:38:00 2025 +0200 @@ -1,5 +1,5 @@ -Pending changes in the mainline -=============================== +Version 1.21 (2025-08-14) +========================= * New configuration "WadoRsLoaderThreadsCount" to configure how many threads are loading files from the storage when answering to a WADO-RS query. A value > 1 is meaningful
