comparison NEWS @ 2039:e33e0ae51d7b

new configuration option AllowFindSopClassesInStudy
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 21 Jun 2016 15:17:49 +0200
parents 07f2ba3677df
children 8fdeb348f72b
comparison
equal deleted inserted replaced
2038:235319b3ddf0 2039:e33e0ae51d7b
4 General 4 General
5 ------- 5 -------
6 6
7 * HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet 7 * HTTPS client certificates can be associated with Orthanc peers to enhance security over Internet
8 * Possibility to use PKCS#11 authentication for hardware security modules with Orthanc peers 8 * Possibility to use PKCS#11 authentication for hardware security modules with Orthanc peers
9 * New option "--logfile" to output the Orthanc log to the given file 9 * New command-line option "--logfile" to output the Orthanc log to the given file
10 * Support of SIGHUP signal (restart Orthanc only if the configuration files have changed) 10 * Support of SIGHUP signal (restart Orthanc only if the configuration files have changed)
11 11
12 REST API 12 REST API
13 -------- 13 --------
14 14
59 * Compatibility with CMake >= 3.5.0 59 * Compatibility with CMake >= 3.5.0
60 * Possibility to use forthcoming DCMTK 3.6.1 in static builds (instead of 3.6.0) 60 * Possibility to use forthcoming DCMTK 3.6.1 in static builds (instead of 3.6.0)
61 * Upgrade to Boost 1.60.0 for static builds 61 * Upgrade to Boost 1.60.0 for static builds
62 * Use of HTTP status 403 Forbidden (instead of 401) if access to a REST resource is disallowed 62 * Use of HTTP status 403 Forbidden (instead of 401) if access to a REST resource is disallowed
63 * Option "HttpsVerifyPeers" can be used to connect against self-signed HTTPS certificates 63 * Option "HttpsVerifyPeers" can be used to connect against self-signed HTTPS certificates
64 * New configuration option "AllowFindSopClassesInStudy"
64 * Macro "__linux" (now obsolete) replaced by macro "__linux__" (maybe solves Debian bug #821011) 65 * Macro "__linux" (now obsolete) replaced by macro "__linux__" (maybe solves Debian bug #821011)
65 * Modification of instances can now replace PixelData (resp. EncapsulatedDocument) with 66 * Modification of instances can now replace PixelData (resp. EncapsulatedDocument) with
66 provided a PNG/JPEG image (resp. PDF file) if it is encoded using Data URI Scheme 67 provided a PNG/JPEG image (resp. PDF file) if it is encoded using Data URI Scheme
67 * Dropped support of Google Log 68 * Dropped support of Google Log
68 69