Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Add a function get_available_speed in Surf workstation and cpu models in order to...
[simgrid.git] / ChangeLog
index 2636ea5..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
@@ -16,7 +16,9 @@ SimGrid (3.0.2) unstable; urgency=low
     WARNING : This means that all previous platform files will not work as
     such with this version! A warning is issued to ask users to update
     their files. [AL]
-       
+    A conversion script can be found in the contrib module of the CVS, under
+    the name contrib/platform_generation/surfxml_update.pl [MQ]
+
   MSG,GRAS:
   * Bug fix: Processes were started in reverse order, wrt deployment file.
     WARNING: if your code relies on this bug, please fix it.    [AL]
@@ -25,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]