Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Implement SD_task_schedule, SD_task_unschedule and other SimDag stuff.
[simgrid.git] / ChangeLog
index b64f12f..4efdd31 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-SimGrid (3.0.2) unstable; urgency=low
+SimGrid (3.1) unstable; urgency=low
 
   SURF:
   * complete rewrote of the KCCFLN05 workstation model. It is now an
@@ -27,6 +27,8 @@ SimGrid (3.0.2) unstable; urgency=low
   * Bug fix: Failures are now better supported thanks to Derrick's tests
     (there was many failure situations I hadn't thought of and that weren't
     correctly handled). [AL]
+  * New function: MSG_host_is_avail indicates you whether a given m_host_t
+    is up or down.
 
   GRAS:
   * New! a real RPC mecanism, as it ought to be since too long. [MQ]