comparison NEWS @ 2497:0611aa383e62

Upgrade to JsonCpp 1.8.4, and USE_LEGACY_JSONCPP option
author Sebastien Jodogne <s.jodogne@gmail.com>
date Thu, 22 Mar 2018 15:27:00 +0100
parents ad8f30fc28d1
children 51b91ead6c38
comparison
equal deleted inserted replaced
2496:3d65adee289a 2497:0611aa383e62
30 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005) 30 * Fix to allow creating DICOM instances with empty Specific Character Set (0008,0005)
31 * Upgrade to curl 7.57.0 for static and Windows builds 31 * Upgrade to curl 7.57.0 for static and Windows builds
32 * Support of Linux Standard Base 32 * Support of Linux Standard Base
33 * Static linking against libuuid (from e2fsprogs) 33 * Static linking against libuuid (from e2fsprogs)
34 * Fix static build on CentOS 6 34 * Fix static build on CentOS 6
35 * Upgrade to JsonCpp 1.8.4 for static builds
36 * Possibility of using JsonCpp 0.10.6 if the compiler does not support C++11
37 with the "-DUSE_LEGACY_JSONCPP=ON" CMake option
35 38
36 39
37 Version 1.3.1 (2017-11-29) 40 Version 1.3.1 (2017-11-29)
38 ========================== 41 ==========================
39 42