comparison NEWS @ 705:a9cff2c077d4

notes
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 13 Feb 2014 11:54:00 +0100
parents fd86dfe8f584
children 78239878727a
comparison
equal deleted inserted replaced
704:4789da60d655 705:a9cff2c077d4
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 Major changes
5 -------------
6
4 * Custom attachment of files to patients, studies, series or instances 7 * Custom attachment of files to patients, studies, series or instances
5 * Access to lowlevel info about the attached files through the REST API 8 * Access to lowlevel info about the attached files through the REST API
9 * Recover pixel data for more transfer syntaxes (notably JPEG)
10
11 Minor changes
12 -------------
13
6 * AET comparison is now case-insensitive by default 14 * AET comparison is now case-insensitive by default
7 * Possibility to disable the HTTP server or the DICOM server 15 * Possibility to disable the HTTP server or the DICOM server
8 * Recover pixel data for more transfer syntaxes (notably JPEG)
9 * Automatic computation of MD5 hashes for the stored DICOM files 16 * Automatic computation of MD5 hashes for the stored DICOM files
10 * Maintenance tool to recover DICOM files compressed by Orthanc 17 * Maintenance tool to recover DICOM files compressed by Orthanc
11 * The newline characters in the configuration file are fixed for Linux 18 * The newline characters in the configuration file are fixed for Linux
12 * Capture of the SIGTERM signal in Linux 19 * Capture of the SIGTERM signal in Linux
13 20