comparison NEWS @ 3817:37e20bbf25f5

merge
author Alain Mazy <alain@mazy.be>
date Wed, 08 Apr 2020 14:50:06 +0200
parents 7f083dfae62b
children ab9a0d1e0cc1
comparison
equal deleted inserted replaced
3816:09f091b6b569 3817:37e20bbf25f5
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 4
5 REST API
6 --------
7
8 * API version has been upgraded to 6
9 * Added:
10 - "/modalities/{id}/store-straight": Synchronously send the DICOM instance in POST
11 body to another modality (alternative to command-line tools such as "storescu")
12
13
5 Maintenance 14 Maintenance
6 ----------- 15 -----------
7 16
8 * Source code repository moved from BitBucket to self-hosted server 17 * Source code repository moved from BitBucket to self-hosted server
18 * Fix OpenSSL initialization on Linux Standard Base
9 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate) 19 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
10 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK 20 * Fix signature of "OrthancPluginRegisterStorageCommitmentScpCallback()" in plugins SDK
21 * Error reporting on failure while initializing SSL
22 * Upgraded dependencies for static builds (notably on Windows):
23 - civetweb 1.12
24 - openssl 1.1.1f
11 25
12 26
13 Version 1.6.0 (2020-03-18) 27 Version 1.6.0 (2020-03-18)
14 ========================== 28 ==========================
15 29