From 4d41bd221d68565e08543db353ee79807ca52fd81add11631a40f5d416c7f94e Mon Sep 17 00:00:00 2001 From: Axel Braun Date: Mon, 5 Feb 2024 11:44:25 +0000 Subject: [PATCH] Accepting request 1144012 from home:DocB:Orthanc - version 1.12.3 * 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 OBS-URL: https://build.opensuse.org/request/show/1144012 OBS-URL: https://build.opensuse.org/package/show/graphics/orthanc?expand=0&rev=62 --- Orthanc-1.12.2.tar.gz | 3 --- Orthanc-1.12.3.tar.gz | 3 +++ orthanc.changes | 21 +++++++++++++++++++++ orthanc.spec | 6 +++--- 4 files changed, 27 insertions(+), 6 deletions(-) delete mode 100644 Orthanc-1.12.2.tar.gz create mode 100644 Orthanc-1.12.3.tar.gz diff --git a/Orthanc-1.12.2.tar.gz b/Orthanc-1.12.2.tar.gz deleted file mode 100644 index 1100f16..0000000 --- a/Orthanc-1.12.2.tar.gz +++ /dev/null @@ -1,3 +0,0 @@ -version https://git-lfs.github.com/spec/v1 -oid sha256:3bd15c539314e63c626a94ef803c2f1f2b830b875149d055319b4380bbb8b596 -size 2007463 diff --git a/Orthanc-1.12.3.tar.gz b/Orthanc-1.12.3.tar.gz new file mode 100644 index 0000000..67608e3 --- /dev/null +++ b/Orthanc-1.12.3.tar.gz @@ -0,0 +1,3 @@ +version https://git-lfs.github.com/spec/v1 +oid sha256:64b7ed7506a60e52f52121efb14961485b710fd092ab73d6c550fa25a01f516b +size 2043176 diff --git a/orthanc.changes b/orthanc.changes index 6a6f8b0..9ccdc4e 100644 --- a/orthanc.changes +++ b/orthanc.changes @@ -1,3 +1,24 @@ +------------------------------------------------------------------- +Fri Feb 2 11:54:18 UTC 2024 - Axel Braun + +- version 1.12.3 + * 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 09:13:15 UTC 2023 - Axel Braun diff --git a/orthanc.spec b/orthanc.spec index bbaacce..da39732 100644 --- a/orthanc.spec +++ b/orthanc.spec @@ -1,8 +1,8 @@ # # spec file for package orthanc # -# Copyright (c) 2023 SUSE LLC -# Copyright (c) 2019-2023 Dr. Axel Braun +# Copyright (c) 2024 SUSE LLC +# Copyright (c) 2019-2024 Dr. Axel Braun # # All modifications and additions to the file contributed by third parties # remain the property of their copyright owners, unless otherwise agreed @@ -18,7 +18,7 @@ Name: orthanc -Version: 1.12.2 +Version: 1.12.3 Release: 0 Summary: RESTful DICOM server for healthcare and medical research License: GPL-3.0-or-later