File orthanc-mysql.changes of Package orthanc-mysql
-------------------------------------------------------------------
Sat May 17 06:46:58 UTC 2025 - Axel Braun <axel.braun@gmx.de>
- ggl_index.patch added to fix TW build
-------------------------------------------------------------------
Fri Jun 7 10:04:25 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- version 5.2
* Fix check of Orthanc runtime version
* Optimized resources deletion (https://discourse.orthanc-server.org/t/image-insert-are-too-slow-databse-performance-too-poor-when-using-mysql-mariadb/3820/19)
-------------------------------------------------------------------
Wed Mar 13 09:38:15 UTC 2024 - Axel Braun <axel.braun@gmx.de>
- enable gcc13 for Leap 15.6
-------------------------------------------------------------------
Tue Jul 11 13:49:36 UTC 2023 - Axel Braun <axel.braun@gmx.de>
- version 5.1
* Optimization of LookupResources mainly used in tools/find, C-Find and QIDO-RS.
- version 5.0
* Added support for labels
* Compatibility with Orthanc SDK 1.12.0 (communications between the
Orthanc core and the database plugin using Google Protocol Buffers)
* Upgraded dependencies for static builds (notably on Windows and LSB):
- openssl 3.1.0
-------------------------------------------------------------------
Thu Jul 22 19:42:56 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 4.3
* Fix issue 200 (fields messed up in /changes route)
* Added missing calls to OrthancPluginDatabaseSignalDeletedResource()
* Fix serialization of large jobs
-------------------------------------------------------------------
Sun May 9 10:08:30 UTC 2021 - Axel Braun <axel.braun@gmx.de>
- version 4.0 (no changelog)
-------------------------------------------------------------------
Tue Dec 22 14:29:20 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- readme.SUSE fixed and renamed
-------------------------------------------------------------------
Wed Dec 16 19:30:07 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- version 3.0
* Report issue/solution and prevent the start of Orthanc if the MySQL user is
not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege)
* Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
* Added an advisory lock to avoid race conditions during database setup
* Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure
the retries when connecting to the DB at startup
* Support of dynamic linking against the system-wide Orthanc framework library
* Added support for TLS connections: 3 new options:
- "EnableSsl" (false by default)
- "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false)
- "SslCACertificates" (default value is "HttpsCACertificates" from global
Orthanc configuration)
* Uses Orthanc Framework 1.8.1
-------------------------------------------------------------------
Thu Oct 22 08:13:50 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- switch build system to orthanc-framework (static)
-------------------------------------------------------------------
Sat Jan 25 17:59:04 UTC 2020 - Axel Braun <axel.braun@gmx.de>
- OrthancMySQL V2.0 - initial build on OBS