From: alegrand Date: Mon, 5 Jun 2006 19:25:03 +0000 (+0000) Subject: Forgot to document that... X-Git-Tag: v3.3~3005 X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/commitdiff_plain/02ac88e65ab716d0bcc00e9dc8bb4414e565ca42 Forgot to document that... git-svn-id: svn+ssh://scm.gforge.inria.fr/svn/simgrid/simgrid/trunk@2353 48e7efb5-ca39-0410-a469-dd3cf9ba447f --- diff --git a/ChangeLog b/ChangeLog index 3aaddd38d3..4efdd311c9 100644 --- a/ChangeLog +++ b/ChangeLog @@ -27,6 +27,8 @@ SimGrid (3.1) 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]