comparison NEWS @ 2475:8cc3ca64a534

Orthanc now uses UTC (universal time) instead of local time in its database
author Sebastien Jodogne <s.jodogne@gmail.com>
date Mon, 19 Feb 2018 16:55:05 +0100
parents cbb8deaacdf7
children 1e2d5e14b3d3
comparison
equal deleted inserted replaced
2474:0c57f40e2fbf 2475:8cc3ca64a534
3 3
4 REST API 4 REST API
5 -------- 5 --------
6 6
7 * "/system" URI returns the version of the Orthanc REST API 7 * "/system" URI returns the version of the Orthanc REST API
8 * "/tools/now" returns the current UTC (universal) time
9 * "/tools/now-local" returns the curent local time.
10 This was the behavior of "/tools/now" until release 1.3.1.
8 * Added "?expand" GET argument to "/peers" and "/modalities" routes 11 * Added "?expand" GET argument to "/peers" and "/modalities" routes
9 * New URI: "/tools/create-media-extended" to generate a DICOMDIR 12 * New URI: "/tools/create-media-extended" to generate a DICOMDIR
10 archive from several resources, including additional type-3 tags 13 archive from several resources, including additional type-3 tags
11 14
12 Maintenance 15 Maintenance
13 ----------- 16 -----------
14 17
18 * Orthanc now uses UTC (universal time) instead of local time in its database
15 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005) 19 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
16 * Upgrade to curl 7.57.0 for static and Windows builds 20 * Upgrade to curl 7.57.0 for static and Windows builds
17 * Support of Linux Standard Base 21 * Support of Linux Standard Base
18 * Static linking against libuuid (from e2fsprogs) 22 * Static linking against libuuid (from e2fsprogs)
19 * Fix static build on CentOS 6 23 * Fix static build on CentOS 6