comparison NEWS @ 5301:f26ed26a7793 am-experimental

merge
author Alain Mazy <am@osimis.io>
date Wed, 24 May 2023 08:56:41 +0200
parents c9ea57d73603 76dc541c5dda
children 9504de20d43d
comparison
equal deleted inserted replaced
5300:7d913ee2f665 5301:f26ed26a7793
9 Maintenance 9 Maintenance
10 ----------- 10 -----------
11 11
12 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration" 12 * Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
13 tag (0028,0006) equals 1 13 tag (0028,0006) equals 1
14 * Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
15 * Modality worklists plugin: allow searching on private tags (exact match only)
16 * Upgraded dependencies for static builds:
17 - boost 1.82.0
18 * Fix orphan files remaining in storage when working with MaximumStorageSize
19 (https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
20 * When deleting a resource, its parents LastUpdate metadata are now updated.
21
14 * WIP: new dicomWeb Json format for some of the Rest API routes. 22 * WIP: new dicomWeb Json format for some of the Rest API routes.
15 * WIP: new 'include' get arguments for some of the Rest API routes to define 23 * WIP: new 'include' get arguments for some of the Rest API routes to define
16 the content of the response. Useful since the dicomWeb format is very slow 24 the content of the response. Useful since the dicomWeb format is very slow
17 to serialize. 25 to serialize.
18 26