Package Release Info

orthanc-mysql-4.3-bp153.2.3.1

Update Info: openSUSE-2021-1151
Available in Package Hub : 15 SP3 Update

platforms

AArch64
ppc64le
s390x
x86-64

subpackages

orthanc-mysql

Change Logs

* Thu Jul 22 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
Version: 4.0-bp153.1.1
* Sun May 09 2021 Axel Braun <axel.braun@gmx.de>
- version 4.0 (no changelog)
* Tue Dec 22 2020 Axel Braun <axel.braun@gmx.de>
- readme.SUSE fixed and renamed
* Wed Dec 16 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 2020 Axel Braun <axel.braun@gmx.de>
- switch build system to orthanc-framework (static)
Version: 2.0-bp152.1.18
* Sat Jan 25 2020 Axel Braun <axel.braun@gmx.de>
- OrthancMySQL V2.0 - initial build on OBS