# HG changeset patch # User Sebastien Jodogne # Date 1503428680 -7200 # Node ID 2208e0230b08a283ec97bf4875434fc3c34118f8 # Parent 61371420f3837ee2054ad96d30986b55ea81c48a todo diff -r 61371420f383 -r 2208e0230b08 TODO --- a/TODO Tue Aug 22 22:20:26 2017 +0200 +++ b/TODO Tue Aug 22 21:04:40 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 ========