comparison Resources/Orthanc/NEWS @ 206:795d71f66f31

sync
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 29 Mar 2018 10:09:03 +0200
parents e7f90aba3c97
children aa6162ad4ba7
comparison
equal deleted inserted replaced
205:886230938339 206:795d71f66f31
27 Maintenance 27 Maintenance
28 ----------- 28 -----------
29 29
30 * Orthanc now uses UTC (universal time) instead of local time in its database 30 * Orthanc now uses UTC (universal time) instead of local time in its database
31 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005) 31 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
32 * Upgrade to curl 7.57.0 for static and Windows builds
33 * Support of Linux Standard Base 32 * Support of Linux Standard Base
34 * Static linking against libuuid (from e2fsprogs) 33 * Static linking against libuuid (from e2fsprogs)
35 * Fix static build on CentOS 6 34 * Fix static build on CentOS 6
36 * Upgrade to JsonCpp 1.8.4 for static builds
37 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11 35 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11
38 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option 36 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option
37 * Upgraded dependencies for static and Windows builds:
38 - curl 7.57.0
39 - jsoncpp 1.8.4
40 - zlib 1.2.11
39 41
40 42
41 Version 1.3.1 (2017-11-29) 43 Version 1.3.1 (2017-11-29)
42 ========================== 44 ==========================
43 45