* Wed May 27 2020 Axel Braun <axel.braun@gmx.de>
- version 1.7.1
* Fix decoding of DICOM images for plugins (for compatibility with
Orthanc Web Viewer 2.6)
* Fri May 22 2020 Axel Braun <axel.braun@gmx.de>
- new version 1.7.0
* Support of DICOM C-GET SCP (contribution by Varian)
* DICOM transcoding over the REST API
* Transcoding from compressed to uncompressed transfer syntaxes over DICOM
C-STORE SCU (if the remote modality doesn't support compressed syntaxes)
* New configuration options related to transcoding:
"TranscodeDicomProtocol", "BuiltinDecoderTranscoderOrder",
"IngestTranscoding" and "DicomLossyTranscodingQuality"
* See NEWS for details
* Wed Apr 22 2020 Axel Braun <axel.braun@gmx.de>
- version 1.6.1
sqlitewrapper.patch removed (included in 1.6.1)
* Sun Apr 05 2020 Axel Braun <axel.braun@gmx.de>
- sqlitewrapper.patch (boo#1167431)
* Wed Mar 25 2020 Axel Braun <axel.braun@gmx.de>
- various security hardenings (boo#1167431)
* Tue Mar 24 2020 Axel Braun <axel.braun@gmx.de>
- ConnectivityCheck Plugin enabled in build
* Fri Mar 20 2020 Axel Braun <axel.braun@gmx.de>
- version 1.6.0
bugfixes and improvements (see /usr/share/doc/packages/orthanc/NEWS
rpmlintrc for some rpmlint warnings
* Tue Dec 17 2019 Axel Braun <axel.braun@gmx.de>
- for i586, one test disabled (fail due to rounding issues)
* Thu Oct 17 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.8
* various bugfixes, see NEWS for details
* Tue Aug 13 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.7
* Documentation added
* Mon Feb 25 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.5
* Fri Feb 08 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.4
civetweb.patch removed
various bugfixes
* Wed Jan 30 2019 axel.braun@gmx.de
- civetweb.patch added
* Tue Jan 29 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.3
* New configuration option: "SaveJobs" to specify whether jobs are stored in the database
* Don't return tags whose group is below 0x0008 in C-FIND SCP answers
* Fix compatibility with DICOMweb plugin (allow multipart answers over HTTP Keep-Alive)
* Fix issue #73 (/modalities/{modalityId}/store raises 500 errors instead of 404)
* Fix issue #90 (C-Find shall match missing tags to null/empty string)
* Fix issue #119 (/patients/.../archive returns a 500 when JobsHistorySize is 0)
* Fix issue #128 (Asynchronous C-MOVE: invalid number of remaining sub-operations)
* Tue Jan 22 2019 Axel Braun <axel.braun@gmx.de>
- version 1.5.2
temporary fixes for civetweb 1.11 removed
* Sat Dec 22 2018 Axel Braun <axel.braun@gmx.de>
- Version 1.5.1
Initial OBS build
spec file adapted from Fedora project <s.jodogne@gmail.com>
Version: 1.12.3-bp156.2.4
* Tue Mar 19 2024 Axel Braun <axel.braun@gmx.de>
- apply dcmtk patch to install section
* Thu Mar 07 2024 Axel Braun <axel.braun@gmx.de>
- fix build for Leap < 15.6
* Thu Mar 07 2024 Max Lin <mlin@suse.com>
- Build orthanc with gcc13 on Leap 15
* Fri Feb 02 2024 Axel Braun <axel.braun@gmx.de>
- version 1.12.3
* dcmtk.diff added to fix TW build issue
* add user/group orthanc
* Performance of databases:
- At startup, if using a database plugin, displays the latency to access the DB.
- Added support for new DB primitives to enable the "READ COMMITTED"
transaction mode in the PostgreSQL plugin.
* API version upgraded to 23
* Added a 'KeepLabels' option in /modify routes (default = false)
* Upgraded dependencies for static builds:
- boost 1.84.0
- curl 8.5.0
- dcmtk 3.6.8
- jsoncpp 1.9.5
- libjpeg 9f
- libpng 1.6.40
- openssl 3.1.4
- pugixml 1.14
- zlib 1.3.1
* Thu Dec 21 2023 Axel Braun <axel.braun@gmx.de>
- version 1.12.2 - see NEWS for full changelog
libboost.diff removed (included in source)
* Mon Dec 18 2023 Axel Braun <axel.braun@gmx.de>
- libboost.diff to fix build error with boost 1.84
Version: 1.12.1-bp155.2.3.1
* Wed Jul 05 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
Version: 1.12.0-bp154.2.6.1
* Sun Apr 16 2023 Axel Braun <axel.braun@gmx.de>
- version 1.12.0
* Support for labels associated with patients, studies, series, and instances
* Added a sample plugin bringing multitenant DICOM support through labels
* Many other fixes and improvements, see NEWS
* Fri Apr 14 2023 Axel Braun <axel.braun@gmx.de>
- version 1.11.3
* cmake.diff removed (included in source)
* install_cmd.diff removed (included in source)
* Many improvements, for detailed log see NEWS
* Tue Oct 25 2022 Axel Braun <axel.braun@gmx.de>
- Build fixed for new plugins
cmake.diff added
install_cmd.diff added
Version: 1.11.0-bp154.1.1
* Tue May 10 2022 Axel Braun <axel.braun@gmx.de>
- version 1.11.0
* new API version 1.7
* new configuration parameter
* for detailed changelog see NEWS
* Fri May 06 2022 Marcus Meissner <meissner@suse.com>
- switched source urls to https
* Fri Mar 25 2022 Axel Braun <axel.braun@gmx.de>
- version 1.10.1
* for detailed changelog see NEWS
* Wed Oct 13 2021 Johannes Segitz <jsegitz@suse.com>
- Added hardening to systemd service(s) (bsc#1181400). Modified:
* orthanc.service
* Sun Sep 26 2021 Axel Braun <axel.braun@gmx.de>
- Test for SharedLibrary.Basic disabled (fails with new glibc)
* Wed Sep 01 2021 Axel Braun <axel.braun@gmx.de>
- Version 1.9.7
* New configuration option "DicomAlwaysAllowMove" to disable verification of
the remote modality in C-MOVE SCP
* API version upgraded to 15
* Added "Level" option to POST /tools/bulk-modify
* Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize"
* Added file CITATION.cff
* Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
* Fix upload of ZIP archives containing a DICOMDIR file
* Fix computation of the estimated time of arrival in jobs
* Support detection of windowing and rescale in Philips multiframe images