annotate MySQL/NEWS @ 183:2f94b2046d7c

upgrade to openssl 1.1.1, fix build if using MinGW 32bits
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 15 Dec 2020 10:04:35 +0100
parents 4d32c9c8d6c0
children e8c3c92f2532
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
7cea966b6829 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
1 Pending changes in the mainline
7cea966b6829 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
2 ===============================
7cea966b6829 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
3
144
740d9829f52e handling of errors if MySQL user cannot CREATE TRIGGER
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 141
diff changeset
4 * Report issue/solution and prevent the start of Orthanc if the MySQL user is
740d9829f52e handling of errors if MySQL user cannot CREATE TRIGGER
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 141
diff changeset
5 not allowed to run the "CREATE TRIGGER" command (missing "SUPER" privilege)
117
ca0ecd412988 Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 114
diff changeset
6 * Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
135
e26690365c25 MySQL: Added an advisory lock to avoid race conditions during database setup
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 117
diff changeset
7 * Added an advisory lock to avoid race conditions during database setup
141
0b3e9ee53c46 Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents: 135
diff changeset
8 * Added "MaximumConnectionRetries" & "ConnectionRetryInterval" to configure
0b3e9ee53c46 Added 'MaximumConnectionRetries' & 'ConnectionRetryInterval' to configure the retries when connecting to the DB at startup
Alain Mazy <alain@mazy.be>
parents: 135
diff changeset
9 the retries when connecting to the DB at startup
156
710537acb488 dynamic linking against the system-wide Orthanc framework library
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 144
diff changeset
10 * Support of dynamic linking against the system-wide Orthanc framework library
163
4d32c9c8d6c0 Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents: 156
diff changeset
11 * Added support for TLS connections: 3 new options:
4d32c9c8d6c0 Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents: 156
diff changeset
12 - "EnableSsl" (false by default)
4d32c9c8d6c0 Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents: 156
diff changeset
13 - "SslVerifyServerCertificates" (true by default - inactive if EnableSsl if false)
4d32c9c8d6c0 Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents: 156
diff changeset
14 - "SslCACertificates" (default value is "HttpsCACertificates" from global
4d32c9c8d6c0 Added support for TLS connections
Alain Mazy <alain@mazy.be>
parents: 156
diff changeset
15 Orthanc configuration)
183
2f94b2046d7c upgrade to openssl 1.1.1, fix build if using MinGW 32bits
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 163
diff changeset
16 * Upgraded dependencies for static builds (notably on Windows and LSB):
2f94b2046d7c upgrade to openssl 1.1.1, fix build if using MinGW 32bits
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 163
diff changeset
17 - openssl 1.1.1g
117
ca0ecd412988 Implementation of new extensions: LookupResourceAndParent and GetAllMetadata
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 114
diff changeset
18
112
f73050ad32b4 OrthancMySQL-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 87
diff changeset
19
114
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 112
diff changeset
20 Release 2.0 (2019-01-23)
112
f73050ad32b4 OrthancMySQL-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 87
diff changeset
21 ========================
f73050ad32b4 OrthancMySQL-2.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 87
diff changeset
22
87
48d445f756db new extension implemented for MySQL: GetLastChangeIndex
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 84
diff changeset
23 * Database optimizations by implementing new primitives of Orthanc SDK 1.5.2
60
412e30336847 allowing dollars and underscores in MySQL database identifiers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 50
diff changeset
24 * Characters "$" and "_" are allowed in MySQL database identifiers
84
b96446b8718b Fix serialization of jobs if many of them
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 60
diff changeset
25 * Fix serialization of jobs if many of them
60
412e30336847 allowing dollars and underscores in MySQL database identifiers
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 50
diff changeset
26
50
f8a790919902 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 46
diff changeset
27
f8a790919902 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 46
diff changeset
28 Release 1.1 (2018-07-18)
f8a790919902 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 46
diff changeset
29 ========================
f8a790919902 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 46
diff changeset
30
46
6a574d810b98 Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 42
diff changeset
31 * Compatibility with MySQL 8.0
6a574d810b98 Compatibility with MySQL 8.0
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 42
diff changeset
32 * Improvement in the configuration of UNIX socket
42
4c3f767ead03 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
33
4c3f767ead03 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
34
4c3f767ead03 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
35 Release 1.0 (2018-07-17)
4c3f767ead03 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
36 ========================
4c3f767ead03 set version
Sebastien Jodogne <s.jodogne@gmail.com>
parents: 0
diff changeset
37
0
7cea966b6829 initial commit
Sebastien Jodogne <s.jodogne@gmail.com>
parents:
diff changeset
38 * Initial release