Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
speed the tests a bit: no need to test MSG with all factories
[simgrid.git] / ChangeLog
index 73bddf2..827ae25 100644 (file)
--- 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
@@ -26,6 +33,9 @@ SimGrid (3.19) NOT RELEASED YET (target: March 20 2018, 16:15:27 UTC)
  Fixed bugs:
  - #245: migrating an actor does not migrate its execution
 
+ PLATFORM:
+ - Rename FULLDUPLEX into SPLITDUPLEX (old name still accepted)
+
  TRACING
  - Remove unused run-time parameter "tracing/onelink-only".