Hello community,

here is the log from the commit of package orthanc for openSUSE:Factory checked 
in at 2020-12-21 10:22:42
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++
Comparing /work/SRC/openSUSE:Factory/orthanc (Old)
 and      /work/SRC/openSUSE:Factory/.orthanc.new.5145 (New)
++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Package is "orthanc"

Mon Dec 21 10:22:42 2020 rev:9 rq:856998 version:1.8.2

Changes:
--------
--- /work/SRC/openSUSE:Factory/orthanc/orthanc.changes  2020-11-12 
22:38:09.686064734 +0100
+++ /work/SRC/openSUSE:Factory/.orthanc.new.5145/orthanc.changes        
2020-12-21 10:23:17.527973866 +0100
@@ -1,0 +2,49 @@
+Sat Dec 19 12:53:48 UTC 2020 - Axel Braun <axel.br...@gmx.de>
+
+- Version 1.8.2
+* ZIP archives containing DICOM files can be uploaded using WebDAV
+* New config option "MallocArenaMax" to control memory usage on GNU/Linux
+* Explicit error log if trying to load a 32bit (resp. 64bit) plugin into
+  a 64bit (resp. 32bit) version of Orthanc
+* New configuration options contributed by Varian Medical Systems:
+  - "DeidentifyLogs" to remove patient identification from the logs (C-GET, 
C-MOVE, C-FIND)
+  - "DeidentifyLogsDicomVersion" to specify the deidentification rules for the 
logs
+  - "OrthancExplorerEnabled" to enable/disable the Orthanc Explorer Web user 
interface
+  - "SslMinimumProtocolVersion" to set the minimal SSL protocol version (now 
defaults to SSL 1.2)
+  - "SslCiphersAccepted" to set the accepted ciphers over SSL (now defaults to 
FIPS 140-2)
+* New configuration options related to ingest transcoding:
+  - "IngestTranscodingOfUncompressed" to control whether uncompressed transfer 
syntaxes are transcoded
+  - "IngestTranscodingOfCompressed" to control whether compressed transfer 
syntaxes are transcoded
+* "/instances" can be used to import ZIP archives provided in the POST body
+* Allow concurrency on the OrthancPluginRegisterIncomingHttpRequestFilter() 
callbacks
+* Allow empty request body in "/modalities/{id}/echo"
+* If meta-header is missing, best-effort to extract "TransferSyntax" in 
"/instances/{id}/metadata"
+
+-------------------------------------------------------------------
+Tue Dec  8 06:35:51 UTC 2020 - Axel Braun <axel.br...@gmx.de>
+
+- Version 1.8.1
+* adaption to new systemd-macros (OBS)
+* New sample tool "OrthancImport.py" to easily import compressed archives 
(ZIP) into Orthanc
+* Logging categories (cf. command-line options starting with "--verbose-" and 
"--trace=")
+* New command-line option "--trace-dicom" to access full debug information 
from DCMTK
+* New config option "DicomEchoChecksFind" to automatically complement C-GET 
SCU with C-FIND SCU
+* API version upgraded to 9
+* "/tools/dicom-echo": Execute C-Echo SCU to a modality that is not registered 
in "/modalities"
+* "/tools/log-level-*": Dynamically access and/or change the verbosity of 
logging categories
+* "/peers/{id}/configuration": Get the configuration of one peer (cf. 
"/peers?expand")
+* "/modalities/{id}/configuration": Get the configuration of one modality (cf. 
"/modalities?expand")
+* "/tools/dicom-echo" and "/modalities/{id}/echo" now accept the field 
"CheckFind" in their JSON
+  body to complement C-GET SCU with C-FIND SCU ("DicomEchoChecksFind" on a 
per-connection basis)
+* Archive/media jobs report the size of the created ZIP file in content field 
"ArchiveSizeMB"
+* New function in the SDK: OrthancPluginGenerateRestApiAuthorizationToken()
+* C-GET SCP: Fix responses and handling of cancel
+* Fix decoding sequence if "BuiltinDecoderTranscoderOrder" is "Before"
+* Fix keep-alive in the embedded HTTP server by setting the "Keep-Alive" HTTP 
header
+* Fix access to videos as a single raw frame (feature broken since Orthanc 
1.6.0)
+* REST API now returns 404 error if deleting an inexistent peer or modality
+* Improved forward ABI compatibility of Orthanc Framework (notably, no inline 
methods anymore)
+* Upgraded dependencies for static builds (notably on Windows and LSB):
+  - civetweb 1.13
+
+-------------------------------------------------------------------

Old:
----
  Orthanc-1.8.0.tar.gz

New:
----
  Orthanc-1.8.2.tar.gz

++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++++

Other differences:
------------------
++++++ orthanc.spec ++++++
--- /var/tmp/diff_new_pack.QF9OCK/_old  2020-12-21 10:23:18.227974481 +0100
+++ /var/tmp/diff_new_pack.QF9OCK/_new  2020-12-21 10:23:18.227974481 +0100
@@ -18,7 +18,7 @@
 
 
 Name:           orthanc
-Version:        1.8.0
+Version:        1.8.2
 Release:        0
 Summary:        RESTful DICOM server for healthcare and medical research
 License:        GPL-3.0-or-later
@@ -67,14 +67,14 @@
 BuildRequires:  tcpd-devel
 BuildRequires:  unzip
 BuildRequires:  pkgconfig(icu-uc)
+BuildRequires:  pkgconfig(libsystemd)
 BuildRequires:  pkgconfig(lua5.1)
-BuildRequires:  pkgconfig(systemd)
 
 Requires:       dcmtk
 Requires(pre):         /usr/sbin/groupadd
 Requires(pre):         /usr/sbin/useradd
 
-%{?systemd_requires}
+%{?systemd_ordering}
 
 %description
 Orthanc aims at providing a simple, yet powerful standalone DICOM server. 
@@ -107,7 +107,8 @@
 %description -n %{name}-doc
 This package includes the documentation and the sample codes available 
 for Orthanc. 
-It also includes the documentation to develop C/C++ plugins for Orthanc.
+It also includes the Python and LUA Scripts, and the documentation to develop 
+C/C++ plugins for Orthanc.
 
 %package    source
 Summary:        This package includes the source files for Orthanc
@@ -121,12 +122,10 @@
 
 cp %{S:1} %{S:2} .     
 
-##cp %{S:6} UnitTestsSources/.
-
 #slight change in standard configuration for OrthancStorage
 cp %{S:8} OrthancServer/Resources/.
 
-#OrthanPlugins may ask for additional files to be loaded
+#OrthancPlugins may ask for additional files to be loaded
 #Putting them into this folder prevents download of sources from the web
 mkdir -p OrthancServer/Plugins/Samples/ConnectivityChecks/ThirdPartyDownloads
 cp %{S:10} %{S:11} %{S:12} %{S:13} 
OrthancServer/Plugins/Samples/ConnectivityChecks/ThirdPartyDownloads/.

++++++ Orthanc-1.8.0.tar.gz -> Orthanc-1.8.2.tar.gz ++++++
++++ 23132 lines of diff (skipped)
_______________________________________________
openSUSE Commits mailing list -- commit@lists.opensuse.org
To unsubscribe, email commit-le...@lists.opensuse.org
List Netiquette: https://en.opensuse.org/openSUSE:Mailing_list_netiquette
List Archives: 
https://lists.opensuse.org/archives/list/commit@lists.opensuse.org

Reply via email to