comparison NEWS @ 5320:e4c3950345e9

remove NEWS from reverted commits 5306:155637655710 and 5308:1e23bfb0f732
author Sebastien Jodogne <s.jodogne@gmail.com>
date Sat, 24 Jun 2023 12:21:26 +0200
parents f2e1ad71e49c
children fbe857e942cd
comparison
equal deleted inserted replaced
5319:f2e1ad71e49c 5320:e4c3950345e9
22 * Modality worklists plugin: allow searching on private tags (exact match only) 22 * Modality worklists plugin: allow searching on private tags (exact match only)
23 * Fix orphan files remaining in storage when working with MaximumStorageSize 23 * Fix orphan files remaining in storage when working with MaximumStorageSize
24 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510) 24 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
25 * When deleting a resource, its parents LastUpdate metadata are now updated. 25 * When deleting a resource, its parents LastUpdate metadata are now updated.
26 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0. 26 * Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0.
27 * Disabled automatic conversion from YBR to RGB when transcoding JPEG to RAW transfer-syntax
28 (https://discourse.orthanc-server.org/t/orthanc-convert-ybr-to-rgb-but-does-not-change-metadata/3533).
29 This might have an impact on the image returned by /dicom-web/studies/../series/../instances/../frames/1; the
30 image format is now consistent with the PhotometricIntepretation DICOM Tag.
31 * Upgraded dependencies for static builds: 27 * Upgraded dependencies for static builds:
32 - boost 1.82.0 28 - boost 1.82.0
33 29
34 30
35 Version 1.12.0 (2023-04-14) 31 Version 1.12.0 (2023-04-14)