X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/46bc1a527aab33a964a846974ea6e310f64bc29b..477b8bb78ea1735da69be73257715ed56a0bde4f:/ChangeLog diff --git a/ChangeLog b/ChangeLog index 8761b39261..827ae25d50 100644 --- a/ChangeLog +++ b/ChangeLog @@ -4,6 +4,10 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) - Fix MSG_task_get_remaining_work_ratio() to return 1.0 for tasks that have not started. + Documentation + - Use a graphical TOC to make it easier to find the documentation you need + - Revamp the MSG tutorial + S4U - Execution->setHost() can be called after start() to migrate it. - Comm::test_any() is now implemented. @@ -12,6 +16,9 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC) XBT - Remove XBT_LOG_CONNECT, it should be useless nowadays. + SimDag + - SD_task_dependency_add(): remove unused parameters 'name' and 'data'. + SMPI - The privatization of global variables via mmap() is now significantly more flexible and allows the use of daemons with SMPI and to add new processes