comparison NEWS @ 4785:61da49321754 openssl-3.x

integration mainline->openssl-3.x
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 30 Aug 2021 22:21:24 +0200
parents b2417ac5055a 6a6d2a34a34e
children 70d2a97ca8cb
comparison
equal deleted inserted replaced
4760:b2417ac5055a 4785:61da49321754
12 it compatible with the GPL/AGPL licenses used by the Orthanc project: 12 it compatible with the GPL/AGPL licenses used by the Orthanc project:
13 https://en.wikipedia.org/wiki/OpenSSL#Licensing 13 https://en.wikipedia.org/wiki/OpenSSL#Licensing
14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html 14 https://people.gnome.org/~markmc/openssl-and-the-gpl.html
15 * Upgraded dependencies for static builds (notably on Windows and LSB): 15 * Upgraded dependencies for static builds (notably on Windows and LSB):
16 - openssl 3.0.0-beta1 16 - openssl 3.0.0-beta1
17
18
19 Version 1.9.7 (2021-08-31)
20 ==========================
21
22 General
23 -------
24
25 * New configuration option "DicomAlwaysAllowMove" to disable verification of
26 the remote modality in C-MOVE SCP
27
28 REST API
29 --------
30
31 * API version upgraded to 15
32 * Added "Level" option to POST /tools/bulk-modify
33 * Added missing OpenAPI documentation of "KeepSource" in ".../modify" and ".../anonymize"
34
35 Maintenance
36 -----------
37
38 * Added file CITATION.cff
39 * Linux Standard Base (LSB) builds of Orthanc can load non-LSB builds of plugins
40 * Fix upload of ZIP archives containing a DICOMDIR file
41 * Fix computation of the estimated time of arrival in jobs
42 * Support detection of windowing and rescale in Philips multiframe images
17 43
18 44
19 Version 1.9.6 (2021-07-21) 45 Version 1.9.6 (2021-07-21)
20 ========================== 46 ==========================
21 47