Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Forget about messages and use native xbt logs...
[simgrid.git] / ChangeLog
index 8bd89c2..798b4f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -18,6 +18,9 @@ Plutot finaliser ce qui est commenc
 ----
 DONE
 ----
+  [Arnaud]
+  (msg)
+  * Add MSG_task_get_compute_duration() and MSG_task_get_data_size()
 
   [Martin]
   * Cleanups in configury with regard to compile optimization/warning flags.
@@ -25,6 +28,9 @@ DONE
     killing gcc (< 3.4.0).
   * Bugfix: XBT_LOG_NEW_DEFAULT_CATEGORY now compiles without compiler
     warning (thanks loris for stumbling into this one).
+  * Change SIMGRID_INSTALL_PATH to GRAS_ROOT in Makefiles generated for user.
+  * Rename gras_get_my_fqdn to gras_os_myname and implement it in the simulator
+    RL would imply a DNS resolver, which is *hard* to do in a portable way. 
 
  --