comparison NEWS @ 3810:e9b7e05bcd42 transcoding

integration mainline->transcoding
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 06 Apr 2020 12:36:49 +0200
parents 7f083dfae62b
children ab9a0d1e0cc1
comparison
equal deleted inserted replaced
3789:3ba143353f95 3810:e9b7e05bcd42
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3
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
14 Maintenance
15 -----------
16
17 * Source code repository moved from BitBucket to self-hosted server
18 * Fix OpenSSL initialization on Linux Standard Base
19 * Fix lookup form in Orthanc Explorer (wildcards not allowed in StudyDate)
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
3 25
4 26
5 Version 1.6.0 (2020-03-18) 27 Version 1.6.0 (2020-03-18)
6 ========================== 28 ==========================
7 29