Mercurial > hg > orthanc
comparison NEWS @ 2509:9d9f2d088dce
upgrade to zlib 1.2.11
author | Sebastien Jodogne <s.jodogne@gmail.com> |
---|---|
date | Wed, 28 Mar 2018 11:31:19 +0200 |
parents | 51b91ead6c38 |
children | 94423976888e |
comparison
equal
deleted
inserted
replaced
2508:91ee08d986f9 | 2509:9d9f2d088dce |
---|---|
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 |