comparison NEWS @ 484:b8ace6fc1d1f

preparation for handling Orthanc peers
author Sebastien Jodogne <s.jodogne@gmail.com>
date Tue, 16 Jul 2013 12:51:27 +0200
parents b05eb8708aee
children 49aa17c03cd3
comparison
equal deleted inserted replaced
483:8c3573d28868 484:b8ace6fc1d1f
4 4
5 Major changes 5 Major changes
6 ------------- 6 -------------
7 7
8 * Introduction of the C++ client 8 * Introduction of the C++ client
9 * Send DICOM resources to other Orthanc instances through HTTP
9 * Access to signed images (instances/.../image-int16) 10 * Access to signed images (instances/.../image-int16)
10 (Closes: Debian #716958) 11 (Closes: Debian #716958)
11 12
12 13
13 Minor changes 14 Minor changes
14 ------------- 15 -------------
15 16
17 * Export of DICOM files to the host filesystem (instances/.../export)
16 * Statistics about patients, studies, series and instances 18 * Statistics about patients, studies, series and instances
17 * Link from anonymized to original resource in Orthanc Explorer 19 * Link from anonymized to original resource in Orthanc Explorer
18 * Fixes for Red Hat and Debian packaging 20 * Fixes for Red Hat and Debian packaging
19 * Fixes for history in Orthanc Explorer 21 * Fixes for history in Orthanc Explorer
20 * Fixes for boost::thread, as reported by Cyril Paulus 22 * Fixes for boost::thread, as reported by Cyril Paulus