comparison NEWS @ 1362:bf6db7d2f8b1

fix slow DCMTK problem
author Sebastien Jodogne <s.jodogne@gmail.com>
date Fri, 15 May 2015 17:33:43 +0200
parents 60cc0ee61edb
children feaf2840917c
comparison
equal deleted inserted replaced
1361:94ffb597d297 1362:bf6db7d2f8b1
1 Pending changes in the mainline 1 Pending changes in the mainline
2 =============================== 2 ===============================
3 3
4 * Huge speed-up in Orthanc Explorer for large amount of images 4 Major
5 -----
6
5 * "?expand" flag for URIs "/patients", "/studies" and "/series" 7 * "?expand" flag for URIs "/patients", "/studies" and "/series"
8 * "/tools/find" URI to search for DICOM resources from REST
6 * Support of FreeBSD 9 * Support of FreeBSD
10
11 Minor
12 -----
13
14 * Speed-up in Orthanc Explorer for large amount of images
15 * Speed-up of the C-Find SCP server of Orthanc
16 * Allow replacing PatientID/StudyInstanceUID/SeriesInstanceUID from Lua scripts
17
18 Fixes
19 -----
20
7 * Prevent freeze on C-FIND if no DICOM tag is to be returned 21 * Prevent freeze on C-FIND if no DICOM tag is to be returned
8 * Allow replacing PatientID/StudyInstanceUID/SeriesInstanceUID from Lua scripts 22 * Fix slow C-Store SCP on recent versions of Linux, if
23 USE_SYSTEM_DCMTK is set to OFF (http://forum.dcmtk.org/viewtopic.php?f=1&t=4009)
9 * Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052)) 24 * Fix issue 30 (QR response missing "Query/Retrieve Level" (008,0052))
10 * Fix issue 32 (Cyrillic symbols): Introduction of the "Windows1251" encoding 25 * Fix issue 32 (Cyrillic symbols): Introduction of the "Windows1251" encoding
11 26
12 27
13 Version 0.8.6 (2015/02/12) 28 Version 0.8.6 (2015/02/12)