Mercurial > hg > orthanc
comparison NEWS @ 4197:b1d528687e25
merge
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 16 Sep 2020 13:30:01 +0200 |
parents | 37310bb1cd30 db38b2ad4c4a |
children | 116bd42caf49 |
comparison
equal
deleted
inserted
replaced
4196:37310bb1cd30 | 4197:b1d528687e25 |
---|---|
3 | 3 |
4 General | 4 General |
5 ------- | 5 ------- |
6 | 6 |
7 * New configuration options to enable HTTP peers identification through certificates: | 7 * New configuration options to enable HTTP peers identification through certificates: |
8 "SslVerifyPeers" & "SslTrustedClientCertificates" | 8 "SslVerifyPeers" and "SslTrustedClientCertificates" |
9 * New configuration option "SyncStorageArea" to commit the files on disk "inside" the DB | 9 * New configuration option "SyncStorageArea" to immediately commit the files onto the disk |
10 transaction and avoid DB - File system discrepencies in case of hard shutdown | 10 (through fsync()), so as to avoid discrepencies between DB and filesystem in case of hard |
11 of the machine running Orthanc. This comes with a cost: DICOM file ingestion is slower. | 11 shutdown of the machine running Orthanc. This slows down adding new files into Orthanc. |
12 | 12 |
13 Maintenance | 13 Maintenance |
14 ----------- | 14 ----------- |
15 | 15 |
16 * Underscores are now allowed in peers/modalities symbolic names | 16 * Underscores are now allowed in peers/modalities symbolic names |
17 * Fix compatibility with C-MOVE SCU requests issued by Ambra | 17 * Fix compatibility with C-MOVE SCU requests issued by Ambra |
18 * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" | 18 * Fix transcoding in C-MOVE SCP, in the case where "SynchronousCMove" is "true" |
19 * When checking DICOM allowed methods, if there are multiple modalities with the same AET, | 19 * When checking DICOM allowed methods, if there are multiple modalities with the same AET, |
20 differentiate them from the calling IP | 20 differentiate them from the calling IP |
21 * Enable the access to raw frames in Philips ELSCINT1 proprietary compression | 21 * Enable the access to raw frames in Philips ELSCINT1 proprietary compression |
22 * Support empty key passwords when using HTTP client certificates | |
22 * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find" | 23 * Fix handling of "ModalitiesInStudy" (0008,0061) in C-FIND and "/tools/find" |
23 | 24 |
24 | 25 |
25 Version 1.7.3 (2020-08-24) | 26 Version 1.7.3 (2020-08-24) |
26 ========================== | 27 ========================== |