Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a SD_task_set_name() function
[simgrid.git] / ChangeLog
index 041d66c6a75ef7a8c8d65a5f70325107ab65bc10..d51a0a7938f2ff658c9ce42409df02564368b63c 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -37,6 +37,7 @@ SimGrid (3.4-svn) unstable; urgency=low
   * SD_SCHED_NO_COST: Constant to use as cost in SD_task_schedule()
     either as comm costs or compute costs to mean that there is no
     such thing for that specific task.
+  * Add a SD_task_set_name() function
   * Fix SD_task_unschedule() on typed tasks
   * Fix SD_task_get_execution_time() to return seconds, not flop*sec
  MSG: 
@@ -46,6 +47,7 @@ SimGrid (3.4-svn) unstable; urgency=low
   * Kill MSG_WARNING and MSG_FATAL return codes: they were not used
     anywere in source.
   * Rename MSG_TIMEOUT_FAILURE into MSG_TIMEOUT for sake of logic
+    (declare MSG_USE_DEPRECATED to still have the old name)
   * Add a MSG_task_set_data() function
   * About trace replay (see examples/msg/actions):
     - implement barrier