# HG changeset patch # User Sebastien Jodogne # Date 1503437622 -7200 # Node ID 39600af9fec30c11913ee985e40b016f261822cf # Parent 8ab3310dd4f79c068062b23642b7ea53429d301e# Parent 2208e0230b08a283ec97bf4875434fc3c34118f8 merge diff -r 8ab3310dd4f7 -r 39600af9fec3 TODO --- a/TODO Tue Aug 22 23:33:21 2017 +0200 +++ b/TODO Tue Aug 22 23:33:42 2017 +0200 @@ -20,6 +20,18 @@ * Option to enable DNS lookups in DICOM: https://goo.gl/woa35Z +============ +Dependencies +============ + +* Switch to CivetWeb because of licensing issues with recent + versions of Mongoose (versions > 3.8 are GPLv2 and not GPLv2+): + https://www.mail-archive.com/mongoose-users@googlegroups.com/msg00625.html +* Switch from libiconv to libICU (http://site.icu-project.org/download), + as recommended by Boost: + http://www.boost.org/doc/libs/1_64_0/libs/locale/doc/html/building_boost_locale.html + + ======== REST API ========