X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/0b69d6fe3f15209782ddcff38f5a260b8e26cf47..702d6d0fe6771c35145c22266e0271c0c7daf0b7:/ChangeLog diff --git a/ChangeLog b/ChangeLog index b64f12fb62..4efdd311c9 100644 --- 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]