Accepting request 892106 from graphics
OBS-URL: https://build.opensuse.org/request/show/892106 OBS-URL: https://build.opensuse.org/package/show/openSUSE:Factory/orthanc?expand=0&rev=13
This commit is contained in:
commit
8d1d5297f2
@ -1,3 +0,0 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:943008ad26cee36db09276d1b54879b536542531411612de5c2320ba18025262
|
||||
size 1786754
|
3
Orthanc-1.9.3.tar.gz
Normal file
3
Orthanc-1.9.3.tar.gz
Normal file
@ -0,0 +1,3 @@
|
||||
version https://git-lfs.github.com/spec/v1
|
||||
oid sha256:41cc35a3d15ecb0d7b834e8e28a740cc4ffa1f333c019a764228d60e96608960
|
||||
size 1818313
|
@ -1,3 +1,38 @@
|
||||
-------------------------------------------------------------------
|
||||
Sun May 9 09:54:25 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
- Version 1.9.3
|
||||
* New configuration option: "DicomTlsRemoteCertificateRequired" to allow secure DICOM TLS
|
||||
connections without certificate
|
||||
* "ETag" headers for metadata and attachments now allow strong comparison (MD5 is included)
|
||||
* New CMake option: "ORTHANC_LUA_VERSION" to use a specific version of system-wide Lua
|
||||
* Fix the lifetime of temporary files associated with jobs that create ZIP archive/media:
|
||||
- In synchronous mode, their number could grow up to "JobsHistorySize" in Orthanc <= 1.9.2
|
||||
- In asynchronous mode, the temporary files are removed as soon as their job gets canceled
|
||||
* Fix regression in the handling of "DicomCheckModalityHost" configuration option
|
||||
introduced by changeset 4182 in Orthanc 1.7.4
|
||||
* Reduced memory consumption of "OrthancPluginHttpClient()", "OrthancPluginHttpClient2()" and
|
||||
"OrthancPluginCallPeerApi()" on POST/PUT if chunked transfer is disabled
|
||||
* Fix issue #195 (No need for BulkDataURI when Data Element is empty)
|
||||
|
||||
- from version 1.9.2:
|
||||
* New configuration options related to multiple readers/writers:
|
||||
- "DatabaseServerIdentifier" identifies the server in the DB among a pool of Orthanc servers
|
||||
- "CheckRevisions" to protect against concurrent modifications of metadata and attachments
|
||||
* API version upgraded to 12
|
||||
* "/system" reports the value of the "CheckRevisions" global option
|
||||
* "/.../{id}/metadata/{name}" and "/.../{id}/attachments/{name}/..." URIs handle the
|
||||
HTTP headers "If-Match", "If-None-Match" and "ETag" to cope with revisions
|
||||
* New function in the SDK: OrthancPluginCallRestApi()
|
||||
* Full refactoring of the database plugin SDK to handle multiple readers/writers,
|
||||
which notably implies the handling of retries in the case of collisions
|
||||
* Use the local timezone for query/retrieve in the Orthanc Explorer interface (was UTC before)
|
||||
* Fix "OrthancServer/Resources/Samples/Python/Replicate.py" for Python 3.x
|
||||
* Fix issue #83 (ServerIndex shall implement retries for DB temporary errors)
|
||||
* Upgraded dependencies for static builds (notably on Windows and LSB):
|
||||
- civetweb 1.14
|
||||
- openssl 1.1.1k
|
||||
|
||||
-------------------------------------------------------------------
|
||||
Thu Feb 25 20:31:58 UTC 2021 - Axel Braun <axel.braun@gmx.de>
|
||||
|
||||
|
@ -18,7 +18,7 @@
|
||||
|
||||
|
||||
Name: orthanc
|
||||
Version: 1.9.1
|
||||
Version: 1.9.3
|
||||
Release: 0
|
||||
Summary: RESTful DICOM server for healthcare and medical research
|
||||
License: GPL-3.0-or-later
|
||||
@ -75,8 +75,8 @@ BuildRequires: pkgconfig(libsystemd)
|
||||
BuildRequires: pkgconfig(lua5.1)
|
||||
|
||||
Requires: dcmtk
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
Requires(pre): /usr/sbin/groupadd
|
||||
Requires(pre): /usr/sbin/useradd
|
||||
|
||||
%{?systemd_ordering}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user