Accepting request 1096996 from home:DocB:Orthanc
version 1.12.1 OBS-URL: https://build.opensuse.org/request/show/1096996 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=56
This commit is contained in:
parent
d195f09628
commit
89f40c5087
@ -1,3 +0,0 @@
|
|||||||
version https://git-lfs.github.com/spec/v1
|
|
||||||
oid sha256:5a18b0104be494e5d3bda326b3fc6c2c069afc8f6df94a5f840e4ccc9ece780c
|
|
||||||
size 1975136
|
|
3
Orthanc-1.12.1.tar.gz
Normal file
3
Orthanc-1.12.1.tar.gz
Normal file
@ -0,0 +1,3 @@
|
|||||||
|
version https://git-lfs.github.com/spec/v1
|
||||||
|
oid sha256:2e8bfe1f56a4cf9a281eb3975549122ee13f2f4057279d88bb0dd09b006e6189
|
||||||
|
size 1991159
|
@ -1,3 +1,36 @@
|
|||||||
|
-------------------------------------------------------------------
|
||||||
|
Wed Jul 5 17:24:07 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
- version 1.12.1
|
||||||
|
* Orthanc now anonymizes according to Basic Profile of PS 3.15-2023b Table E.1-1
|
||||||
|
* Added metrics:
|
||||||
|
- "orthanc_storage_read_bytes"
|
||||||
|
- "orthanc_storage_written_bytes"
|
||||||
|
- "orthanc_memory_trimming_duration_ms"
|
||||||
|
|
||||||
|
* API version upgraded to 21
|
||||||
|
* "/tools/create-dicom" can now be used to create Encapsulated 3D
|
||||||
|
Manufacturing Model IODs (MTL, OBJ, or STL)
|
||||||
|
* Added a route to delete the output of an asynchronous job (right now
|
||||||
|
only for archive jobs): e.g. DELETE /jobs/../archive
|
||||||
|
|
||||||
|
* Added "OrthancPluginLoadDicomInstance()" to load DICOM instances from the database
|
||||||
|
* Added "OrthancPluginSetMetricsIntegerValue()" to track metrics with integer values
|
||||||
|
|
||||||
|
* Fix decoding of YBR_FULL RLE images for which the "Planar Configuration"
|
||||||
|
tag (0028,0006) equals 1
|
||||||
|
* Made Orthanc more resilient to common spelling errors in SpecificCharacterSet
|
||||||
|
* Modality worklists plugin: Allow searching on private tags (exact match only)
|
||||||
|
* Fix orphan files remaining in storage when working with MaximumStorageSize
|
||||||
|
(https://discourse.orthanc-server.org/t/issue-with-deleting-incoming-dicoms-when-maximumstoragesize-is-reached/3510)
|
||||||
|
* When deleting a resource, the "LastUpdate" metadata of its parents are now updated
|
||||||
|
* Reduced the memory usage when downloading archives when "ZipLoaderThreads" > 0
|
||||||
|
* Metrics can be stored either as floating-point numbers, or as integers
|
||||||
|
* Reduce the frequency of memory trimming from 100ms to 30s to avoid high idle
|
||||||
|
CPU load (https://discourse.orthanc-server.org/t/onchange-callbacks-and-cpu-loads/3534).
|
||||||
|
* Upgraded dependencies for static builds:
|
||||||
|
- boost 1.82.0
|
||||||
|
|
||||||
-------------------------------------------------------------------
|
-------------------------------------------------------------------
|
||||||
Sun Apr 16 19:52:25 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
Sun Apr 16 19:52:25 UTC 2023 - Axel Braun <axel.braun@gmx.de>
|
||||||
|
|
||||||
|
@ -18,7 +18,7 @@
|
|||||||
|
|
||||||
|
|
||||||
Name: orthanc
|
Name: orthanc
|
||||||
Version: 1.12.0
|
Version: 1.12.1
|
||||||
Release: 0
|
Release: 0
|
||||||
Summary: RESTful DICOM server for healthcare and medical research
|
Summary: RESTful DICOM server for healthcare and medical research
|
||||||
License: GPL-3.0-or-later
|
License: GPL-3.0-or-later
|
||||||
|
Loading…
x
Reference in New Issue
Block a user